From e8a53ebd9e615e43a8988bb3f595eda4f9f1ba0c Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 1 Dec 2014 00:58:48 +0300 Subject: [PATCH] Fix typo in capslock_indicator docstring --- powerline/segments/vim/plugin/capslock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerline/segments/vim/plugin/capslock.py b/powerline/segments/vim/plugin/capslock.py index 824d55b9..d2c474d5 100644 --- a/powerline/segments/vim/plugin/capslock.py +++ b/powerline/segments/vim/plugin/capslock.py @@ -14,7 +14,7 @@ from powerline.theme import requires_segment_info def capslock_indicator(pl, segment_info, text='CAPS'): '''Shows the indicator if tpope/vim-capslock plugin is enabled - .. _note:: + .. note:: In the current state plugin automatically disables itself when leaving insert mode. So trying to use this segment not in insert or replace modes is useless.