Skip to content

Commit

Permalink
mv ftplugin/capture.zsh plugin/, and fix dependency note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Valodim committed Oct 10, 2013
1 parent ab79e5b commit 22b696b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion plugin/zsh_completion.vim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fun! zsh_completion#Complete(findstart, base)
return l:pos
else

let l:srcfile = globpath(&rtp, 'ftplugin/capture.zsh')
let l:srcfile = globpath(&rtp, 'plugin/capture.zsh')
if len(l:srcfile) == 0
return -1
endif
Expand Down
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ The script works reasonably well for most cases I tested.

While it does work reasonably well, the way completion results are gathered
from zsh is a HUGE HACK, so don't be too surprised with inexplicable behavior.
Also note the completion capturing script requires (at the time of this
writing) a nightly version of zsh which includes the patch from here:

http://www.zsh.org/mla/workers/2013/msg00728.html
https://github.com/zsh-users/zsh/commit/b0a0441902f848da4284e107c29e43e222252959


## Installation

Expand Down

0 comments on commit 22b696b

Please sign in to comment.