small edit
This commit is contained in:
parent
cbad949c81
commit
d5ee279208
@ -36,18 +36,18 @@ _Screenshot: filename only mode with the match window focused._
|
|||||||
1 - the parent directory of the current file.
|
1 - the parent directory of the current file.
|
||||||
2 - the nearest ancestor that contains one of these directories or files:
|
2 - the nearest ancestor that contains one of these directories or files:
|
||||||
|
|
||||||
```
|
|
||||||
.git/
|
.git/
|
||||||
.hg/
|
.hg/
|
||||||
.bzr/
|
.bzr/
|
||||||
_darcs/
|
_darcs/
|
||||||
root.dir
|
root.dir
|
||||||
.vimprojects
|
.vimprojects
|
||||||
```
|
|
||||||
|
|
||||||
0 - don’t manage working directory.
|
0 - don’t manage working directory.
|
||||||
* You can also use the set-working-directory functionality outside of CtrlP by
|
* You can also use the set-working-directory functionality outside of CtrlP by
|
||||||
adding the following line to your vimrc; the parameter is the same (1, 2 or 0):
|
adding the following line to your vimrc.
|
||||||
|
The parameter is the same (1, 2 or 0):
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
au BufEnter * cal ctrlp#SetWorkingPath(2)
|
au BufEnter * cal ctrlp#SetWorkingPath(2)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user