diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-11 17:58:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 17:58:37 -0500 |
commit | dc8273f2f1e615cac5cee86709ca4ae6dbd70edf (patch) | |
tree | ed078650c24894f3b88b7e1f92dee66a6853ebe9 | |
parent | 1ce899db7d0a81a24fe59faf650f6f13efca69bb (diff) | |
download | rneovim-dc8273f2f1e615cac5cee86709ca4ae6dbd70edf.tar.gz rneovim-dc8273f2f1e615cac5cee86709ca4ae6dbd70edf.tar.bz2 rneovim-dc8273f2f1e615cac5cee86709ca4ae6dbd70edf.zip |
vim-patch:8.2.2588: build failure with tiny features (#14099)
Problem: Build failure with tiny features.
Solution: Add #ifdef. Run recover test separately.
https://github.com/vim/vim/commit/23b32a8d6bd9ec83c0c6632b7a8bfa544ac0a2f1
N/A patches for version.c:
vim-patch:8.2.1048: build failure without the eval feature
Problem: Build failure without the eval feature.
Solution: Add dummy typedef.
https://github.com/vim/vim/commit/9d40c63c7dc8c3eb3886c58dcd334bc7f37eceba
vim-patch:8.2.1828: build failure without the +eval feature
Problem: Build failure without the +eval feature.
Solution: Add dummys for ex_block and ex_endblock.
https://github.com/vim/vim/commit/1b1e9df78b9ff98cc5ccff359bead37ce5c54d6b
vim-patch:8.2.2293: build failure with Motif
Problem: Build failure with Motif. (Tony Mechelynck)
Solution: Use empty_option instead of empty_options.
https://github.com/vim/vim/commit/bb0956fc65ebe8df1da823f9c4d6a0013d9ba5c1
vim-patch:8.2.2410: build failure without the +profiling feature
Problem: Build failure without the +profiling feature.
Solution: Add dummy argument to macro.
https://github.com/vim/vim/commit/ff0e57fe77b1a87a034191c629730b081f6fb7ad
vim-patch:8.2.2514: Vim9: build error in tiny version
Problem: Vim9: build error in tiny version.
Solution: Add #ifdef.
https://github.com/vim/vim/commit/2379f87eb48a4ee6a1d0fc7df964e12a3efe4fd5
-rw-r--r-- | src/nvim/testdir/test_alot.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index daf3c9c110..a47d20a265 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -33,7 +33,6 @@ source test_move.vim source test_partial.vim source test_popup.vim source test_put.vim -source test_recover.vim source test_scroll_opt.vim source test_sort.vim source test_sha256.vim |