docs: comment improvement
- plugin/singlechar.vim Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d26ea1e5a6
commit
0e688387b9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ if !exists('g:singlechar_prompt')
|
||||||
g:singlechar_prompt = 'Press the character to insert - Press Esc to cancel...'
|
g:singlechar_prompt = 'Press the character to insert - Press Esc to cancel...'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#Toggle off static cursor
|
# Enable/disable static cursor feature
|
||||||
if !exists('g:singlechar_static_cursor')
|
if !exists('g:singlechar_static_cursor')
|
||||||
g:singlechar_static_cursor = 0
|
g:singlechar_static_cursor = 0
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue