Skip to content

Commit

Permalink
Set shellslash for Windows users for duplicate buffer name checking t…
Browse files Browse the repository at this point in the history
…o work. Needs to be tested in Windows!
  • Loading branch information
fholgado committed May 20, 2011
1 parent d78ab5f commit 7ffc2dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin/minibufexpl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,11 @@ function! <SID>StartExplorer(sticky,delBufNum,currBufName)
"automatically rezised by CTRL + W =, etc...
setlocal winfixheight
setlocal winfixwidth

" Set shellslash for Windows/DOS Vim for dupeBufName checking to Work
if (has("win32") || has("win64"))
set shellslash
endif

" Set the text of the statusline for the MBE buffer. See help:stl for
" many options
Expand Down

0 comments on commit 7ffc2dd

Please sign in to comment.