]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/chnglstnav.vim
HI flag
[dotfiles.git] / vim / .vim / plugin / chnglstnav.vim
diff --git a/vim/.vim/plugin/chnglstnav.vim b/vim/.vim/plugin/chnglstnav.vim
deleted file mode 100644 (file)
index 648fafb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-function! s:Chng(...)
-    if a:0 == 0 | return | endif
-    execute "normal " . a:1 . (a:1 > 0 ? "g;" : "g,")
-endfunction
-
-command! -nargs=? Chng call s:Chng(<args>)
-nmap <End> :changes<CR>:Chng<Space>