Closed Kamilcuk closed 3 years ago
I have one machine with a bit older vim7.3 and that vim doesn't have getcmdwintype and spills many errors on each insert mode leave. So I added a small patch to check if the function exists, in a similar way like in golden_ratio.vim.
getcmdwintype
this looks good to me, thank you!
I have one machine with a bit older vim7.3 and that vim doesn't have
getcmdwintype
and spills many errors on each insert mode leave. So I added a small patch to check if the function exists, in a similar way like in golden_ratio.vim.