X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fpack%2Fstargrave%2Fstart%2Fwhereami%2Fplugin%2Fwhereami.vim;fp=vim%2F.vim%2Fpack%2Fstargrave%2Fstart%2Fwhereami%2Fplugin%2Fwhereami.vim;h=c3c972b4ce71d5d18aa14fe70c990e580ef3ece1;hb=9cbfa59ca421fac5422cbf0c2c52f48f8f2adb4c;hp=33981349176e2fd2643be57d23443db67b86bc86;hpb=e21853080f5005ad6c6b548146d339abd197f28e;p=dotfiles.git diff --git a/vim/.vim/pack/stargrave/start/whereami/plugin/whereami.vim b/vim/.vim/pack/stargrave/start/whereami/plugin/whereami.vim index 3398134..c3c972b 100644 --- a/vim/.vim/pack/stargrave/start/whereami/plugin/whereami.vim +++ b/vim/.vim/pack/stargrave/start/whereami/plugin/whereami.vim @@ -1,4 +1,4 @@ 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") +autocmd VimEnter * call whereami#PwdLoad() +nmap w :call whereami#Do("%s:%d") +nmap W :call whereami#Do("breakpoint set --file %s --line %d")