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
/
state.c
Commit message (
Expand
)
Author
Age
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)
zeertzjq
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
fix(f_wait): flush UI before blocking (#25962)
zeertzjq
2023-11-10
*
fix(event-loop): flush UI when no input is available (#25728)
zeertzjq
2023-10-20
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
vim-patch:8.2.4299: SafeState autocommand interferes with debugging
zeertzjq
2023-08-21
*
vim-patch:8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()
zeertzjq
2023-08-21
*
vim-patch:8.1.2048: not clear why SafeState and SafeStateAgain are not triggered
zeertzjq
2023-08-21
*
vim-patch:8.1.2046: SafeState may be triggered at the wrong moment
zeertzjq
2023-08-21
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor: remove char_u (#22829)
dundargoc
2023-04-02
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
refactor(log): reduce compile time LOG_LEVEL granularity
bfredl
2023-03-04
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
vim-patch:9.0.0788: ModeChanged autocmd not executed when Visual ends with CT...
zeertzjq
2022-10-19
*
refactor(redraw): no type argument in update_screen()
bfredl
2022-10-05
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
fix(events): make CursorHold behave as documented
zeertzjq
2022-09-17
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
feat(terminal): implement <c-\><c-o> for terminal mode
bfredl
2022-08-02
*
vim-patch:8.1.1076: file for Insert mode is much too big
zeertzjq
2022-07-20
*
docs: fix typos (#18269)
dundargoc
2022-06-04
*
fix(logging): skip recursion, fix crash #18764
Justin M. Keyes
2022-05-30
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
*
vim-patch:8.2.4845: duplicate code
zeertzjq
2022-04-30
*
vim-patch:8.2.4723: the ModeChanged autocmd event is inefficient
zeertzjq
2022-04-10
*
fix(event-loop): check if executed register has ended
zeertzjq
2022-04-07
*
fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)
zeertzjq
2022-03-30
*
fix(event-loop): call vpeekc() directly first to check for character
zeertzjq
2022-02-03
*
vim-patch:8.2.3227: 'virtualedit' can only be set globally
zeertzjq
2022-01-15
*
fix: make mode() return correct value in ex mode
brian m. carlson
2022-01-08
*
refactor(misc1): move out autocmd related functions
Björn Linse
2021-12-09
*
vim-patch:8.2.3430: no generic way to trigger an autocommand on mode change
Magnus Groß
2021-11-18
*
vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878
zeertzjq
2021-10-09
*
vim-patch:8.2.3466: completion submode not indicated for virtual replace (#15...
zeertzjq
2021-10-03
*
refactor: format with uncrustify #15778
dundargoc
2021-09-25
*
vim-patch:8.2.3236: mode() does not indicate using CTRL-O in Select mode
zeertzjq
2021-07-29
*
Remove EXMODE_NORMAL
matveyt
2021-07-23
*
state: throttle batched event processing when input is available
Björn Linse
2021-03-08
*
doc + extmarks tweaks #11421
Justin M. Keyes
2019-11-25
*
refactor: allow us to process a child queue only while waiting on input
Björn Linse
2019-09-08
*
log: log_key()
Justin M. Keyes
2019-08-27
[next]