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