summaryrefslogtreecommitdiff
path: root/src/spell.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.537v7.3.537Bram Moolenaar2012-06-011-2/+0
| | | | | Problem: Unecessary call to init_spell_chartab(). Solution: Delete the call.
* updated for version 7.3.535v7.3.535Bram Moolenaar2012-06-011-1/+1
| | | | | | Problem: Many #ifdefs for MB_MAXBYTES. Solution: Also define MB_MAXBYTES without the +multi_byte feature. Fix places where the buffer didn't include space for a NUL byte.
* updated for version 7.3.521v7.3.521Bram Moolenaar2012-05-181-6/+8
| | | | | Problem: Using "z=" on a multi-byte character may cause a crash. Solution: Don't use strlen() on an int pointer.
* updated for version 7.3.400v7.3.400Bram Moolenaar2012-01-101-4/+4
| | | | | Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables.
* updated for version 7.3.397v7.3.397Bram Moolenaar2012-01-101-18/+0
| | | | | | Problem: ":helpgrep" does not work properly when 'encoding' is not utf-8 or latin1. Solution: Convert non-ascii lines to 'encoding'. (Yasuhiro Matsumoto)
* updated for version 7.3.293v7.3.293Bram Moolenaar2011-09-021-1/+1
| | | | | Problem: MSVC compiler has a problem with non-ASCII characters. Solution: Avoid non-ASCII characters. (Hong Xu)
* updated for version 7.3.161v7.3.161Bram Moolenaar2011-04-111-16/+45
| | | | | Problem: Items on the stack may be too big. Solution: Make items static or allocate them.
* updated for version 7.3.160v7.3.160Bram Moolenaar2011-04-111-7/+7
| | | | | | Problem: Unsafe string copying. Solution: Use vim_strncpy() instead of strcpy(). Use vim_strcat() instead of strcat().
* updated for version 7.3.109v7.3.109Bram Moolenaar2011-02-011-20/+41
| | | | | | | 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.
* updated for version 7.3.085v7.3.085Bram Moolenaar2010-12-171-4/+0
| | | | | Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
* updated for version 7.3.080v7.3.080Bram Moolenaar2010-12-081-12/+37
| | | | | Problem: Spell doesn't work on VMS. Solution: Use different file names. (Zoltan Bartos, Zoltan Arpadffy)
* updated for version 7.3.076v7.3.076Bram Moolenaar2010-12-081-9/+0
| | | | | Problem: Clang warnings for dead code. Solution: Remove it. (Carlo Teubner)
* updated for version 7.3.017v7.3.017Bram Moolenaar2010-09-291-4/+6
| | | | | Problem: smatch reports errors. Solution: Fix the reported errors. (Dominique Pelle)
* updated for version 7.3.006v7.3.006Bram Moolenaar2010-09-181-1/+1
| | | | | Problem: Can't build some multi-byte code with C89. Solution: Move code to after declarations. (Joachim Schmitz)
* Avoid illegal memory access in spell suggestion. (Dominique Pelle)Bram Moolenaar2010-08-011-1/+1
|
* Fix: crash in spell checking with a 0x300 character.Bram Moolenaar2010-08-011-2/+5
|
* Fix: uninitialized memory access. (Dominique Pelle)Bram Moolenaar2010-08-011-1/+9
|
* Fixes for coverity warnings.Bram Moolenaar2010-07-311-1/+2
|
* Fix crash in generating spell .sug file.Bram Moolenaar2010-07-111-1/+2
|
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-051-137/+133
|
* Fix a few more things for persistent undo.Bram Moolenaar2010-05-291-155/+4
|
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-231-8/+7
|
* updated for version 7.2.422v7.2.422Bram Moolenaar2010-05-131-2/+8
| | | | | | 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)
* updated for version 7.2.332v7.2.332Bram Moolenaar2010-01-191-3/+8
| | | | | | Problem: Crash when spell correcting triggers an autocommand that reloads the buffer. Solution: Make a copy of the line to be modified. (Dominique Pelle)
* updated for version 7.2-235v7.2.235Bram Moolenaar2009-07-221-2/+6
|
* updated for version 7.2-180v7.2.180Bram Moolenaar2009-05-171-12/+10
|
* updated for version 7.2-169v7.2.169Bram Moolenaar2009-05-131-3/+1
|
* updated for version 7.2-106v7.2.106Bram Moolenaar2009-02-111-3/+6
|
* updated for version 7.2-069v7.2.069Bram Moolenaar2008-12-091-1/+1
|
* updated for version 7.2-060v7.2.060Bram Moolenaar2008-11-301-66/+257
|
* updated for version 7.2-057v7.2.057Bram Moolenaar2008-11-291-4/+8
|
* updated for version 7.2-056v7.2.056Bram Moolenaar2008-11-291-1/+2
|
* updated for version 7.2-055v7.2.055Bram Moolenaar2008-11-281-1/+1
|
* updated for version 7.2-050v7.2.050Bram Moolenaar2008-11-281-19/+26
|
* updated for version 7.2-003v7.2.003Bram Moolenaar2008-08-251-3/+3
|
* updated for version 7.2aBram Moolenaar2008-06-241-17/+29
|
* updated for version 7.1-293v7.1.293Bram Moolenaar2008-04-091-3/+16
|
* updated for version 7.1-290v7.1.290Bram Moolenaar2008-04-011-6/+10
|
* updated for version 7.1-236v7.1.236Bram Moolenaar2008-01-191-1/+1
|
* updated for version 7.1-219v7.1.219Bram Moolenaar2008-01-121-1/+1
|
* updated for version 7.1-051v7.1.051Bram Moolenaar2007-08-051-2/+13
|
* updated for version 7.1-034v7.1.034Bram Moolenaar2007-07-241-2/+2
|
* updated for version 7.1bBram Moolenaar2007-05-101-4/+4
|
* updated for version 7.1a-001v7.1a.001Bram Moolenaar2007-05-061-4/+35
|
* updated for version 7.0-213v7.0.213Bram Moolenaar2007-03-081-0/+3
|
* updated for version 7.0-103v7.0.103Bram Moolenaar2006-09-141-1/+1
|
* updated for version 7.0-101v7.0.101Bram Moolenaar2006-09-121-3/+10
|
* updated for version 7.0-100v7.0.100Bram Moolenaar2006-09-111-1/+4
|
* updated for version 7.0-070v7.0.070Bram Moolenaar2006-08-291-62/+66
|
* updated for version 7.0-068v7.0.068Bram Moolenaar2006-08-291-1/+1
|