home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.251
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- Mime-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.251
- Problem: Can't use completion for ":lcd" and ":lchdir" like ":cd".
- Solution: Expand directory names for these commands. (Servatius Brandt)
- Files: src/ex_docmd.c
-
-
- *** ../vim61.250/src/ex_docmd.c Thu Nov 7 21:20:19 2002
- --- src/ex_docmd.c Thu Nov 7 21:17:23 2002
- ***************
- *** 2527,2532 ****
- --- 2529,2536 ----
- {
- case CMD_cd:
- case CMD_chdir:
- + case CMD_lcd:
- + case CMD_lchdir:
- if (xp->xp_context == EXPAND_FILES)
- xp->xp_context = EXPAND_DIRECTORIES;
- break;
- *** ../vim61.250/src/version.c Sun Nov 10 13:33:34 2002
- --- src/version.c Mon Nov 11 21:24:38 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 251,
- /**/
-
- --
- A)bort, R)etry, P)lease don't bother me again
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- /// Creator of Vim - Vi IMproved -- http://www.vim.org \\\
- \\\ Project leader for A-A-P -- http://www.a-a-p.org ///
- \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///
-