aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* docs: misc (#29622)dundargoc2024-07-15
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* vim-patch:8.2.0109: corrupted text properties when expanding spaceszeertzjq2024-06-02
* vim-patch:8.2.0083: text properties wrong when tabs and spaces are exchangedzeertzjq2024-06-02
* vim-patch:9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0zeertzjq2024-06-02
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0251: Filetype test fails (#28142)zeertzjq2024-04-01
* vim-patch:9.1.0230: TextChanged autocommand not triggered under some circumst...zeertzjq2024-04-01
* Merge pull request #28044 from luukvbaal/vim-9.1.0211zeertzjq2024-03-28
|\
| * vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrollingLuuk van Baal2024-03-28
* | vim-patch:9.1.0218: Unnecessary multiplications in backspace code (#28075)zeertzjq2024-03-28
|/
* vim-patch:9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'...zeertzjq2024-03-26
* fix(edit): backspace adds extra spaces for inline virtual text (#28005)vanaigr2024-03-26
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0168: too many STRLEN() calls (#27823)zeertzjq2024-03-12
* vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)zeertzjq2024-03-10
* vim-patch:9.1.0088: TextChanged not triggered for :norm! commands (#27405)zeertzjq2024-02-10
* vim-patch:9.0.1105: code is indented too much (#27314)zeertzjq2024-02-03
* 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