index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
syntax.c
Commit message (
Expand
)
Author
Age
*
startup: don't erase screen on `:hi Normal` during startup
Björn Linse
2018-09-20
*
startup: wait for embedder before executing startup commands and files
Björn Linse
2018-09-18
*
lint: cleanup after parent commits
ZviRackover
2018-08-16
*
Remove has_mbyte from lines near changes in parent commit
ZviRackover
2018-08-16
*
Remove occurences of mb_head_off
ZviRackover
2018-08-15
*
cursor_shape: use attribute ids instead of syntax ids
Björn Linse
2018-08-13
*
Remove some occrrences of enc_utf8 and has_mbyte
ZviRackover
2018-08-06
*
Remove all occurences of the mb_ptr2char macro
ZviRackover
2018-08-06
*
Merge #8742 vim-patch:8.0.0791,0831,1072,1078,1088
Justin M. Keyes
2018-08-04
|
\
|
*
vim-patch:8.0.1088: occasional memory use after free
Jan Edmund Lazo
2018-07-29
|
*
vim-patch:8.0.1078: using freed memory with ":hi Normal"
Jan Edmund Lazo
2018-07-29
|
*
vim-patch:8.0.1072: :highlight command causes a redraw even when nothing changed
Jan Edmund Lazo
2018-07-29
|
*
vim-patch:8.0.0831: with 8 colors the bold attribute is not set properly
Jan Edmund Lazo
2018-07-29
|
*
vim-patch:8.0.0791: terminal colors depend on the system
Jan Edmund Lazo
2018-07-29
*
|
syntax: syn_pattern.sp_syncing is bool
Jan Edmund Lazo
2018-07-30
*
|
syntax: add const to get_syntax_attr() params
Jan Edmund Lazo
2018-07-30
*
|
syntax: add const to syn_finish_line() params,vars
Jan Edmund Lazo
2018-07-30
*
|
syntax: did_header is bool
Jan Edmund Lazo
2018-07-29
*
|
syntax: scl_id is int
Jan Edmund Lazo
2018-07-29
*
|
syntax: refactor get_id_list()
Jan Edmund Lazo
2018-07-29
*
|
syntax: refactor syn_combine_list()
Jan Edmund Lazo
2018-07-29
*
|
syntax: syn_cluster_T.scl_list is int16_t*
Jan Edmund Lazo
2018-07-29
*
|
syntax: refactor syn_current_attr()
Jan Edmund Lazo
2018-07-29
*
|
syntax: use const on check_keyword_id() variables
Jan Edmund Lazo
2018-07-29
*
|
syntax: current_next_list is int16_t*
Jan Edmund Lazo
2018-07-29
*
|
syntax: update types of stateitem_T members
Jan Edmund Lazo
2018-07-29
*
|
syntax: use const on syn_list_keywords() variables
Jan Edmund Lazo
2018-07-29
*
|
syntax: use const on copy_id_list() params,vars
Jan Edmund Lazo
2018-07-29
*
|
syntax: use const on add_keyword() params,vars
Jan Edmund Lazo
2018-07-29
*
|
syntax: update types of syn_opt_arg_T members
Jan Edmund Lazo
2018-07-29
*
|
syntax: use const on put_id_list() variables
Jan Edmund Lazo
2018-07-29
*
|
vim-patch:8.0.1541: synpat_T is taking too much memory
Jan Edmund Lazo
2018-07-29
|
/
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
highlight: refactor to use stateful representation
Björn Linse
2018-07-21
*
highlight: extract low-level highlight logic from syntax, ui
Björn Linse
2018-07-21
*
startup: fix ":if 0|syntax on|endif" bug (#8731)
Justin M. Keyes
2018-07-18
*
vim-patch:8.0.0640: mismatch between help and actual message
Jan Edmund Lazo
2018-07-03
*
*: Replace b_changedtick with new always-inline functions
ZyX
2018-06-22
*
vim-patch:8.0.0616: not always setting 'background' correctly after :hi Norma...
Jan Edmund Lazo
2018-06-21
*
syntax: refactor syn_finish_line to return bool
Jan Edmund Lazo
2018-06-16
*
vim-patch:8.0.0481: unnecessary if statement
Jan Edmund Lazo
2018-06-16
*
vim-patch:8.0.0451: some macros are in lower case
Jan Edmund Lazo
2018-06-12
*
vim-patch:8.0.0466: still macros that should be all-caps (#8510)
Jan Edmund Lazo
2018-06-10
*
syntax: Fix PVS/V560: condition was already checked
ZyX
2018-04-22
*
*: Fix clint errors
ZyX
2018-04-22
*
syntax: Fix PVS/V560: condition was checked in previous if(), breaking
ZyX
2018-04-22
*
syntax: Fix PVS/V547: condition was checked
ZyX
2018-04-22
*
syntax: Silence PVS/V560: condition is always true at that point
ZyX
2018-04-22
*
syntax: Silence PVS/V522: retval is always non-NULL on this round
ZyX
2018-04-22
*
syntax: Fix PVS/V560: condition checked in previous if()
ZyX
2018-04-22
[next]