Skip to content

Commit

Permalink
Have CtrlP plugin follow symlinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
drmikehenry committed May 22, 2016
1 parent 37ff925 commit bea4e30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -16,6 +16,8 @@ require adjustment of per-user settings.
Fugitive's diff-restoration logic. Now 'cursorbind' is no longer left set on
Fugitive working-copy windows after :OneWindow command (bound to CTRL-w o).

- Have CtrlP plugin follow symlinks.

2016-05-17
==========

Expand Down
6 changes: 6 additions & 0 deletions vimrc
Expand Up @@ -3053,6 +3053,12 @@ let g:ctrlp_max_height = 50
" Reuse the current window when opening new files.
let g:ctrlp_open_new_file = 'r'

" Symlinks:
" 0 - Do not follow symlinks.
" 1 - Follow non-looped symlinks.
" 2 - Follow all symlinks.
let g:ctrlp_follow_symlinks = 1

" -------------------------------------------------------------
" Easy-Align
" -------------------------------------------------------------
Expand Down

0 comments on commit bea4e30

Please sign in to comment.