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
...
*
Add new highlight groups TermCursor/TermCursorNC
Marco Hinz
2015-04-09
*
terminal: New module that implements a terminal emulator
Thiago de Arruda
2015-03-25
*
syntax: Fix possible invalid read in hl_combine_attr
Thiago de Arruda
2015-03-25
*
syntax: let first syntax item seqnr be 1 instead of 0
Björn Linse
2015-03-21
*
syntax.c: Prevent use after free for variable g:colors_name.
oni-link
2015-03-13
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
Macro cleanup: USER_HIGHLIGHT
Michael Reed
2015-03-05
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Enable -Wconversion: mark.c.
Eliseo Martínez
2015-02-18
*
syntax: Refactor to store all term and gui attributes independently
Thiago de Arruda
2015-02-16
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
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
[prev]
[next]