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
*
api/vim: allow guis and tests to retrieve the entire color table
Björn Linse
2015-02-02
*
Add EndOfBuffer hl group for ~ lines after the last line in buffers
Marco Hinz
2015-02-02
*
Remove long_u: (various): Refactor long_u.
Eliseo Martínez
2015-01-19
*
Merge pull request #1816 from Pyrohh/macro_cleanup
Justin M. Keyes
2015-01-15
|
\
|
*
Macro cleanup: Miscellaneous
Michael Reed
2015-01-14
|
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
|
main: Fix color schemes for abstract_ui
Thiago de Arruda
2015-01-13
*
|
syntax: Refresh UI when the color scheme changes
Thiago de Arruda
2015-01-13
*
|
ui: Add 'rgb' parameter to ui_attach
Thiago de Arruda
2015-01-13
*
|
syntax: Take rgb fg/bg when allocating cterm attr number
Thiago de Arruda
2015-01-13
*
|
ui: Fix ui resizing and change some method names
Thiago de Arruda
2015-01-13
*
|
ui: Add update_fg/update_bg methods
Thiago de Arruda
2015-01-13
|
/
*
Remove QNX/pterm remnants
Michael Reed
2015-01-11
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
Remove long_u: term: Enable -Wconversion.
Eliseo Martínez
2015-01-10
*
Define and use the ARRAY_SIZE macro
Felipe Oliveira Carvalho
2014-12-18
*
Fix warnings: syntax.c: get_id_list(): Double free: FP.
Eliseo Martínez
2014-12-17
*
Simple refatorings that didn't fit the pattern of the last commit
Felipe Oliveira Carvalho
2014-12-13
*
Reduce indentation level by early returning or continuing loop
Felipe Oliveira Carvalho
2014-12-13
*
Use GA_DEEP_CLEAR where appropriate
Felipe Oliveira Carvalho
2014-12-11
*
syntax: Use RGB/GUI attribute information for "abstract_ui"
Thiago de Arruda
2014-12-08
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
Fix warnings: syntax.c: get_id_list(): Double free: FP.
Eliseo Martínez
2014-11-15
*
Fix warnings: syntax.c: syn_regexec(): Uninitialized arg: MI.
Eliseo Martínez
2014-11-15
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
Convert FOR_ALL_WINDOWS to use a locally declared pointer
Wayne Rowcliffe
2014-09-08
*
vim-patch:7.4.318 #968
André Twupack
2014-08-18
*
clang-analyzer: Reduce scope in syntax.c.
Florian Walch
2014-08-07
*
vim: move disptick_T from vim.h to syntax_defs.h
Nicolas Hillegeer
2014-07-16
*
profiling: implement on top of os_hrtime()
Nicolas Hillegeer
2014-07-16
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-11
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
move assert.h include out of vim.h
Brandon Coleman
2014-07-09
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
*
Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()
Felipe Oliveira Carvalho
2014-06-30
*
Introduce GA_APPEND()
Felipe Oliveira Carvalho
2014-06-30
*
ga_growsize should be >= 1
Felipe Oliveira Carvalho
2014-06-30
*
No OOM in vim_strnsave_up()
Felipe Oliveira Carvalho
2014-06-16
*
Replace vim_strncpy calls: syntax.c
Douglas Schneider
2014-06-13
*
coverity/13770: add_keyword(), mark as false pos.
Nicolas Hillegeer
2014-06-12
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove FEAT_STL_OPT
Hinidu
2014-05-28
*
Remove FEAT_CMDL_COMPL
Hinidu
2014-05-28
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
[next]