My variant of Vim documentation has moved to bitbucket pages

This commit is contained in:
Foo 2015-07-19 15:03:28 +03:00
parent 9b71beb17f
commit 67dc10d124
1 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@ highlighting groups are usually cleared, including those defined by powerline.
To workaround this issue powerline hooks ``Colorscheme`` event, but when you
source vimrc with ``BufWritePost`` (or any other) event, but without ``nested``
this event is not launched. See also `autocmd-nested
<http://vimpluginloader.sourceforge.net/doc/autocmd.txt.html#autocmd-nested>`_
Vim documentation.
<http://vimcommunity.bitbucket.org/doc/autocmd.txt.html#autocmd-nested>`_ Vim
documentation.
Powerline loses color after saving any file
-------------------------------------------