Skip to content

Commit d84bf98

Browse files
committed
Update README.md
1 parent 2c4b3dd commit d84bf98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ count total (s) self (s) function
1919
3 0.730215 pymatcher#PyMatch()
2020
```
2121

22-
To install this plugin you **need** Vim compiled with `+python` flag and version `7.4`+ (because of `vim.bindeval` like python functions. It can be rewriten via your pull request, to support vim < `7.3`):
22+
To achive this results try to do **long** (5-10+ sym) text queries on a large amount of files (1kk+).
23+
24+
To install this plugin you **need** Vim compiled with `+python` flag:
2325
```
2426
vim --version | grep python
2527
```
2628

29+
This plugin should be compatible with vim **7.x** and [NeoVIM](http://neovim.io) as well.
30+
2731
**If you still have performance issues, it can be caused by [bufferline](https://github.com/bling/vim-bufferline) or another one plugin. So if it caused by bufferline you can switch to [airline](https://github.com/bling/vim-airline) and setup this option:**
2832
```
2933
let g:airline#extensions#tabline#enabled = 1

0 commit comments

Comments
 (0)