Skip to content

Commit

Permalink
Fixed tabbing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Saysana committed Apr 8, 2022
1 parent 6e97d50 commit 35ea49a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/main.vim
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ if s:extension == "c"
call popup_close(g:POPUP_ID, g:selected_option)

return 1
elseif (a:key == "\<BS>" || a:key == "\<Del>")
call Close_Popup()
return 0
else
return 0
endif
Expand Down

0 comments on commit 35ea49a

Please sign in to comment.