Skip to content

Tags: systemmonkey42/ctrlp.vim

Tags

1.81

Toggle 1.81's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ctrlpvim#561 from obcat/restore-line-prefix

Restore line prefix

release_1

Toggle release_1's commit message
Removed forced redraw in buildprompt function.

This seems to have eliminated the worst of the delay.  Issue is in how
VIM is redrawing the display.  Update is slightly slower without (like
lazy but without the wait before the update)

1.80

Toggle 1.80's commit message
Merge pull request ctrlpvim#329 from ctrlpvim/release1.80

release 1.80

1.79

Toggle 1.79's commit message
Version 1.79

1.78

Toggle 1.78's commit message
Version 1.78

1.7.7

Toggle 1.7.7's commit message
Ver bump

1.7.6

Toggle 1.7.6's commit message
Ver bump

1.7.5

Toggle 1.7.5's commit message
Fix last entered sorting

1.7.4

Toggle 1.7.4's commit message
Use :undolist for older Vim versions

1.6.5

Toggle 1.6.5's commit message
Improve :

* Improve s:sanstail() and ':' input
* Shorten s:samerootsyml(), s:ispathitem()
* Add g:ctrlp_log, an option to write all output to .ctrlp_cache/ctrlp.log
* Fix an error with ctrlp#utils#glob()