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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# VIntSearch
2
2
3
-
*Currently, this plugin only supports the vim compiled with python 2 support (+python).*
4
-
5
3
VIntSearch is a vim plugin providing an integrated interface across various types of searches. It currently supports symbol search, text search, and file search.
6
4
Search results are given in the quickfix window and a user can conviniently move forward / backward through the integrated search history.
7
5
VIntSearch means **V**im **Int**egrated **Search**.
@@ -39,8 +37,10 @@ VIntSearch means **V**im **Int**egrated **Search**.
39
37
- Manual install (not recommended)
40
38
- Download this plugin and extract it in `~/.vim/`
41
39
42
-
This plugin requires a version of vim with python support. You can check your vim with `:echo has('python')`.
43
-
- 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`.
40
+
## Requirements
41
+
42
+
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')`.
43
+
- 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`.
44
44
- Windows: gvim for Windows is already equipped with python support.
0 commit comments