Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.1133: syntax timeout not used correctlyv8.0.1133 | Bram Moolenaar | 2017-09-22 | 1 | -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.1123 | Bram Moolenaar | 2017-09-17 | 1 | -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.1102 | Bram Moolenaar | 2017-09-14 | 1 | -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.0921 | Bram Moolenaar | 2017-08-12 | 1 | -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.0831 | Bram Moolenaar | 2017-08-01 | 1 | -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.0791 | Bram Moolenaar | 2017-07-28 | 1 | -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.0760 | Bram Moolenaar | 2017-07-23 | 1 | -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.0755 | Bram Moolenaar | 2017-07-23 | 1 | -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.0754 | Bram Moolenaar | 2017-07-23 | 1 | -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.0647 | Bram Moolenaar | 2017-06-18 | 1 | -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.0513 | Bram Moolenaar | 2017-03-26 | 1 | -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.1133 | Bram Moolenaar | 2016-01-19 | 1 | -54/+54 |
| | | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS(). | ||||
* | updated for version 7.3.1148v7.3.1148 | Bram Moolenaar | 2013-06-08 | 1 | -0/+1 |
| | | | | | Problem: No command line completion for ":syntime". Solution: Implement the completion. (Dominique Pelle) | ||||
* | updated for version 7.3.1129v7.3.1129 | Bram Moolenaar | 2013-06-06 | 1 | -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 and | Bram Moolenaar | 2010-07-24 | 1 | -1/+1 |
| | | | | can show the 'cchar' for each of them. | ||||
* | For conceal mode: when two different syntax items follow each other, show the | Bram Moolenaar | 2010-07-22 | 1 | -1/+2 |
| | | | | replacement character for both. | ||||
* | Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window. | Bram Moolenaar | 2010-06-06 | 1 | -0/+1 |
| | |||||
* | Add the conceal patch from Vince Negri. | Bram Moolenaar | 2010-06-05 | 1 | -4/+6 |
| | |||||
* | updated for version 7.1-219v7.1.219 | Bram Moolenaar | 2008-01-12 | 1 | -2/+2 |
| | |||||
* | updated for version 7.1-215v7.1.215 | Bram Moolenaar | 2008-01-10 | 1 | -0/+1 |
| | |||||
* | updated for version 7.1-036v7.1.036 | Bram Moolenaar | 2007-07-24 | 1 | -0/+2 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -45/+45 |
| | |||||
* | updated for version 7.0dv7.0d | Bram Moolenaar | 2006-04-10 | 1 | -45/+45 |
| | |||||
* | updated for version 7.0c10v7.0c10 | Bram Moolenaar | 2006-04-05 | 1 | -44/+45 |
| | |||||
* | updated for version 7.0b | Bram Moolenaar | 2006-03-24 | 1 | -44/+44 |
| | |||||
* | updated for version 7.0222 | Bram Moolenaar | 2006-03-12 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0137 | Bram Moolenaar | 2005-08-25 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0093v7.0093 | Bram Moolenaar | 2005-06-25 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0092 | Bram Moolenaar | 2005-06-24 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0069 | Bram Moolenaar | 2005-04-20 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0062 | Bram Moolenaar | 2005-03-20 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0017v7.0017 | Bram Moolenaar | 2004-10-07 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+42 |