bairui

Cleanup JS Object

Dec 30th, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.16 KB | None | 0 0
  1. function! CleanupJSObj()
  2.   normal! vi}
  3.   '<,'>s/$/,/
  4.   s/,,\?$//
  5.   exe "normal! \<esc>"
  6.   nohl
  7. endfunction
  8.  
  9. nnoremap <leader>j :call CleanupJSObj()<CR>
Advertisement
Add Comment
Please, Sign In to add comment