]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/autoload/chnglstnav.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / autoload / chnglstnav.vim
1 function! chnglstnav#do(...)
2     if a:0 == 0 | return | endif
3     execute "normal " . a:1 . (a:1 > 0 ? "g;" : "g,")
4 endfunction