]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/autoload/chnglstnav.vim
Various Vim plugins separated on packages
[dotfiles.git] / vim / .vim / autoload / chnglstnav.vim
diff --git a/vim/.vim/autoload/chnglstnav.vim b/vim/.vim/autoload/chnglstnav.vim
deleted file mode 100644 (file)
index 9bdf840..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-function! chnglstnav#do(...)
-    if a:0 == 0 | return | endif
-    execute "normal " . a:1 . (a:1 > 0 ? "g;" : "g,")
-endfunction