summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Collapse)Author
2010-09-29updated for version 7.3.017Bram Moolenaar
Problem: smatch reports errors. Solution: Fix the reported errors. (Dominique Pelle)
2010-08-08Remove unused code.Bram Moolenaar
2010-07-28Fix: concealed regions didn't get redrawn correctly when moving the cursorBram Moolenaar
through them.
2010-07-27Fix for "concealends". (Vince Negri)Bram Moolenaar
2010-07-25Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)Bram Moolenaar
2010-07-24Give each syntax item a sequence number, so that we know when it starts andBram Moolenaar
can show the 'cchar' for each of them.
2010-07-22For conceal mode: when two different syntax items follow each other, show theBram Moolenaar
replacement character for both.
2010-07-14Allow synIDattr() getting GUI attributes when build without GUI.Bram Moolenaar
(Matt Wozniski)
2010-07-14Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2010-06-26Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar
2010-06-06Fix crash for ":ownsyntax". (Dominique Pelle)Bram Moolenaar
2010-06-06Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar
2010-06-06Fixed memory leak in ":ownsyntax".Bram Moolenaar
2010-06-06Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar
2010-06-05Add the conceal patch from Vince Negri.Bram Moolenaar
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
A few minor changes.
2010-05-13updated for version 7.2.418Bram 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-23updated for version 7.2.405Bram 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-10updated for version 7.2.389Bram Moolenaar
Problem: synIDattr() cannot return the font. Solution: Support the "font" argument. (Christian Brabandt)
2010-03-02updated for version 7.2.383Bram Moolenaar
Problem: Vim doesn't build cleanly with MSVC 2010. Solution: Change a few types. (George Reilly)
2010-02-24updated for version 7.2.376Bram 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-19updated for version 7.2.333Bram Moolenaar
Problem: Warnings from static code analysis. Solution: Small changes to various lines. (Dominique Pelle)
2009-12-16updated for version 7.2-317Bram Moolenaar
2009-05-17updated for version 7.2-180Bram Moolenaar
2008-08-09updated for version 7.2-000Bram Moolenaar
2008-08-06updated for version 7.2b-030Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-01-19updated for version 7.1-236Bram Moolenaar
2008-01-13updated for version 7.1-227Bram Moolenaar
2008-01-12updated for version 7.1-219Bram Moolenaar
2008-01-11updated for version 7.1-218Bram Moolenaar
2008-01-10updated for version 7.1-215Bram Moolenaar
2007-10-07updated for version 7.1-136Bram Moolenaar
2007-08-30updated for version 7.1-094Bram Moolenaar
2007-08-21updated for version 7.1-086Bram Moolenaar
2007-08-14updated for version 7.1-077Bram Moolenaar
2007-07-26updated for version 7.1-040Bram Moolenaar
2007-07-24updated for version 7.1-036Bram Moolenaar
2007-06-28updated for version 7.1-013Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2007-02-04updated for version 7.0-190Bram Moolenaar
2006-11-01updated for version 7.0-154Bram Moolenaar
2006-10-03updated for version 7.0-117Bram Moolenaar
2006-04-27updated for version 7.0f02Bram Moolenaar
2006-04-22updated for version 7.0e06Bram Moolenaar
2006-04-20updated for version 7.0e04Bram Moolenaar
2006-04-18updated for version 7.0e02Bram Moolenaar
2006-04-17updated for version 7.0e01Bram Moolenaar