]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/whereami.vim
Various Vim plugins separated on packages
[dotfiles.git] / vim / .vim / plugin / whereami.vim
diff --git a/vim/.vim/plugin/whereami.vim b/vim/.vim/plugin/whereami.vim
deleted file mode 100644 (file)
index 3398134..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if exists("*whereami#pwdLoad") | finish | endif
-autocmd VimEnter * call whereami#pwdLoad()
-nmap <leader>w :call whereami#do("%s:%d")<CR>
-nmap <leader>W :call whereami#do("breakpoint set --file %s --line %d")<CR>