typo(plugin/singlechar.vim): warnign -> warning

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

View file

@ -50,7 +50,7 @@ if !exists('g:singlechar_static_cursor')
g:singlechar_static_cursor = 0
endif
# toggle warnign
# toggle warning
if !exists('g:singlechar_keylen_warning')
g:singlechar_keylen_warning = 1
endif