diff --git a/plugin/main.vim b/plugin/main.vim index e836d52..6ced7d7 100644 --- a/plugin/main.vim +++ b/plugin/main.vim @@ -350,6 +350,9 @@ if s:extension == "c" call popup_close(g:POPUP_ID, g:selected_option) return 1 + elseif (a:key == "\" || a:key == "\") + call Close_Popup() + return 0 else return 0 endif