diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-05-02 06:08:16 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-05-02 06:08:16 +0000 |
commit | 7c6968955a7eda6f100681aebe8ece25657a6b8d (patch) | |
tree | 165f6fbb25ef43e840de8713cffdf67f06d32a3b /app-editors/vim | |
parent | Update to tmda-0.54. (diff) | |
download | gentoo-2-7c6968955a7eda6f100681aebe8ece25657a6b8d.tar.gz gentoo-2-7c6968955a7eda6f100681aebe8ece25657a6b8d.tar.bz2 gentoo-2-7c6968955a7eda6f100681aebe8ece25657a6b8d.zip |
added patch
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/files/6.1.042 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/app-editors/vim/files/6.1.042 b/app-editors/vim/files/6.1.042 new file mode 100644 index 000000000000..fed5266b4de8 --- /dev/null +++ b/app-editors/vim/files/6.1.042 @@ -0,0 +1,56 @@ +To: vim-dev@vim.org +Subject: Patch 6.1.042 +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.042 +Problem: "vim -r" doesn't show all matches when 'wildignore' removes swap + files. (Steve Talley) +Solution: Keep all matching swap file names. +Files: src/memline.c + + +*** ../vim61.041/src/memline.c Sun Feb 17 13:45:43 2002 +--- src/memline.c Tue Apr 30 16:41:41 2002 +*************** +*** 1318,1324 **** + if (num_names == 0) + num_files = 0; + else if (expand_wildcards(num_names, names, &num_files, &files, +! EW_FILE|EW_SILENT) == FAIL) + num_files = 0; + + /* +--- 1318,1324 ---- + if (num_names == 0) + num_files = 0; + else if (expand_wildcards(num_names, names, &num_files, &files, +! EW_KEEPALL|EW_FILE|EW_SILENT) == FAIL) + num_files = 0; + + /* +*** ../vim61.041/src/version.c Mon Apr 29 22:57:48 2002 +--- src/version.c Tue Apr 30 16:45:23 2002 +*************** +*** 608,609 **** +--- 608,611 ---- + { /* Add new patch number below this line */ ++ /**/ ++ 42, + /**/ + +-- +ARTHUR: Ni! +BEDEVERE: Nu! +ARTHUR: No. Ni! More like this. "Ni"! +BEDEVERE: Ni, ni, ni! + "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD + + /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ +/// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ +\\\ Project leader for A-A-P -- http://www.a-a-p.org /// + \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org /// |