aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/change.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4644: redrawing too often when 'relativenumber' is set (#17756)Lewis Russell2022-03-29
* chore: fix typos (#17670)dundargoc2022-03-17
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* vim-patch:8.2.4403: ml_get error with nested folds and deleting linesSean Dewar2022-02-19
* vim-patch:8.2.4326: "o" and "O" copying comment not sufficiently testedzeertzjq2022-02-08
* vim-patch:8.2.3934: repeating line comment is undesired for "O" commandzeertzjq2022-01-31
* vim-patch:8.2.3787: no proper formatting of a C line comment after a statementzeertzjq2022-01-31
* vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move comment related functions to change.cBjörn Linse2021-12-10
* refactor(misc1): move out misc functions which obviously belong elsewhereBjörn Linse2021-12-09
* vim-patch:8.1.1384: using "int" for alloc() often results in compiler warningsVVKot2021-11-22
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* 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
* fix(buffer_updates): handle :delete of the very last line in bufferBjörn Linse2021-10-07
* refactor: remove redundant castsDundar Göc2021-10-07
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: format with uncrustify #15722dundargoc2021-09-19
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* refactor(plines): remove implicit curwin chartabsize() functionBjörn Linse2021-08-10
* vim-patch:8.1.2214: too much is redrawn when 'cursorline' is setzeertzjq2021-08-02
* vim-patch:8.1.2029: cannot control 'cursorline' highlighting wellzeertzjq2021-08-02
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * undo: reduce reliance on curbufThomas Vigouroux2021-07-06
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* minor fixjbyuki2021-06-09
* minor fixesjbyuki2021-06-09
* fix changed byte ranges for indented linesjbyuki2021-06-09
* vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo2021-04-15
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* globals: eliminate "enc_utf8" macroJan Edmund Lazo2020-11-14
* fix: address issues for BufModifiedSetRom Grk2020-11-09
* feat: implement BufModified autocmdRom Grk2020-11-07
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.2.0901: formatting CJK text isn't optimalJan Edmund Lazo2020-10-23
* treesitter: filter updates on <CR>Thomas Vigouroux2020-09-16
* buf_attach: fix buffer updates with setline()Björn Linse2020-09-16
* fix(bytetrack): send correct events when opening linesThomas Vigouroux2020-09-11
* fix lintsThomas Vigouroux2020-09-09
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* extmark: separate extmark_splice_cols for column-only changeBjörn Linse2020-09-09
* folds: decrease reliance on global 'curwin'Matthieu Coudron2020-04-24
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16