1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Fix xterm-keys.vim syntax

Fix the typo in the xterm-keys.vim file, from Mark Oteiza.
This commit is contained in:
Thomas Adam 2014-02-25 20:23:08 +00:00
parent f3152079e1
commit 225164a9d6

View File

@ -49,3 +49,4 @@ endfunction
if exists('$TMUX') if exists('$TMUX')
call s:SetXtermCapabilities() call s:SetXtermCapabilities()
endif