Re: [PATCH] xterm-keys.vim missing endif

2014-02-25 Thread Thomas Adam
On Tue, Feb 25, 2014 at 03:17:31PM -0500, Mark Oteiza wrote: > > The endif is necessary > Fixed. Thanks. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.) ---

[PATCH] xterm-keys.vim missing endif

2014-02-25 Thread Mark Oteiza
The endif is necessary diff --git a/examples/xterm-keys.vim b/examples/xterm-keys.vim index 907eb11..af44968 100644 --- a/examples/xterm-keys.vim +++ b/examples/xterm-keys.vim @@ -49,3 +49,4 @@ endfunction if exists('$TMUX') call s:SetXtermCapabilities() +endif -