Browse Source

vim: исправлена ошибка в mru

master
Maxim Likhachev 9 years ago
parent
commit
6ef6a9b3bd
  1. 2
      etc/soft/vim/vim/+plugins/MRU/plugin/mru.vim

2
etc/soft/vim/vim/+plugins/MRU/plugin/mru.vim

@ -527,7 +527,7 @@ function! s:MRU_Open_File_In_Tab(fname, esc_fname)
exe 'tabnext ' . i exe 'tabnext ' . i
else else
" Open a new tab as the last tab page " Open a new tab as the last tab page
exe '999tabnew ' . a:esc_fname exe 'tabnew ' . a:esc_fname
endif endif
endif endif

Loading…
Cancel
Save