aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 11:46:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 11:46:59 +1200
commit2e1bb38fc7c3ea68f88bd2495b584b043a501ccc (patch)
tree81ee585d1baa13d4155a670b7b098c8adc5ae842 /plugin
parentMerge branch 'release/v0.3.0' into develop (diff)
downloadvim-cursorline-current-2e1bb38fc7c3ea68f88bd2495b584b043a501ccc.tar.gz
vim-cursorline-current-2e1bb38fc7c3ea68f88bd2495b584b043a501ccc.zip
Switch to two-spacing
Diffstat (limited to 'plugin')
-rw-r--r--plugin/cursorline_current.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/cursorline_current.vim b/plugin/cursorline_current.vim
index 43bf882..9977f95 100644
--- a/plugin/cursorline_current.vim
+++ b/plugin/cursorline_current.vim
@@ -1,6 +1,6 @@
"
" cursorline_current: If 'cursorline' is globally on, only enable it for the
-" current window, and only when not in insert mode. Essentially, make
+" current window, and only when not in insert mode. Essentially, make
" 'cursorline' follow the actual normal-mode cursor as much as possible.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>
@@ -53,7 +53,7 @@ augroup cursorline_current
" Turn off 'cursorline' for other windows on load
autocmd VimEnter * call s:Load()
- " Turn off 'cursorline' when leaving a window or losing focus. We call the
+ " Turn off 'cursorline' when leaving a window or losing focus. We call the
" restore again on BufEnter to handle existent local buffer values for the
" option overwriting the window value (Vim bug?)
autocmd WinLeave,FocusLost * call s:Suspend()