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

247 Commits

Author SHA1 Message Date
Bram Moolenaar
f9de140e7f updated for version 7.3.521
Problem:    Using "z=" on a multi-byte character may cause a crash.
Solution:   Don't use strlen() on an int pointer.
2012-05-18 18:08:01 +02:00
Bram Moolenaar
70b2a56d5a updated for version 7.3.400
Problem:    Compiler warnings for shadowed variables.
Solution:   Remove or rename the variables.
2012-01-10 22:26:17 +01:00
Bram Moolenaar
10b7b39b3d updated for version 7.3.397
Problem:    ":helpgrep" does not work properly when 'encoding' is not utf-8 or
            latin1.
Solution:   Convert non-ascii lines to 'encoding'. (Yasuhiro Matsumoto)
2012-01-10 16:28:45 +01:00
Bram Moolenaar
d3184b57d2 updated for version 7.3.293
Problem:    MSVC compiler has a problem with non-ASCII characters.
Solution:   Avoid non-ASCII characters. (Hong Xu)
2011-09-02 14:18:20 +02:00
Bram Moolenaar
d9462e394a updated for version 7.3.161
Problem:    Items on the stack may be too big.
Solution:   Make items static or allocate them.
2011-04-11 21:35:11 +02:00
Bram Moolenaar
ef9d6aa70d updated for version 7.3.160
Problem:    Unsafe string copying.
Solution:   Use vim_strncpy() instead of strcpy().  Use vim_strcat() instead
            of strcat().
2011-04-11 16:56:35 +02:00
Bram Moolenaar
c98d5ee923 updated for version 7.3.109
Problem:    Processing new Esperanto spell file fails and crashes Vim.
            (Dominique Pelle)
Solution:   When running out of memory give an error.  Handle '?' in
            COMPOUNDRULE properly.
2011-02-01 13:59:48 +01:00
Bram Moolenaar
9c26303293 updated for version 7.3.085
Problem:    Inconsistency with preproc symbols.  void * computation.
Solution:   Include vimio.h from vim.h.  Add type cast.
2010-12-17 18:06:06 +01:00
Bram Moolenaar
56f7804065 updated for version 7.3.080
Problem:    Spell doesn't work on VMS.
Solution:   Use different file names. (Zoltan Bartos, Zoltan Arpadffy)
2010-12-08 17:09:32 +01:00
Bram Moolenaar
e980d8a934 updated for version 7.3.076
Problem:    Clang warnings for dead code.
Solution:   Remove it. (Carlo Teubner)
2010-12-08 13:11:21 +01:00
Bram Moolenaar
a8fc79895e updated for version 7.3.017
Problem:    smatch reports errors.
Solution:   Fix the reported errors. (Dominique Pelle)
2010-09-29 18:32:52 +02:00
Bram Moolenaar
60bb4e1b46 updated for version 7.3.006
Problem:    Can't build some multi-byte code with C89.
Solution:   Move code to after declarations. (Joachim Schmitz)
2010-09-18 13:36:49 +02:00
Bram Moolenaar
7e88c3dc19 Avoid illegal memory access in spell suggestion. (Dominique Pelle) 2010-08-01 15:47:35 +02:00
Bram Moolenaar
95e8579e1c Fix: crash in spell checking with a 0x300 character. 2010-08-01 15:37:02 +02:00
Bram Moolenaar
121d95f7d1 Fix: uninitialized memory access. (Dominique Pelle) 2010-08-01 15:11:43 +02:00
Bram Moolenaar
a9d52e3b79 Fixes for coverity warnings. 2010-07-31 16:44:19 +02:00
Bram Moolenaar
dc781a79b4 Fix crash in generating spell .sug file. 2010-07-11 18:01:39 +02:00
Bram Moolenaar
860cae1cec Add the conceal patch from Vince Negri. 2010-06-05 23:22:07 +02:00
Bram Moolenaar
cdf04208f3 Fix a few more things for persistent undo. 2010-05-29 15:11:47 +02:00
Bram Moolenaar
55debbe384 Included patch for persistent undo. Lots of changes and added test. 2010-05-23 23:34:36 +02:00
Bram Moolenaar
54ab0f1e54 updated for version 7.2.422
Problem:    May get E763 when using spell dictionaries.
Solution:   Avoid utf-8 case folded character to be truncated to 8 bits and
            differ from latin1. (Dominique Pelle)
2010-05-13 17:46:58 +02:00
Bram Moolenaar
3ea38ef239 updated for version 7.2.332
Problem:    Crash when spell correcting triggers an autocommand that reloads
            the buffer.
Solution:   Make a copy of the line to be modified. (Dominique Pelle)
2010-01-19 13:08:42 +01:00
Bram Moolenaar
b245016c15 updated for version 7.2-235 2009-07-22 09:04:20 +00:00
Bram Moolenaar
2c4278fc73 updated for version 7.2-180 2009-05-17 11:33:22 +00:00
Bram Moolenaar
5fd0ca70d3 updated for version 7.2-169 2009-05-13 16:56:33 +00:00
Bram Moolenaar
6ae167a484 updated for version 7.2-106 2009-02-11 16:58:49 +00:00
Bram Moolenaar
19c9c76c4d updated for version 7.2-069 2008-12-09 21:34:39 +00:00
Bram Moolenaar
9f94b05b1f updated for version 7.2-060 2008-11-30 20:12:46 +00:00
Bram Moolenaar
2eb6eb323f updated for version 7.2-057 2008-11-29 19:19:19 +00:00
Bram Moolenaar
9bf1361652 updated for version 7.2-056 2008-11-29 19:11:40 +00:00
Bram Moolenaar
fe86f2d7cd updated for version 7.2-055 2008-11-28 20:29:07 +00:00
Bram Moolenaar
3f3766b60d updated for version 7.2-050 2008-11-28 09:08:51 +00:00
Bram Moolenaar
6949d1ddc6 updated for version 7.2-003 2008-08-25 02:14:05 +00:00
Bram Moolenaar
a7241f5f19 updated for version 7.2a 2008-06-24 20:39:31 +00:00
Bram Moolenaar
7a91a4a12e updated for version 7.1-293 2008-04-09 13:49:57 +00:00
Bram Moolenaar
6a5d2ac1d0 updated for version 7.1-290 2008-04-01 15:14:36 +00:00
Bram Moolenaar
91a4e82243 updated for version 7.1-236 2008-01-19 14:59:58 +00:00
Bram Moolenaar
56cefaf15a updated for version 7.1-219 2008-01-12 15:47:10 +00:00
Bram Moolenaar
3dcfbf7c4d updated for version 7.1-051 2007-08-05 16:33:12 +00:00
Bram Moolenaar
5fdec47ab0 updated for version 7.1-034 2007-07-24 08:45:13 +00:00
Bram Moolenaar
f711faf099 updated for version 7.1b 2007-05-10 16:48:19 +00:00
Bram Moolenaar
706cdebcf8 updated for version 7.1a-001 2007-05-06 21:55:31 +00:00
Bram Moolenaar
6417da604d updated for version 7.0-213 2007-03-08 13:49:53 +00:00
Bram Moolenaar
a391707d9f updated for version 7.0-103 2006-09-14 08:48:14 +00:00
Bram Moolenaar
ac2adc79f7 updated for version 7.0-101 2006-09-12 20:25:24 +00:00
Bram Moolenaar
2113a1d623 updated for version 7.0-100 2006-09-11 19:38:08 +00:00
Bram Moolenaar
89d4032cae updated for version 7.0-070 2006-08-29 15:30:07 +00:00
Bram Moolenaar
e8c3a1408b updated for version 7.0-068 2006-08-29 14:30:35 +00:00
Bram Moolenaar
412f7444ea updated for version 7.0-040 2006-07-23 19:51:57 +00:00
Bram Moolenaar
5dd95a1058 updated for version 7.0-009 2006-05-13 12:09:24 +00:00