aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
Commit message (Expand)AuthorAge
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* refactor: replace char_u with charDundar Göc2022-10-15
* fix!: make :undo! notify buffer update callbacks (#20344)zeertzjq2022-09-26
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor(undo.c): resolve clint issues (#19827)Lewis Russell2022-08-18
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor: replace char_u with charDundar Goc2022-07-31
* vim-patch:8.2.5023: substitute overwrites allocated bufferzeertzjq2022-07-07
* vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq2022-07-07
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | vim-patch:8.2.4941: '[ and '] marks may be wrong after undo (#18539)zeertzjq2022-05-12
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.2.4217: illegal memory access when undo makes Visual area invalidChristian Clason2022-01-26
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move way beep functions elsewhereBjörn Linse2021-12-10
* refactor(misc1): move out misc functions which obviously belong elsewhereBjörn Linse2021-12-09
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-21
* refactor: remove space after starDundar Göc2021-10-19
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-06
* | refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* | fix(extmarks): splice extmarks on nv_Undo #15920Tony Chen2021-10-06
|/
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* refactor: format with uncrustify #15872dundargoc2021-10-02
* fix: remove trailing slashes before making directoryGregory Anders2021-08-27