aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/state.c
Commit message (Expand)AuthorAge
* 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
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* *: Add comment to all C filesZyX2017-04-19
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* main: Start modeling Nvim as pushdown automatonThiago de Arruda2015-10-26