diff options
author | Max Christian Pohle | 2023-10-23 12:27:38 +0200 |
---|---|---|
committer | Max Christian Pohle | 2023-10-23 12:27:38 +0200 |
commit | f3eb203b4ad79090e36982e7b417c0cf0de52646 (patch) | |
tree | b924f1d54b3675168e25c7b5e24bcae3ce7bbd33 /plugin | |
parent | 66f713050c69bf88706d8d17ed2e32c73b12ee57 (diff) | |
download | vim-f3eb203b4ad79090e36982e7b417c0cf0de52646.tar.bz2 vim-f3eb203b4ad79090e36982e7b417c0cf0de52646.zip |
fixed: find-shell script
Diffstat (limited to 'plugin')
-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") | |||
7 | elseif filereadable("/usr/local/bin/bash") | 7 | elseif filereadable("/usr/local/bin/bash") |
8 | set shell=/usr/local/bin/bash | 8 | set shell=/usr/local/bin/bash |
9 | elseif has("win32") | 9 | elseif has("win32") |
10 | set shell = 'cmd.exe' | 10 | set shell="cmd.exe" |
11 | endif | 11 | endif |