Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | 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 | |
| | | | | ||||
* | | | | channels: reflect exit due to signals in exit status code (#10573) | Daniel Hahler | 2019-08-09 | |
| | | | | | | | | | | | | | | | | | | | | Uses `128 + term_signal` in case of exit due to a signal. Fixes https://github.com/neovim/neovim/issues/10571. | |||
* | | | | Merge #9782 from janlazo/vim-8.1.0199 | Justin M. Keyes | 2019-08-09 | |
|\ \ \ \ | | | | | | | | | | | vim-patch:8.1.{199,200} | |||
| * | | | | f_spellbadword: set len=0 for non-found word | Daniel Hahler | 2019-08-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `len` is used with `list_append_string` later, and should reflect the length of `word` (i.e. 0 when not setting word / breaking above). Ref: neovim/neovim#9782 (comment) | |||
| * | | | | vim-patch:8.1.0200: spellbadword() not tested | Jan Edmund Lazo | 2019-08-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: spellbadword() not tested. Solution: Add a test. (Dominique Pelle, closes vim/vim#3235) https://github.com/vim/vim/commit/872e451e8c326d5dd3062ef621fcbf0a4c5bef78 | |||
| * | | | | vim-patch:8.1.0199: spellbadword() does not check for caps error | Jan Edmund Lazo | 2019-08-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: spellbadword() does not check for caps error. (Dominique Pelle) Solution: Adjust capcol when advancing. https://github.com/vim/vim/commit/66ab916935585391b2efaa8e39075e1ef94717b1 | |||
* | | | | | clang/"Null passed as a nonnull parameter" #10718 | Ihor Antonov | 2019-08-09 | |
| | | | | | ||||
* | | | | | Merge #10708 'remove DYNAMIC_ICONV' | Justin M. Keyes | 2019-08-09 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | closes #3457 | |||
| * | | | | | remove DYNAMIC_ICONV | erw7 | 2019-08-06 | |
| | |_|/ / | |/| | | | ||||
* | | | | | :terminal : update buffer when switching tabpage #10700 | Adrien Fabre | 2019-08-09 | |
| | | | | | | | | | | | | | | | fix #10696 | |||
* | | | | | vim-patch:8.1.1540: cannot build without +eval #10729 | Jan Edmund Lazo | 2019-08-09 | |
| |/ / / |/| | | | | | | | | | | | | | | | Problem: Cannot build without the +eval feature. Solution: Define ex_const if needed. https://github.com/vim/vim/commit/0abb4273f6c14f9ebca8be67d42c6e67b4f612cf | |||
* | | | | lua: minimal UTF-16 support needed for LSP | Björn Linse | 2019-08-08 | |
| | | | | ||||
* | | | | vim-patch:8.1.1824: crash when correctly spelled word is very long (#10725) | Jan Edmund Lazo | 2019-08-08 | |
| |/ / |/| | | | | | | | | | | | Problem: Crash when correctly spelled word is very long. (Ben Kraft) Solution: Check word length before copying. (closes vim/vim#4778) https://github.com/vim/vim/commit/5bcc5a1ff94bbab1b175e35a72e3df974106b393 | |||
* | | | Merge pull request #10703 from ngortheone/clang_dead2 | Björn Linse | 2019-08-07 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | clang/"dead assignment": suppessed getchar.c Possibly invalid, read on line 1972: if (keylen >= 0 && keylen <= typebuf.tb_len) { | |||
| * | | | clang/"dead assignment": suppessed | Ihor Antonov | 2019-08-05 | |
| | | | | | | | | | | | | | | | | | | | | To ensure consistency and avoid possible errors in the code the assigment is considered to be legit. | |||
* | | | | Merge pull request #10513 from bfredl/bytecount | Björn Linse | 2019-08-06 | |
|\ \ \ \ | | | | | | | | | | | api/lua: add {byte_count} parameter to line region change event | |||
| * | | | | lua: support getting UTF-32 and UTF-16 sizes of replaced text | Björn Linse | 2019-08-06 | |
| | | | | | ||||
| * | | | | lua: add {old_byte_size} to on_lines buffer change event | Björn Linse | 2019-08-06 | |
| | |/ / | |/| | | ||||
* / | | | Fix list_features to include space after first feature (#10711) | Daniel Hahler | 2019-08-06 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Regressed in e134cc9d4a: the use of list_in_columns was not adding a space after the first features, because we do not start on a new line: > Features: -acl+iconv +tui This moves all the related code to `list_features`, and just joins them with spaces. | |||
* | | | f_environ: cleanup/refactor | Daniel Hahler | 2019-08-06 | |
| | | | | | | | | | | | | | | | - use os_getenvname_at_index / os_getenv - f_getenv: empty (*p == NUL) is not null (undefined) | |||
* | | | vim-patch:8.1.1305: there is no easy way to manipulate environment variables | Daniel Hahler | 2019-08-06 | |
| | | | | | | | | | | | | | | | | | | | | | Problem: There is no easy way to manipulate environment variables. Solution: Add environ(), getenv() and setenv(). (Yasuhiro Matsumoto, closes vim/vim#2875) https://github.com/vim/vim/commit/691ddeefb545d8488e5a495af61caba2e57b3de9 | |||
* | | | clang/"dead assignment": screen.c #10702 | Ihor Antonov | 2019-08-06 | |
| | | | | | | | | | | | | | | | | | | | | | Suppress the warning. mb_c and mb_l describe a char together, they are not independent variables. The coupled assignments are good practice to avoid future confusion, even if the current code doesn't use an assigned value. |