mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 03:29:29 +10:00
vim-patch:8.2.2588: build failure with tiny features (#14099)
Problem: Build failure with tiny features. Solution: Add #ifdef. Run recover test separately.23b32a8d6bN/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.9d40c63c7dvim-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.1b1e9df78bvim-patch:8.2.2293: build failure with Motif Problem: Build failure with Motif. (Tony Mechelynck) Solution: Use empty_option instead of empty_options.bb0956fc65vim-patch:8.2.2410: build failure without the +profiling feature Problem: Build failure without the +profiling feature. Solution: Add dummy argument to macro.ff0e57fe77vim-patch:8.2.2514: Vim9: build error in tiny version Problem: Vim9: build error in tiny version. Solution: Add #ifdef.2379f87eb4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user