X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fwhereami.vim;fp=vim%2F.vim%2Fplugin%2Fwhereami.vim;h=0000000000000000000000000000000000000000;hb=c571224ad14b80a040c164399e7dede5dd31ebd0;hp=33981349176e2fd2643be57d23443db67b86bc86;hpb=8f8b8da2508211746a9a7988925c1cfe3bb44725;p=dotfiles.git diff --git a/vim/.vim/plugin/whereami.vim b/vim/.vim/plugin/whereami.vim deleted file mode 100644 index 3398134..0000000 --- a/vim/.vim/plugin/whereami.vim +++ /dev/null @@ -1,4 +0,0 @@ -if exists("*whereami#pwdLoad") | finish | endif -autocmd VimEnter * call whereami#pwdLoad() -nmap w :call whereami#do("%s:%d") -nmap W :call whereami#do("breakpoint set --file %s --line %d")