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
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# AutoCWD.vim
2
2
3
-
*Currently, this plugin only supports the vim compiled with python 2 support (+python).*
4
-
5
3
AutoCWD.vim automatically changes the current working directory (CWD) of vim when you change the current buffer (or window).
6
4
You can define patterns that may be included in a file path or buffer name, and corresponding working directories in your .vimrc.
7
5
<!--The predefined working directories can be the directory of the current buffer's file, absolute paths of specific directories, and so on.-->
@@ -20,8 +18,10 @@ Screenshot:
20
18
- Manual install (not recommended)
21
19
- Download this plugin and extract it in `~/.vim/`
22
20
23
-
This plugin requires a version of vim with python support. You can check your vim with `:echo has('python')`.
24
-
- Linux: If your vim doesn't support python, one of the easiest solutions would be installing a more featured version of vim by `sudo apt-get install vim-gtk-py2`.
21
+
## Requirements
22
+
23
+
This plugin requires a version of vim with Python 2 (+python) or Python 3 (+python3) support. You can check your vim with `:echo has('python')` or `:echo has('python3')`.
24
+
- Ubuntu: If your vim doesn't support python, one of the easiest solutions would be installing a more featured version of vim by `sudo apt-get install vim-gtk`.
25
25
- Windows: gvim for Windows is already equipped with python support.
0 commit comments