aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/change.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.0074: Python 3 unicode test someitmes failsJan Edmund Lazo2020-01-01
* refactor: use inserted_bytes pattern from vimBjörn Linse2019-11-23
* nsmarks: initial committimeyyy2019-11-11
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* vim-patch:8.1.1498: ":write" increments b:changedtick even though nothing cha...Justin M. Keyes2019-09-04
* vim-patch:8.1.1926: redraw cursorline after putting line above #10849Jan Edmund Lazo2019-08-26
* lintDaniel Hahler2019-08-07
* remove !has_mbyte branchesDaniel Hahler2019-08-07
* includesDaniel Hahler2019-08-07
* move ins_charDaniel Hahler2019-08-07
* lintDaniel Hahler2019-08-07
* move del_linesDaniel Hahler2019-08-07
* lint/sync: truncate_lineDaniel Hahler2019-08-07
* move truncate_lineDaniel Hahler2019-08-07
* lint/sync: open_lineDaniel Hahler2019-08-07
* move open_lineDaniel Hahler2019-08-07
* move copy_indent (from nvim's indent.c)Daniel Hahler2019-08-07
* move del_bytesDaniel Hahler2019-08-07
* move del_char, del_charsDaniel Hahler2019-08-07
* move ins_strDaniel Hahler2019-08-07
* move ins_char_bytesDaniel Hahler2019-08-07
* move ins_bytes, ins_bytes_lenDaniel Hahler2019-08-07
* move unchangedDaniel Hahler2019-08-07
* move changed_linesDaniel Hahler2019-08-07
* move deleted_lines, deleted_lines_mark, changed_lines_bufDaniel Hahler2019-08-07
* move appended_lines_markDaniel Hahler2019-08-07
* move appended_linesDaniel Hahler2019-08-07
* remove inserted_bytes (comes via text properties, v8.1.0678)Daniel Hahler2019-08-07
* move changedOneline, changed_bytesDaniel Hahler2019-08-07
* move changed_commonDaniel Hahler2019-08-07
* move changed_int/changed_internalDaniel Hahler2019-08-07
* move changedDaniel Hahler2019-08-07
* move change_warningDaniel Hahler2019-08-07
* headerDaniel Hahler2019-08-07
* orig src/nvim/change.cDaniel Hahler2019-08-07