소스 검색

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

Yegappan Lakshmanan 5 년 전
부모
커밋
3ac09e0070
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.