Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FelikZ committed Apr 26, 2015
1 parent 2c4b3dd commit d84bf98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -19,11 +19,15 @@ count total (s) self (s) function
3 0.730215 pymatcher#PyMatch()
```

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`):
To achive this results try to do **long** (5-10+ sym) text queries on a large amount of files (1kk+).

To install this plugin you **need** Vim compiled with `+python` flag:
```
vim --version | grep python
```

This plugin should be compatible with vim **7.x** and [NeoVIM](http://neovim.io) as well.

**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:**
```
let g:airline#extensions#tabline#enabled = 1
Expand Down

0 comments on commit d84bf98

Please sign in to comment.