Fix typo in capslock_indicator docstring

This commit is contained in:
ZyX 2014-12-01 00:58:48 +03:00
parent 88c5f400e4
commit e8a53ebd9e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from powerline.theme import requires_segment_info
def capslock_indicator(pl, segment_info, text='CAPS'): def capslock_indicator(pl, segment_info, text='CAPS'):
'''Shows the indicator if tpope/vim-capslock plugin is enabled '''Shows the indicator if tpope/vim-capslock plugin is enabled
.. _note:: .. note::
In the current state plugin automatically disables itself when leaving In the current state plugin automatically disables itself when leaving
insert mode. So trying to use this segment not in insert or replace insert mode. So trying to use this segment not in insert or replace
modes is useless. modes is useless.