]> git.pld-linux.org Git - packages/vim.git/commitdiff
- Lynx patch: allow compile with --enable-min-features
authorArtur Frysiak <artur@frysiak.net>
Wed, 24 Feb 1999 17:34:29 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-CMDLINE_COMPL.patch -> 1.1

vim-CMDLINE_COMPL.patch [new file with mode: 0644]

diff --git a/vim-CMDLINE_COMPL.patch b/vim-CMDLINE_COMPL.patch
new file mode 100644 (file)
index 0000000..0ad89c3
--- /dev/null
@@ -0,0 +1,13 @@
+diff -ru vim-5.4e.old/src/ex_docmd.c vim-5.4e/src/ex_docmd.c
+--- vim-5.4e.old/src/ex_docmd.c        Tue Feb 16 21:25:54 1999
++++ vim-5.4e/src/ex_docmd.c    Tue Feb 23 17:13:57 1999
+@@ -5902,9 +5902,7 @@
+ {
+     int           mode;
+     char_u  *cmdp;
+-#ifdef CMDLINE_COMPL
+     char_u  *ambigstr;
+-#endif
+     cmdp = eap->cmd;
+     mode = get_map_mode(&cmdp, eap->forceit || isabbrev);
This page took 0.20573 seconds and 4 git commands to generate.