Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-29 | updated for version 7.3.017 | Bram Moolenaar | |
Problem: smatch reports errors. Solution: Fix the reported errors. (Dominique Pelle) | |||
2010-08-08 | Remove unused code. | Bram Moolenaar | |
2010-07-28 | Fix: concealed regions didn't get redrawn correctly when moving the cursor | Bram Moolenaar | |
through them. | |||
2010-07-27 | Fix for "concealends". (Vince Negri) | Bram Moolenaar | |
2010-07-25 | Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz) | Bram Moolenaar | |
2010-07-24 | Give each syntax item a sequence number, so that we know when it starts and | Bram Moolenaar | |
can show the 'cchar' for each of them. | |||
2010-07-22 | For conceal mode: when two different syntax items follow each other, show the | Bram Moolenaar | |
replacement character for both. | |||
2010-07-14 | Allow synIDattr() getting GUI attributes when build without GUI. | Bram Moolenaar | |
(Matt Wozniski) | |||
2010-07-14 | Added 'colorcolumn' option. Partly by Gregor Uhlenheuer. | Bram Moolenaar | |
2010-07-14 | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | |
Cleanup white space. | |||
2010-06-26 | Change remaining HAVE_GTK2 to FEAT_GUI_GTK. | Bram Moolenaar | |
2010-06-06 | Fix crash for ":ownsyntax". (Dominique Pelle) | Bram Moolenaar | |
2010-06-06 | Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window. | Bram Moolenaar | |
2010-06-06 | Fixed memory leak in ":ownsyntax". | Bram Moolenaar | |
2010-06-06 | Fix a few compiler warnings. Fix crash with encrypted undo file. | Bram Moolenaar | |
2010-06-05 | Add the conceal patch from Vince Negri. | Bram Moolenaar | |
2010-05-24 | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | |
A few minor changes. | |||
2010-05-13 | updated for version 7.2.418 | Bram Moolenaar | |
Problem: Vim tries to set the background or foreground color in a terminal to -1. (Graywh) Happens with ":hi Normal ctermbg=NONE". Solution: When resetting the foreground or background color don't set the color, let the clear screen code do that. | |||
2010-03-23 | updated for version 7.2.405 | Bram Moolenaar | |
Problem: When built with small features the matching text is not highlighted for ":s/pat/repl/c". Solution: Remove the #ifdef for IncSearch. (James Vega) | |||
2010-03-10 | updated for version 7.2.389 | Bram Moolenaar | |
Problem: synIDattr() cannot return the font. Solution: Support the "font" argument. (Christian Brabandt) | |||
2010-03-02 | updated for version 7.2.383 | Bram Moolenaar | |
Problem: Vim doesn't build cleanly with MSVC 2010. Solution: Change a few types. (George Reilly) | |||
2010-02-24 | updated for version 7.2.376 | Bram Moolenaar | |
Problem: ml_get error when using SiSU syntax. (Nathan Thomas) Solution: If the match ends below the last line move it to the end of the last line. | |||
2010-01-19 | updated for version 7.2.333 | Bram Moolenaar | |
Problem: Warnings from static code analysis. Solution: Small changes to various lines. (Dominique Pelle) | |||
2009-12-16 | updated for version 7.2-317 | Bram Moolenaar | |
2009-05-17 | updated for version 7.2-180 | Bram Moolenaar | |
2008-08-09 | updated for version 7.2-000 | Bram Moolenaar | |
2008-08-06 | updated for version 7.2b-030 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2008-01-19 | updated for version 7.1-236 | Bram Moolenaar | |
2008-01-13 | updated for version 7.1-227 | Bram Moolenaar | |
2008-01-12 | updated for version 7.1-219 | Bram Moolenaar | |
2008-01-11 | updated for version 7.1-218 | Bram Moolenaar | |
2008-01-10 | updated for version 7.1-215 | Bram Moolenaar | |
2007-10-07 | updated for version 7.1-136 | Bram Moolenaar | |
2007-08-30 | updated for version 7.1-094 | Bram Moolenaar | |
2007-08-21 | updated for version 7.1-086 | Bram Moolenaar | |
2007-08-14 | updated for version 7.1-077 | Bram Moolenaar | |
2007-07-26 | updated for version 7.1-040 | Bram Moolenaar | |
2007-07-24 | updated for version 7.1-036 | Bram Moolenaar | |
2007-06-28 | updated for version 7.1-013 | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2007-05-06 | updated for version 7.1a | Bram Moolenaar | |
2007-02-04 | updated for version 7.0-190 | Bram Moolenaar | |
2006-11-01 | updated for version 7.0-154 | Bram Moolenaar | |
2006-10-03 | updated for version 7.0-117 | Bram Moolenaar | |
2006-04-27 | updated for version 7.0f02 | Bram Moolenaar | |
2006-04-22 | updated for version 7.0e06 | Bram Moolenaar | |
2006-04-20 | updated for version 7.0e04 | Bram Moolenaar | |
2006-04-18 | updated for version 7.0e02 | Bram Moolenaar | |
2006-04-17 | updated for version 7.0e01 | Bram Moolenaar | |