0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

173 Commits

Author SHA1 Message Date
Bram Moolenaar
877b97b953 updated for version 7.3.168
Problem:    When the second argument of input() contains a CR the text up to
            that is used without asking the user. (Yasuhiro Matsumoto)
Solution:   Change CR, NL and ESC in the text to a space.
2011-04-28 17:30:09 +02:00
Bram Moolenaar
fd30cd41dc updated for version 7.3.139
Problem:    When 'lazyredraw' is set ":ver" output can't be read.
Solution:   Don't redraw the screen when at a prompt or command line.
2011-03-22 13:07:26 +01:00
Bram Moolenaar
6eb634ef1f updated for version 7.3.137
Problem:    When 'lazyredraw' is set the screen may not be updated. (Ivan
            Krasilnikov)
Solution:   Call update_screen() before waiting for input.
2011-03-03 15:04:08 +01:00
Bram Moolenaar
946ffd4606 updated for version 7.3.091
Problem:    "vim -w foo" writes special key codes for removed escape
            sequences. (Josh Triplett)
Solution:   Don't write K_IGNORE codes.
2010-12-30 12:30:31 +01:00
Bram Moolenaar
b3ae56cf2b updated for version 7.3.045
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize the variable always.
2010-10-27 17:39:05 +02:00
Bram Moolenaar
6b5ef067a5 updated for version 7.3.037
Problem:    Compiler warnings for loss of data. (Mike Williams)
Solution:   Add type casts.
2010-10-27 12:18:00 +02:00
Bram Moolenaar
b8e86705ca updated for version 7.3.033
Problem:    Can't build without FEAT_LOCALMAP.
Solution:   Add an #ifdef. (John Marriott)
2010-10-22 22:13:52 +02:00
Bram Moolenaar
bd74325960 updated for version 7.3.032
Problem:    maparg() doesn't return the flags, such as <buffer>, <script>,
            <silent>.  These are needed to save and restore a mapping.
Solution:   Improve maparg(). (also by Christian Brabandt)
2010-10-20 21:23:33 +02:00
Bram Moolenaar
09092155a6 Remove unused code. 2010-08-08 16:38:42 +02:00
Bram Moolenaar
cc448b373d Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
2010-07-14 16:52:17 +02:00
Bram Moolenaar
0eda7ac7f8 Change remaining HAVE_GTK2 to FEAT_GUI_GTK. 2010-06-26 05:38:18 +02:00
Bram Moolenaar
b26e6327e6 Add :nbstart and :nbclose. 2010-05-22 21:34:09 +02:00
Bram Moolenaar
67c5384434 Included the patch to support netbeans in a terminal. 2010-05-22 18:28:27 +02:00
Bram Moolenaar
d21d9a6c61 updated for version 7.2.351
Problem:    Can't build with some compilers.
Solution:   Move the #ifdef outside of a macro.  Cleanup the code.
2010-01-28 22:58:16 +01:00
Bram Moolenaar
0dbf720d86 updated for version 7.2.347
Problem:    Crash when executing <expr> mapping redefines that same mapping.
Solution:   Save the values used before evaluating the expression.
2010-01-27 17:31:43 +01:00
Bram Moolenaar
f6f95d962f updated for version 7.2-289 2009-11-11 15:23:37 +00:00
Bram Moolenaar
da9591ecfd updated for version 7.2-266 2009-09-30 13:17:02 +00:00
Bram Moolenaar
d31aca26de updated for version 7.2-230 2009-07-14 11:44:30 +00:00
Bram Moolenaar
13df0fea4b updated for version 7.2-225 2009-07-09 16:24:19 +00:00
Bram Moolenaar
fa47a9218d updated for version 7.2-123 2009-02-22 22:43:27 +00:00
Bram Moolenaar
fe86f2d7cd updated for version 7.2-055 2008-11-28 20:29:07 +00:00
Bram Moolenaar
01b9a406f0 updated for version 7.2b-010 2008-07-22 16:58:47 +00:00
Bram Moolenaar
f233048a12 updated for version 7.2a 2008-06-24 20:19:36 +00:00
Bram Moolenaar
ee3f7a51c8 updated for version 7.1-177 2008-01-01 13:17:56 +00:00
Bram Moolenaar
c3b730796c updated for version 7.1-170 2007-12-07 16:30:42 +00:00
Bram Moolenaar
61abfd1171 updated for version 7.1-104 2007-09-13 16:26:47 +00:00
Bram Moolenaar
9c8791fde0 updated for version 7.1-095 2007-09-05 19:47:23 +00:00
Bram Moolenaar
b6799acd2d updated for version 7.1b 2007-05-10 16:44:05 +00:00
Bram Moolenaar
4e86cbab27 updated for version 7.1a 2007-05-06 11:56:32 +00:00
Bram Moolenaar
4076b79afd updated for version 7.0-229 2007-04-26 14:48:01 +00:00
Bram Moolenaar
81b85876ad updated for version 7.0-207 2007-03-04 20:22:01 +00:00
Bram Moolenaar
33c4fb68bf updated for version 7.0-205 2007-02-27 22:03:05 +00:00
Bram Moolenaar
cf8e7d14aa updated for version 7.0-177 2006-12-05 20:43:17 +00:00
Bram Moolenaar
d9dfd57f4a updated for version 7.0-114 2006-10-03 13:36:13 +00:00
Bram Moolenaar
9fecb460fe updated for version 7.0-084 2006-09-05 10:59:47 +00:00
Bram Moolenaar
9c102387af updated for version 7.0g02 2006-05-03 21:26:49 +00:00
Bram Moolenaar
c9b4b05b35 updated for version 7.0g 2006-04-30 18:54:39 +00:00
Bram Moolenaar
d8fc5c0b99 updated for version 7.0f05 2006-04-29 21:55:22 +00:00
Bram Moolenaar
c1b5286315 updated for version 7.0f04 2006-04-28 22:32:28 +00:00
Bram Moolenaar
f193fffd16 updated for version 7.0f02 2006-04-27 00:02:13 +00:00
Bram Moolenaar
f9393ef5ef updated for version 7.0f 2006-04-24 19:47:27 +00:00
Bram Moolenaar
4a85b41560 updated for version 7.0e07 2006-04-23 22:40:29 +00:00
Bram Moolenaar
eb3593b38b updated for version 7.0e06 2006-04-22 22:33:57 +00:00
Bram Moolenaar
8424a624ce updated for version 7.0e03 2006-04-19 21:23:36 +00:00
Bram Moolenaar
c1e37901fc updated for version 7.0e02 2006-04-18 21:55:01 +00:00
Bram Moolenaar
a93fa7ee78 updated for version 7.0e01 2006-04-17 22:14:47 +00:00
Bram Moolenaar
779b74b2a2 updated for version 7.0d 2006-04-10 14:55:34 +00:00
Bram Moolenaar
5555acc08e updated for version 7.0c12 2006-04-07 21:33:12 +00:00
Bram Moolenaar
910f66f90c updated for version 7.0c10 2006-04-05 20:41:53 +00:00
Bram Moolenaar
371d5403d0 updated for version 7.0230 2006-03-20 21:47:49 +00:00