diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-05-07 15:10:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-05-07 15:10:21 +0200 |
commit | 75a8d74cc22d66482a1149f004b04bcc0a8326f2 (patch) | |
tree | 629f2de2aa52c4640127d42768299b1166ab59a3 /src/proto/misc1.pro | |
parent | f4d7f167f3c1e26f26c4b5905db553eb94aa9e81 (diff) | |
download | vim-git-75a8d74cc22d66482a1149f004b04bcc0a8326f2.tar.gz |
updated for version 7.4.276v7.4.276
Problem: The fish shell is not supported.
Solution: Use begin/end instead of () for fish. (Andy Russell)
Diffstat (limited to 'src/proto/misc1.pro')
-rw-r--r-- | src/proto/misc1.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/misc1.pro b/src/proto/misc1.pro index 9f986d76c..496d2e45a 100644 --- a/src/proto/misc1.pro +++ b/src/proto/misc1.pro @@ -103,4 +103,5 @@ void addfile __ARGS((garray_T *gap, char_u *f, int flags)); char_u *get_cmd_output __ARGS((char_u *cmd, char_u *infile, int flags, int *ret_len)); void FreeWild __ARGS((int count, char_u **files)); int goto_im __ARGS((void)); +char_u *get_isolated_shell_name __ARGS((void)); /* vim: set ft=c : */ |