index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
highlight.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.1078: highlight and match functionality together in one file
v8.2.1078
Bram Moolenaar
2020-06-28
1
-1343
/
+0
*
patch 8.2.1056: wrong display when mixing match conceal and syntax conceal
v8.2.1056
Bram Moolenaar
2020-06-25
1
-7
/
+5
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-2
/
+2
*
patch 8.2.0928: many type casts are used for vim_strnsave()
v8.2.0928
Bram Moolenaar
2020-06-07
1
-1
/
+1
*
patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer red
v8.2.0906
Bram Moolenaar
2020-06-05
1
-1
/
+6
*
patch 8.2.0891: clang warns for invalid conversion
v8.2.0891
Bram Moolenaar
2020-06-03
1
-1
/
+1
*
patch 8.2.0890: no color in terminal window when 'termguicolor' is set
v8.2.0890
Bram Moolenaar
2020-06-02
1
-0
/
+3
*
patch 8.2.0863: cannot set a separate color for underline/undercurl
v8.2.0863
Bram Moolenaar
2020-05-31
1
-16
/
+56
*
patch 8.2.0855: GUI tests fail because the test doesn't use a modifier
v8.2.0855
Bram Moolenaar
2020-05-30
1
-2
/
+1
*
patch 8.2.0751: Vim9: performance can be improved
v8.2.0751
Bram Moolenaar
2020-05-13
1
-1
/
+1
*
patch 8.2.0635: when using 256 colors DarkYellow does not show expected color
v8.2.0635
Bram Moolenaar
2020-04-25
1
-1
/
+1
*
patch 8.2.0613: Vim9: no check for space before #comment
v8.2.0613
Bram Moolenaar
2020-04-20
1
-10
/
+11
*
patch 8.2.0612: Vim9: no check for space before #comment
v8.2.0612
Bram Moolenaar
2020-04-20
1
-1
/
+1
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-10
/
+10
*
patch 8.2.0502: Vim9: some code is not tested
v8.2.0502
Bram Moolenaar
2020-04-02
1
-1
/
+1
*
patch 8.2.0434: MS-Windows with VTP: Normal color not working
v8.2.0434
Bram Moolenaar
2020-03-23
1
-0
/
+3
*
patch 8.2.0191: cannot put a terminal in a popup window
v8.2.0191
Bram Moolenaar
2020-02-01
1
-2
/
+3
*
patch 8.2.0159: non-materialized range() list causes problems
v8.2.0159
Bram Moolenaar
2020-01-27
1
-0
/
+1
*
patch 8.2.0056: execution stack is incomplete and inefficient
v8.2.0056
Bram Moolenaar
2019-12-29
1
-3
/
+3
*
patch 8.2.0037: missing renamed message
v8.2.0037
Bram Moolenaar
2019-12-24
1
-1
/
+1
*
patch 8.2.0035: saving and restoring called_emsg is clumsy
v8.2.0035
Bram Moolenaar
2019-12-23
1
-6
/
+2
*
patch 8.1.2391: cannot build when __QNXNTO__ is defined
v8.1.2391
Bram Moolenaar
2019-12-05
1
-11
/
+6
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-2
/
+3
*
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
v8.1.2145
Bram Moolenaar
2019-10-13
1
-1
/
+2
*
patch 8.1.2120: some MB_ macros are more complicated than necessary
v8.1.2120
Bram Moolenaar
2019-10-06
1
-1
/
+1
*
patch 8.1.2029: cannot control 'cursorline' highlighting well
v8.1.2029
Bram Moolenaar
2019-09-14
1
-4
/
+4
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-6
/
+0
*
patch 8.1.1895: using NULL pointer when out of memory
v8.1.1895
Bram Moolenaar
2019-08-20
1
-1
/
+9
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
1
-9
/
+0
*
patch 8.1.1745: compiler warning for unused argument
v8.1.1745
Bram Moolenaar
2019-07-24
1
-69
/
+64
*
patch 8.1.1743: 'hlsearch' and match highlighting in the wrong place
v8.1.1743
Bram Moolenaar
2019-07-24
1
-0
/
+606
*
patch 8.1.1742: still some match functions in evalfunc.c
v8.1.1742
Bram Moolenaar
2019-07-24
1
-3
/
+203
*
patch 8.1.1741: cleared/added match highlighting not updated in other window
v8.1.1741
Bram Moolenaar
2019-07-24
1
-2
/
+2
*
patch 8.1.1739: deleted match highlighting not updated in other window
v8.1.1739
Bram Moolenaar
2019-07-24
1
-1
/
+1
*
patch 8.1.1735: can't build with tiny features
v8.1.1735
Bram Moolenaar
2019-07-22
1
-12
/
+16
*
patch 8.1.1734: the evalfunc.c file is too big
v8.1.1734
Bram Moolenaar
2019-07-22
1
-1
/
+542
*
patch 8.1.1699: highlight_ga can be local instead of global
v8.1.1699
Bram Moolenaar
2019-07-15
1
-5
/
+85
*
patch 8.1.1693: syntax coloring and highlighting is in one big file
v8.1.1693
Bram Moolenaar
2019-07-14
1
-0
/
+3575