Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | vim-patch:8.2.0074: Python 3 unicode test someitmes fails | Jan Edmund Lazo | 2020-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 vim | Björn Linse | 2019-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 commit | timeyyy | 2019-11-11 | |
| | ||||
* | getdigits: introduce `strict`, `def` parameters | Justin M. Keyes | 2019-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. Keyes | 2019-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 #10849 | Jan Edmund Lazo | 2019-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 | |||
* | lint | Daniel Hahler | 2019-08-07 | |
| | ||||
* | remove !has_mbyte branches | Daniel Hahler | 2019-08-07 | |
| | | | | Ref: https://github.com/neovim/neovim/pull/10171#discussion_r292437832 | |||
* | includes | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move ins_char | Daniel Hahler | 2019-08-07 | |
| | ||||
* | lint | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move del_lines | Daniel Hahler | 2019-08-07 | |
| | ||||
* | lint/sync: truncate_line | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move truncate_line | Daniel Hahler | 2019-08-07 | |
| | ||||
* | lint/sync: open_line | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move open_line | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move copy_indent (from nvim's indent.c) | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move del_bytes | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move del_char, del_chars | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move ins_str | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move ins_char_bytes | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move ins_bytes, ins_bytes_len | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move unchanged | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move changed_lines | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move deleted_lines, deleted_lines_mark, changed_lines_buf | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move appended_lines_mark | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move appended_lines | Daniel Hahler | 2019-08-07 | |
| | ||||
* | remove inserted_bytes (comes via text properties, v8.1.0678) | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move changedOneline, changed_bytes | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move changed_common | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move changed_int/changed_internal | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move changed | Daniel Hahler | 2019-08-07 | |
| | ||||
* | move change_warning | Daniel Hahler | 2019-08-07 | |
| | ||||
* | header | Daniel Hahler | 2019-08-07 | |
| | ||||
* | orig src/nvim/change.c | Daniel Hahler | 2019-08-07 | |