From 98b047b69aba82c5b520c2cc5276fc0b7cffe1c5 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 2 Jan 2021 01:13:15 -0500 Subject: [PATCH] Add more details to comment. --- autoload/win.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/win.vim b/autoload/win.vim index 6a5db19..b8298fd 100644 --- a/autoload/win.vim +++ b/autoload/win.vim @@ -101,8 +101,8 @@ function! s:GetChar() if type(l:char) ==# v:t_number let l:char = nr2char(l:char) endif - " On Cygwin, does not raise "Vim:Interrupt", so it would still be - " at this point. Convert to . + " On Cygwin, pressing during getchar() does not raise "Vim:Interrupt", + " so it would still be at this point. Convert to . if l:char ==# "\" let l:char = "\" endif