Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | win: expand nested env var #10662 | erw7 | 2019-08-11 | |
| | | | | | | | | Vim-compatible behavior for a Windows edge case. | |||
* | | clang/"Argument with 'nonnull' attribute passed null" #10739 | Ihor Antonov | 2019-08-11 | |
| | | | | | | | | | | | | | | | | Problem: In screen.c grid_char_needs_redraw clang warns that grid->chars could be NULL Solution: Suggested by bfredl. Add explicit check grid->chars != NULL in grid_put_linebuf similar to grid_puts_len | |||
* | | Merge pull request #10738 from bfredl/cmdwinclose | Björn Linse | 2019-08-10 | |
|\ \ | | | | | | | api/window: disallow closing non-current window in cmdwin state | |||
| * | | api/window: disallow closing non-current window in cmdwin state | Björn Linse | 2019-08-10 | |
| | | | ||||
* | | | testdir/test_taglist.vim: move Test_tagsfile_without_trailing_newline | Daniel Hahler | 2019-08-10 | |
| | | | | | | | | | | | | Align with Vim. Added in a79c0c8f7. | |||
* | | | vim-patch:8.1.0911: tag line with Ex command cannot have extra fields | Daniel Hahler | 2019-08-10 | |
|/ / | | | | | | | | | | | Problem: Tag line with Ex command cannot have extra fields. Solution: Recognize |;" as the end of the command. (closes vim/vim#2402) https://github.com/vim/vim/commit/943e9639a9ecb08bdec78ae6695c917bca6210b9 | |||
* | | API: nvim_win_close: Fix closing cmdline-window #10087 | R. Simon | 2019-08-10 | |
| | | ||||
* | | win/os_env_exists(): workaround libuv bug #10734 | Justin M. Keyes | 2019-08-10 | |
| | | | | | | | | | | | | | | | | | | | | os_env_exists() fails on MSVC build: os_env_exists:104: uv_os_getenv(EMPTY_VAR) failed: -4094 UNKNOWN - Revert 396a3945c4eba733b3a99a7ded217af83a400791 - HACK: Windows: return TRUE if uv_os_getenv() returns UV_UNKNOWN, until libuv bug is fixed: https://github.com/libuv/libuv/issues/2413 ref https://github.com/neovim/neovim/commit/396a3945c4eba733b3a99a7ded217af83a400791#r34642361 | |||
* | | vim-patch:8.1.1458: crash when using gtags #10704 | Jan Edmund Lazo | 2019-08-10 | |
| | | | | | | | | | | | | Problem: Crash when using gtags. (issue vim/vim#4102) Solution: Check for negative row or col in screen_puts_len(). (Christian Brabandt) https://github.com/vim/vim/commit/0b4c9eddb5752d46b65d16e42230b1228f230f40 | |||
* | | exists(): return false for empty env var #10657 | Daniel Hahler | 2019-08-09 | |
| | | | | | | | | | | Fixes https://github.com/neovim/neovim/issues/3266 close #10657 | |||
* | | Merge #10706 from janlazo/vim-8.1.1465 | Justin M. Keyes | 2019-08-09 | |
|\ \ | | | | | | | vim-patch:8.1.{1465,1467} | |||
| * | | vim-patch:8.1.1467: cscope test fails | Jan Edmund Lazo | 2019-08-05 | |
| | | | | | | | | | | | | | | | | | | Problem: Cscope test fails. Solution: Update expected text. https://github.com/vim/vim/commit/d6ec1730bab0ef4a472637ffe5796d1351442308 | |||
| * | | vim-patch:8.1.1465: allocating wrong amount of memory | Jan Edmund Lazo | 2019-08-05 | |
| | | | | | | | | | | | | | | | | | | Problem: Allocating wrong amount of memory. (Yegappan Lakshmanan) Solution: Use sizeof() for right type of struct. https://github.com/vim/vim/commit/a37833dbd7d3cb0fff4cbf0ba6e80d0ad55cd4b9 | |||
* | | | Merge pull request #10171 from blueyed/vim-8.1.1318 | Daniel Hahler | 2019-08-09 | |
|\ \ \ | | | | | | | | | vim-patch:8.1.1318: code for text changes is in a "misc" file | |||
| * | | | 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 |