|
Karsten Hopp |
103922 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
103922 |
Subject: patch 7.0.205
|
|
Karsten Hopp |
103922 |
Fcc: outbox
|
|
Karsten Hopp |
103922 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
103922 |
Mime-Version: 1.0
|
|
Karsten Hopp |
103922 |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
103922 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
103922 |
------------
|
|
Karsten Hopp |
103922 |
|
|
Karsten Hopp |
103922 |
Patch 7.0.205 (after 7.0.203)
|
|
Karsten Hopp |
103922 |
Problem: Can't compile.
|
|
Karsten Hopp |
103922 |
Solution: Always include the vim_strsave_escape_csi function.
|
|
Karsten Hopp |
103922 |
Files: src/getchar.c
|
|
Karsten Hopp |
103922 |
|
|
Karsten Hopp |
103922 |
|
|
Karsten Hopp |
103922 |
*** ../vim-7.0.204/src/getchar.c Tue Dec 5 21:45:20 2006
|
|
Karsten Hopp |
103922 |
--- src/getchar.c Tue Feb 27 23:04:38 2007
|
|
Karsten Hopp |
103922 |
***************
|
|
Karsten Hopp |
103922 |
*** 4401,4407 ****
|
|
Karsten Hopp |
103922 |
}
|
|
Karsten Hopp |
103922 |
#endif
|
|
Karsten Hopp |
103922 |
|
|
Karsten Hopp |
103922 |
- #if defined(FEAT_EVAL) || defined(PROTO)
|
|
Karsten Hopp |
103922 |
/*
|
|
Karsten Hopp |
103922 |
* Copy "p" to allocated memory, escaping K_SPECIAL and CSI so that the result
|
|
Karsten Hopp |
103922 |
* can be put in the typeahead buffer.
|
|
Karsten Hopp |
103922 |
--- 4405,4410 ----
|
|
Karsten Hopp |
103922 |
***************
|
|
Karsten Hopp |
103922 |
*** 4440,4446 ****
|
|
Karsten Hopp |
103922 |
}
|
|
Karsten Hopp |
103922 |
return res;
|
|
Karsten Hopp |
103922 |
}
|
|
Karsten Hopp |
103922 |
- #endif
|
|
Karsten Hopp |
103922 |
|
|
Karsten Hopp |
103922 |
/*
|
|
Karsten Hopp |
103922 |
* Write map commands for the current mappings to an .exrc file.
|
|
Karsten Hopp |
103922 |
--- 4443,4448 ----
|
|
Karsten Hopp |
103922 |
*** ../vim-7.0.204/src/version.c Tue Feb 27 18:11:55 2007
|
|
Karsten Hopp |
103922 |
--- src/version.c Tue Feb 27 23:05:15 2007
|
|
Karsten Hopp |
103922 |
***************
|
|
Karsten Hopp |
103922 |
*** 668,669 ****
|
|
Karsten Hopp |
103922 |
--- 668,671 ----
|
|
Karsten Hopp |
103922 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
103922 |
+ /**/
|
|
Karsten Hopp |
103922 |
+ 205,
|
|
Karsten Hopp |
103922 |
/**/
|
|
Karsten Hopp |
103922 |
|
|
Karsten Hopp |
103922 |
--
|
|
Karsten Hopp |
103922 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
103922 |
218. Your spouse hands you a gift wrapped magnet with your PC's name
|
|
Karsten Hopp |
103922 |
on it and you accuse him or her of genocide.
|
|
Karsten Hopp |
103922 |
|
|
Karsten Hopp |
103922 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
103922 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
103922 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
103922 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|