docs: comment improvement

-  plugin/singlechar.vim

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
lohhiiccc 2025-08-21 17:25:16 +02:00 committed by GitHub
parent d26ea1e5a6
commit 0e688387b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ if !exists('g:singlechar_prompt')
g:singlechar_prompt = 'Press the character to insert - Press Esc to cancel...'
endif
#Toggle off static cursor
# Enable/disable static cursor feature
if !exists('g:singlechar_static_cursor')
g:singlechar_static_cursor = 0
endif