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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,15 @@ count total (s) self (s) function
19
19
3 0.730215 pymatcher#PyMatch()
20
20
```
21
21
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:
23
25
```
24
26
vim --version | grep python
25
27
```
26
28
29
+
This plugin should be compatible with vim **7.x** and [NeoVIM](http://neovim.io) as well.
30
+
27
31
**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:**
0 commit comments