Document dependency on focus events.

This commit is contained in:
Andy Stewart
2018-02-28 11:43:00 +00:00
parent 2a3ab77f10
commit 4a66a09658
2 changed files with 13 additions and 3 deletions

View File

@@ -23,9 +23,8 @@ Features:
Constraints:
* Supports git only.
If you work with other version control systems, I recommend [vim-signify](https://github.com/mhinz/vim-signify).
* Supports git only. If you work with other version control systems, I recommend [vim-signify](https://github.com/mhinz/vim-signify).
* Relies on the `FocusGained` event. If your terminal doesn't report focus events, I suggest using something like [Terminus][].
### Screenshot
@@ -505,6 +504,10 @@ Here are some things you can check:
* Try reducing `updatetime`, e.g. `set updatetime=100`.
#### When signs don't update after focusing Vim
* Your terminal probably isn't reporting focus events. Try installing [Terminus][].
### Shameless Plug
@@ -525,3 +528,4 @@ Copyright Andrew Stewart, AirBlade Software Ltd. Released under the MIT licence
[pathogen]: https://github.com/tpope/vim-pathogen
[siv]: http://pluralsight.com/training/Courses/TableOfContents/smash-into-vim
[airblade]: http://airbladesoftware.com/peepcode-vim
[terminus]: https://github.com/wincent/terminus

View File

@@ -488,3 +488,9 @@ Try reducing 'updatetime':
set updatetime=100
<
When signs don't update after focusing Vim:~
Your terminal probably isn't reporting focus events. Try installing Terminus
(https://github.com/wincent/terminus).