aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | testdir/test_taglist.vim: move Test_tagsfile_without_trailing_newlineDaniel Hahler2019-08-10
| | | | | | | | | | | | Align with Vim. Added in a79c0c8f7.
| * | vim-patch:8.1.0911: tag line with Ex command cannot have extra fieldsDaniel Hahler2019-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 #10087R. Simon2019-08-10
| |
* | win/os_env_exists(): workaround libuv bug #10734Justin M. Keyes2019-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
* | test/cmdline_spec: adjust "no-op"Justin M. Keyes2019-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (<Cmd>0<cr> is not really a no-op, it moves the cursor.) Attempt to avoid flaky test: test/functional/ui/cmdline_spec.lua @ 830 Failure message: ./test/functional/ui/screen.lua:579: Row 2 did not match. Expected: | | |*{1:~ }| |{3: }| |:012345678901234567890123| |456789^ | Actual: | | |*{3: }| |:012345678901234567890123| |:012345678901234567890123| |456789^ | ./test/functional/ui/screen.lua:579: in function '_wait' ./test/functional/ui/screen.lua:367: in function 'expect' test/functional/ui/cmdline_spec.lua:841: in function <test/functional/ui/cmdline_spec.lua:830> ref https://github.com/neovim/neovim/pull/10171#issuecomment-520134344 ref #10171
* | test/environ_spec: Windows treats empty as undefinedJustin M. Keyes2019-08-10
| | | | | | | | ref #10657
* | vim-patch:8.1.1458: crash when using gtags #10704Jan Edmund Lazo2019-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 #10657Daniel Hahler2019-08-09
| | | | | | | | | | Fixes https://github.com/neovim/neovim/issues/3266 close #10657
* | Merge #10706 from janlazo/vim-8.1.1465Justin M. Keyes2019-08-09
|\ \ | | | | | | vim-patch:8.1.{1465,1467}
| * | vim-patch:8.1.1467: cscope test failsJan Edmund Lazo2019-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 memoryJan Edmund Lazo2019-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.1318Daniel Hahler2019-08-09
|\ \ \ | | | | | | | | vim-patch:8.1.1318: code for text changes is in a "misc" file
| * | | 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
| | | |
| * | | vim-patch:3f86ca0faa29cb862f876a97f87790f3a46a3858Daniel Hahler2019-08-07
| | | | | | | | | | | | | | | | | | | | Add missing files from patch 8.1.1318 https://github.com/vim/vim/commit/3f86ca0faa29cb862f876a97f87790f3a46a3858
| * | | vim-patch:8.1.1318: code for text changes is in a "misc" fileDaniel Hahler2019-08-07
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Code for text changes is in a "misc" file. Solution: Move the code to change.c. https://github.com/vim/vim/commit/ec28d1516eb8bb5dcaa42de145953a6d49aebb6f
* | | | channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
| | | | | | | | | | | | | | | | | | | | Uses `128 + term_signal` in case of exit due to a signal. Fixes https://github.com/neovim/neovim/issues/10571.
* | | | tests/functional: expect_msg_seq: use load_adjust (#10727)Daniel Hahler2019-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regardless of the comment "Big timeout for ASAN/valgrind" it would use 10s by default already. This changes it to use `load_adjust`, which itself is only computed on CI now, and outside of any tests - since it has side effects when being used the first time! The failure seen on AppVeyor: [ RUN ] jobs can get the pid value using getpid: ERR test\functional\helpers.lua:167: ============================================================================== got 0 messages (ignored 0), expected 1 stack traceback: test\functional\helpers.lua:167: in function 'expect_msg_seq' test/functional\core\job_spec.lua:288: in function <test/functional\core\job_spec.lua:281> Log: https://ci.appveyor.com/project/neovim/neovim/builds/26537324/job/y1io66fbx399q7h6?fullLog=true#L6554
* | | | Merge #9782 from janlazo/vim-8.1.0199Justin M. Keyes2019-08-09
|\ \ \ \ | | | | | | | | | | vim-patch:8.1.{199,200}
| * | | | f_spellbadword: set len=0 for non-found wordDaniel Hahler2019-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 testedJan Edmund Lazo2019-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 errorJan Edmund Lazo2019-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" #10718Ihor Antonov2019-08-09
| | | | |