summaryrefslogtreecommitdiff
path: root/src/proto/syntax.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1133: syntax timeout not used correctlyv8.0.1133Bram Moolenaar2017-09-221-1/+2
| | | | | | Problem: Syntax timeout not used correctly. Solution: Do not pass the timeout to syntax_start() but set it explicitly. (Yasuhiro Matsumoto, closes #2139)
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-0/+1
| | | | | Problem: Cannot define a toolbar for a window. Solution: Add a window-local toolbar.
* patch 8.0.1102: terminal window does not use Normal colorsv8.0.1102Bram Moolenaar2017-09-141-0/+1
| | | | | | | | Problem: Terminal window does not use Normal colors. Solution: For the GUI and when 'termguicolors' is enabled, use the actual foreground and background colors for the terminal. (Yasuhiro Matsumoto, closes #2067) Use the "Terminal" highlight group if defined.
* patch 8.0.0921: terminal window cursor shape not supported in the GUIv8.0.0921Bram Moolenaar2017-08-121-0/+1
| | | | | Problem: Terminal window cursor shape not supported in the GUI. Solution: Use the terminal window cursor shape in the GUI.
* patch 8.0.0831: with 8 colors the bold attribute is not set properlyv8.0.0831Bram Moolenaar2017-08-011-1/+1
| | | | | Problem: With 8 colors the bold attribute is not set properly. Solution: Move setting HL_TABLE() out of lookup_color. (closes #1901)
* patch 8.0.0791: terminal colors depend on the systemv8.0.0791Bram Moolenaar2017-07-281-0/+1
| | | | | Problem: Terminal colors depend on the system. Solution: Use the highlight color lookup tables.
* patch 8.0.0760: terminal window colors wrong with 'termguicolors'v8.0.0760Bram Moolenaar2017-07-231-0/+1
| | | | | Problem: Terminal window colors wrong with 'termguicolors'. Solution: Add 'termguicolors' support.
* patch 8.0.0755: terminal window does not have colors in the GUIv8.0.0755Bram Moolenaar2017-07-231-0/+1
| | | | | Problem: Terminal window does not have colors in the GUI. Solution: Lookup the GUI color.
* patch 8.0.0754: terminal window does not support colorsv8.0.0754Bram Moolenaar2017-07-231-0/+1
| | | | | Problem: Terminal window does not support colors. Solution: Lookup the color attribute.
* patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar2017-06-181-1/+1
| | | | | Problem: Syntax highlighting can make cause a freeze. Solution: Apply 'redrawtime' to syntax highlighting, per window.
* patch 8.0.0513: getting name of cleared highlight group is wrongv8.0.0513Bram Moolenaar2017-03-261-0/+1
| | | | | | Problem: Getting name of cleared highlight group is wrong. (Matt Wozniski) Solution: Only skip over cleared names for completion. (closes #1592) Also fix that a cleared group causes duplicate completions.
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-54/+54
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* updated for version 7.3.1148v7.3.1148Bram Moolenaar2013-06-081-0/+1
| | | | | Problem: No command line completion for ":syntime". Solution: Implement the completion. (Dominique Pelle)
* updated for version 7.3.1129v7.3.1129Bram Moolenaar2013-06-061-0/+1
| | | | | Problem: Can't see what pattern in syntax highlighting is slow. Solution: Add the ":syntime" command.
* Give each syntax item a sequence number, so that we know when it starts andBram Moolenaar2010-07-241-1/+1
| | | | can show the 'cchar' for each of them.
* For conceal mode: when two different syntax items follow each other, show theBram Moolenaar2010-07-221-1/+2
| | | | replacement character for both.
* Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar2010-06-061-0/+1
|
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-051-4/+6
|
* updated for version 7.1-219v7.1.219Bram Moolenaar2008-01-121-2/+2
|
* updated for version 7.1-215v7.1.215Bram Moolenaar2008-01-101-0/+1
|
* updated for version 7.1-036v7.1.036Bram Moolenaar2007-07-241-0/+2
|
* updated for version 7.1aBram Moolenaar2007-05-051-45/+45
|
* updated for version 7.0dv7.0dBram Moolenaar2006-04-101-45/+45
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-44/+45
|
* updated for version 7.0bBram Moolenaar2006-03-241-44/+44
|
* updated for version 7.0222Bram Moolenaar2006-03-121-0/+1
|
* updated for version 7.0137Bram Moolenaar2005-08-251-1/+1
|
* updated for version 7.0093v7.0093Bram Moolenaar2005-06-251-0/+1
|
* updated for version 7.0092Bram Moolenaar2005-06-241-1/+2
|
* updated for version 7.0069Bram Moolenaar2005-04-201-1/+1
|
* updated for version 7.0062Bram Moolenaar2005-03-201-1/+2
|
* updated for version 7.0017v7.0017Bram Moolenaar2004-10-071-1/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+42