Skip to content

Commit

Permalink
FIX for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Jan 22, 2013
1 parent 35326d0 commit 0ffd889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/tmru.vim
Expand Up @@ -3,7 +3,7 @@
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2011-04-10.
" @Last Change: 2012-11-29.
" @Revision: 69
" @Revision: 70


if !exists('g:tmru#world') "{{{2
Expand Down Expand Up @@ -35,7 +35,7 @@ if !exists('g:tmru#world') "{{{2
call add(g:tmru#world.key_handlers,
\ {'key': 21, 'agent': 'tmru#UnsetPersistent', 'key_name': '<c-u>', 'help': 'Unset a file''s persistent mark'})
endif
if !empty(g:tmru_world)
if exists('g:tmru_world')
let g:tmru#world = extend(g:tmru#world, g:tmru_world)
endif
endif
Expand Down

0 comments on commit 0ffd889

Please sign in to comment.