]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/plugin/chnglstnav.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / plugin / chnglstnav.vim
1 if exists("*chnglstnav#do") | finish | endif
2 nmap <End> :changes<CR>:call chnglstnav#do()<Left>