You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split ctrlp#setlines() for ctrlp#init(). Fixes#463
* Issue:
Opening "ctrlp" in certain modes (':CtrlPBufTag', ':CtrlPLine') seems to
trigger a partially deffective intialisation (for example, syntax
highlighting not working as expected).
* Changes:
ctrlp#setlines() has been split in two, as the second part (now in
s:setlines_post()) seems to need '&filetype', and s:DetectFileType()
seems to need the first part of the old ctrlp#setlines() (now in
s:setlines_pre()).
0 commit comments