]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/chnglstnav.vim
g:loaded_* stopper
[dotfiles.git] / vim / .vim / plugin / chnglstnav.vim
index 648fafb3aed91699a8788ede784ef7e60b57f417..e383743836237e974cd8337c0a48cc4afccbb7cd 100644 (file)
@@ -1,3 +1,6 @@
+if exists("g:loaded_mein_chnglstnav") | finish | endif
+let g:loaded_mein_chnglstnav = 1
+
 function! s:Chng(...)
     if a:0 == 0 | return | endif
     execute "normal " . a:1 . (a:1 > 0 ? "g;" : "g,")