aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/change.c
Commit message (Collapse)AuthorAge
...
* vim-patch:8.2.0074: Python 3 unicode test someitmes failsJan Edmund Lazo2020-01-01
| | | | | | Problem: Python 3 unicode test someitmes fails. Solution: Make 'termencoding' empty. Correct number of error message. https://github.com/vim/vim/commit/4b7cdca23035eacf6cd0e30b90546cf32f7efe9e
* refactor: use inserted_bytes pattern from vimBjörn Linse2019-11-23
| | | | | | | This covers all "small" inserts and deletes in insert mode, as well as a few more cases like small normal mode deletes vim-patch:8.1.0678: text properties as not adjusted for inserted text
* nsmarks: initial committimeyyy2019-11-11
|
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
| | | | | | | | | | | | Problem: During a refactor long ago, we changed the `getdigits_*` familiy of functions to abort on overflow. But this is often wrong, because many of these codepaths are handling user input. Solution: Decide at each call-site whether to use "strict" mode. fix #5555
* vim-patch:8.1.1498: ":write" increments b:changedtick even though nothing ↵Justin M. Keyes2019-09-04
| | | | | | | | | changed Problem: ":write" increments b:changedtick even though nothing changed. (Daniel Hahler) Solution: Only increment b:changedtick if the modified flag is reset. https://github.com/vim/vim/commit/c024b4667875e5bc6fd0ed791530e33c3161bff7
* vim-patch:8.1.1926: redraw cursorline after putting line above #10849Jan Edmund Lazo2019-08-26
| | | | | Problem: Cursorline not redrawn when putting a line above the cursor. Solution: Redraw when the curor line is below a change. (closes vim/vim#4862) https://github.com/vim/vim/commit/c2b97643a82bb9fbd202312dac4aa995f92e9e5b
* lintDaniel Hahler2019-08-07
|
* remove !has_mbyte branchesDaniel Hahler2019-08-07
| | | | Ref: https://github.com/neovim/neovim/pull/10171#discussion_r292437832
* 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