summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/state.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-07fix(ui): check for cmdline mode properly (#35202)zeertzjq1
2025-06-09fix(messages): recognize cmdline one_key/number prompt State (#34206)luukvbaal1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-10-03fix(ui): ensure screen update before waiting for input #30576fredizzimo1
2024-09-10refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes1
2024-08-22vim-patch:9.1.0683: mode() returns wrong value with <Cmd> mapping (#30109)zeertzjq1
2024-04-04vim-patch:9.1.0259: Normal mode TextChanged isn't tested properly (#28167)zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-02-07fix(event-loop): process input before events (#27358)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-10fix(f_wait): flush UI before blocking (#25962)zeertzjq1
2023-10-20fix(event-loop): flush UI when no input is available (#25728)zeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-08-21vim-patch:8.2.4299: SafeState autocommand interferes with debuggingzeertzjq1
2023-08-21vim-patch:8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()zeertzjq1
2023-08-21vim-patch:8.1.2048: not clear why SafeState and SafeStateAgain are not triggeredzeertzjq1
2023-08-21vim-patch:8.1.2046: SafeState may be triggered at the wrong momentzeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-04-02refactor: remove char_u (#22829)dundargoc1
2023-03-14refactor(screen): screen.c delenda estbfredl1
2023-03-04refactor(log): reduce compile time LOG_LEVEL granularitybfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-19vim-patch:9.0.0788: ModeChanged autocmd not executed when Visual ends with CT...zeertzjq1
2022-10-05refactor(redraw): no type argument in update_screen()bfredl1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-09-17fix(events): make CursorHold behave as documentedzeertzjq1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-08-19vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell1
2022-08-02feat(terminal): implement <c-\><c-o> for terminal modebfredl1
2022-07-20vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq1
2022-06-04docs: fix typos (#18269)dundargoc1
2022-05-30fix(logging): skip recursion, fix crash #18764Justin M. Keyes1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-16refactor: replace char_u variables and functions with charDundar Goc1
2022-05-10vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq1
2022-04-30vim-patch:8.2.4845: duplicate codezeertzjq1
2022-04-10vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq1