Skip to content

Commit

Permalink
I *hate* 'autochdir'
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Apr 2, 2012
1 parent d5d3a88 commit 03dcaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pickler.vim
Expand Up @@ -18,7 +18,7 @@ endfunction
augroup pickler
autocmd!
autocmd BufRead *.git/COMMIT_EDITMSG
\ if filereadable(substitute(expand('<afile>'),'\.git.\w\+$','features/tracker.yml','')) |
\ if filereadable(substitute(expand('<afile>:p'),'\.git.\w\+$','features/tracker.yml','')) |
\ setlocal omnifunc=pickler#omnifunc |
\ endif
augroup END
Expand Down

2 comments on commit 03dcaca

@rocknrollMarc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey pope were do I but this file ? as the install script doesnt work for me

@tpope
Copy link
Owner Author

@tpope tpope commented on 03dcaca Jul 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just in ~/.vim/plugin. You can also install with pathogen or any plugin manager.

Please sign in to comment.