Skip to content

Commit 7263183

Browse files
committed
Update documents about settings in Windows
1 parent 144f351 commit 7263183

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ VIntSearch means **V**im **Int**egrated **Search**.
3838
- Download this plugin and extract it in `~/.vim/`
3939

4040
This plugin requires a version of vim with python support. You can check your vim with `:echo has('python')`.
41-
If your vim doesn't support python, one of the easiest solutions would be installing a more featured version of vim by:
42-
`sudo apt-get install vim-nox`
41+
- 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`.
42+
- Windows: gvim for Windows is already equipped with python support.
4343

4444
## Getting Started
4545

46-
1. You need Exuberant Ctags to fully use this plugin. If you don't have it, please install it first: ```sudo apt-get install exuberant-ctags```.
46+
1. You need Exuberant Ctags to fully use this plugin. If you don't have it, please install it first:
47+
- Linux: ```sudo apt-get install exuberant-ctags```.
48+
- Windows: Download source & binary for windows from http://ctags.sourceforge.net/ and extract ctags.exe to one of the system path directory.
4749
2. Install this plugin.
4850
3. Open one of your source files with vim.
4951
4. Build a tag file by typing **:VIntSearchBuildSymbolDB**. The tag file will be created in the nearest ancestor dir that contains a repository dir such as ```.git```, or in the current working dir if the source file is not managed by any version control system (You can change this behavior via ```g:vintsearch_searchpathmode```).

doc/VIntSearch.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,22 @@ VIntSearch means Vim Integrated Search.
4242
- Search keyword can be from a word under the cursor, visually selected text,
4343
or any string you type.
4444

45+
This plugin requires a version of vim with python support.
46+
You can check your vim with `:echo has('python')`.
47+
48+
- Linux: If your vim doesn't support python, one of the easiest solutions
49+
would be installing a more featured version of vim by `sudo apt-get install vim-gtk`.
50+
51+
- Windows: gvim for Windows is already equipped with python support.
52+
4553
==============================================================================
4654
2. Getting Started *VIntSearch-gettingstarted*
4755

48-
1. You need Exuberant Ctags to fully use this plugin. If you don't have it,
49-
please install it first: `sudo apt-get install exuberant-ctags`.
56+
1. You need Exuberant Ctags to fully use this plugin.
57+
If you don't have it, please install it first:
58+
- Linux: ```sudo apt-get install exuberant-ctags```.
59+
- Windows: Download source & binary for windows from http://ctags.sourceforge.net/
60+
and extract ctags.exe to one of the system path directory.
5061

5162
2. Install this plugin.
5263

0 commit comments

Comments
 (0)