aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* refactor: IWYU (#27186)zeertzjq2024-01-25
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq2024-01-22
* perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
* vim-patch:9.1.0035: i_CTRL-] triggers InsertCharPre (#27049)altermo2024-01-17
* fix(edit): don't go to Terminal mode when stopping Insert mode (#27033)zeertzjq2024-01-16
* vim-patch:9.1.0022: Coverity complains about improper use of negative value (...zeertzjq2024-01-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* vim-patch:9.1.0014: incorrect use of W_WINROW in edit.c (#26910)zeertzjq2024-01-06
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* docs: add style rule regarding initializationdundargoc2023-12-18
* vim-patch:9.0.2145: wrong scrolling in insert mode with smoothscroll (#26375)zeertzjq2023-12-04
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* fix(terminal): avoid Insert mode in Terminal buffer (#25820)zeertzjq2023-10-29
* vim-patch:9.0.2075: TextChangedI may not always trigger (#25808)zeertzjq2023-10-28
* vim-patch:9.0.2031: TextChangedI may be triggered by non-insert mode change (...zeertzjq2023-10-15
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* refactor: the long goodbyedundargoc2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* vim-patch:8.2.3467: CursorHoldI event interferes with "CTRL-G U" (#25383)zeertzjq2023-09-27
* vim-patch:8.2.3517: TextChanged does not trigger after TextChangedI (#25384)zeertzjq2023-09-27
* refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
* fix: invoke changed_bytes when rewriting <Tab> char #25125Ilia Choly2023-09-15
* vim-patch:9.0.1852: i_CTRL-O does not reset Select Mode (#24990)zeertzjq2023-09-03
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreakzeertzjq2023-08-23
* vim-patch:8.1.2062: the mouse code is spread out (#24817)zeertzjq2023-08-21
* vim-patch:8.1.2044: no easy way to process postponed workzeertzjq2023-08-21
* fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
* fix(edit): fix K_EVENT interfering with 'digraph' (#24258)zeertzjq2023-07-05
* refactor: remove longdundargoc2023-07-03