aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/max-find-shell.vim (renamed from plugin/max-find-bash.vim)2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/max-find-bash.vim b/plugin/max-find-shell.vim
index 29cb7c3..778f0fb 100644
--- a/plugin/max-find-bash.vim
+++ b/plugin/max-find-shell.vim
@@ -7,5 +7,5 @@ if filereadable("/bin/bash")
7elseif filereadable("/usr/local/bin/bash") 7elseif filereadable("/usr/local/bin/bash")
8 set shell=/usr/local/bin/bash 8 set shell=/usr/local/bin/bash
9elseif has("win32") 9elseif has("win32")
10 set shell = 'cmd.exe' 10 set shell="cmd.exe"
11endif 11endif
..