aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/state.c
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build: remove PVSdundargoc2023-11-12
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix(event-loop): flush UI when no input is available (#25728)zeertzjq2023-10-20
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* vim-patch:8.2.4299: SafeState autocommand interferes with debuggingzeertzjq2023-08-21
* vim-patch:8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()zeertzjq2023-08-21
* vim-patch:8.1.2048: not clear why SafeState and SafeStateAgain are not triggeredzeertzjq2023-08-21
* vim-patch:8.1.2046: SafeState may be triggered at the wrong momentzeertzjq2023-08-21
* refactor: uncrustifydundargoc2023-04-26
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor(screen): screen.c delenda estbfredl2023-03-14
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:9.0.0788: ModeChanged autocmd not executed when Visual ends with CT...zeertzjq2022-10-19
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* fix(events): make CursorHold behave as documentedzeertzjq2022-09-17
* refactor: replace char_u with charDundar Göc2022-09-09
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* feat(terminal): implement <c-\><c-o> for terminal modebfredl2022-08-02
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* docs: fix typos (#18269)dundargoc2022-06-04
* fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* vim-patch:8.2.4845: duplicate codezeertzjq2022-04-30
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* fix(event-loop): check if executed register has endedzeertzjq2022-04-07
* fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq2022-03-30
* fix(event-loop): call vpeekc() directly first to check for characterzeertzjq2022-02-03
* vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
* fix: make mode() return correct value in ex modebrian m. carlson2022-01-08
* refactor(misc1): move out autocmd related functionsBjörn Linse2021-12-09
* vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878zeertzjq2021-10-09
* vim-patch:8.2.3466: completion submode not indicated for virtual replace (#15...zeertzjq2021-10-03
* refactor: format with uncrustify #15778dundargoc2021-09-25
* vim-patch:8.2.3236: mode() does not indicate using CTRL-O in Select modezeertzjq2021-07-29
* Remove EXMODE_NORMALmatveyt2021-07-23
* state: throttle batched event processing when input is availableBjörn Linse2021-03-08
* doc + extmarks tweaks #11421Justin M. Keyes2019-11-25
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* log: log_key()Justin M. Keyes2019-08-27