Sfoglia il codice sorgente

Change the MRU buffer name to -RecentFiles-. The previous name caused problems on MS-Windows

Yegappan Lakshmanan 5 anni fa
parent
commit
3ac09e0070
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugin/mru.vim

+ 1 - 1
plugin/mru.vim

@@ -121,7 +121,7 @@ if !exists('MRU_Filename_Format')
         \}
 endif
 
-let s:MRU_buf_name = '\[Recent\ Files\]'
+let s:MRU_buf_name = '-RecentFiles-'
 
 " Control to temporarily lock the MRU list. Used to prevent files from
 " getting added to the MRU list when the ':vimgrep' command is executed.