From 0e688387b95a6adb1aba132d03f24ddf90f3338d Mon Sep 17 00:00:00 2001 From: lohhiiccc <96543753+lohhiiccc@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:25:16 +0200 Subject: [PATCH] docs: comment improvement - plugin/singlechar.vim Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- plugin/singlechar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/singlechar.vim b/plugin/singlechar.vim index a4d5c82..b641c24 100644 --- a/plugin/singlechar.vim +++ b/plugin/singlechar.vim @@ -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