aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/state.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.0.1480: patch missing changeJan Edmund Lazo2019-06-23
* vim-patch:8.1.0225: mode() does not indicate using CTRL-O from Insert mode (#...Justin M. Keyes2019-02-24
* vim-patch:8.1.0648: custom operators can't act upon forced motionPedro L. Ramos2019-01-10
* log: RPC, input, other eventsJustin M. Keyes2018-09-19
* globals: virtual_op is TriStateJan Edmund Lazo2018-08-01
* Merge #7587 'vim-patch:8.0.0283'Justin M. Keyes2017-11-19
|\
| * vim-patch:8.0.0283ckelsel2017-11-19
|/
* doc: eventloopJustin M. Keyes2017-09-05
* eventloop: FocusGained: schedule event instead of pseudokeyJustin M. Keyes2017-09-05
* terminal: block redraw during c_CTRL-DJustin M. Keyes2017-08-05