diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-06 19:59:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-06 19:59:18 +0000 |
commit | 9372a11ca67d6bdec9c16407a941cb8094eec3b6 (patch) | |
tree | 9633dee37b98fab6fe12d78ee30bc761f2f21a73 /src/ex_cmds2.c | |
parent | cef9dcc37ef6dce3d98cf1550c3731fff9d451b5 (diff) | |
download | vim-git-9372a11ca67d6bdec9c16407a941cb8094eec3b6.tar.gz |
updated for version 7.0163
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r-- | src/ex_cmds2.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 449b66c37..0926e9b30 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -520,10 +520,6 @@ dbg_parsearg(arg, gap) } else bp->dbg_name = p; -#ifdef MACOS_CLASSIC - if (bp->dbg_name != NULL) - slash_n_colon_adjust(bp->dbg_name); -#endif } if (bp->dbg_name == NULL) @@ -2754,9 +2750,6 @@ do_source(fname, check_other, is_vimrc) vim_free(p); if (fname_exp == NULL) return retval; -#ifdef MACOS_CLASSIC - slash_n_colon_adjust(fname_exp); -#endif if (mch_isdir(fname_exp)) { smsg((char_u *)_("Cannot source a directory: \"%s\""), fname); |