summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-11-04 02:54:12 +0100
committerBram Moolenaar <Bram@vim.org>2013-11-04 02:54:12 +0100
commit69c3500f9630db9b194cb82167d0fccef9efb9a1 (patch)
tree0bdefbe3e703fb42094a804b42adc82897e104d6 /src/proto
parent332a2cadcd19a0ac69b9c41ed6f4add89128fdfe (diff)
downloadvim-git-69c3500f9630db9b194cb82167d0fccef9efb9a1.tar.gz
updated for version 7.4.066v7.4.066
Problem: MS-Windows: When there is a colon in the file name (sub-stream feature) the swap file name is wrong. Solution: Change the colon to "%". (Yasuhiro Matsumoto)
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/misc1.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/misc1.pro b/src/proto/misc1.pro
index 035453569..d6672e494 100644
--- a/src/proto/misc1.pro
+++ b/src/proto/misc1.pro
@@ -69,6 +69,7 @@ char_u *gettail_sep __ARGS((char_u *fname));
char_u *getnextcomp __ARGS((char_u *fname));
char_u *get_past_head __ARGS((char_u *path));
int vim_ispathsep __ARGS((int c));
+int vim_ispathsep_nocolon __ARGS((int c));
int vim_ispathlistsep __ARGS((int c));
void shorten_dir __ARGS((char_u *str));
int dir_of_file_exists __ARGS((char_u *fname));