thaerkh / vim-workspace

📑 Automated Vim session management with file auto-save and persistent undo history
Apache License 2.0
466 stars 30 forks source link

Check if getcmdwintype exists before calling it #40

Closed Kamilcuk closed 3 years ago

Kamilcuk commented 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.

thaerkh commented 3 years ago

this looks good to me, thank you!