kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 677 forks source link

Fix g:ctrlp_switch_buffer documentation in README #778

Closed jawang35 closed 4 years ago

jawang35 commented 4 years ago

In the existing docs, let g:ctrlp_switch_buffer = 'et' is suggested to open the buffer in the current pane instead of switching to the existing pane. This actually only opens the buffer if in a new tab. let g:ctrlp_switch_buffer = 0 will open the buffer in the current pane.