bairui

insert commas in numbers

Aug 4th, 2011
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.23 KB | None | 0 0
  1. " insert_commas_in_numbers.vim
  2. " Barry Arthur, Aug 05, 2011
  3.  
  4. let @a=":s/\\v^@<!\\D@<!\\d{3}>/,&/\<CR>"
  5. silent! +1,+2 normal 99@a
  6. " 123456789  123456789  123456789  123456789  123456789  123456789  123456789  123456789
  7. " 123456
Advertisement
Add Comment
Please, Sign In to add comment