mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:9.1.1022: linematch option value not completed
Problem: linematch option value not completed
(after v9.1.1009)
Solution: Update diffoption completion values
related: vim/vim#9661
closes: vim/vim#16437
9162e636b3
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -2170,8 +2170,8 @@ local options = {
|
||||
'followwrap',
|
||||
'internal',
|
||||
'indent-heuristic',
|
||||
'linematch:',
|
||||
{ 'algorithm:', { 'myers', 'minimal', 'patience', 'histogram' } },
|
||||
'linematch:',
|
||||
},
|
||||
deny_duplicates = true,
|
||||
desc = [=[
|
||||
|
Reference in New Issue
Block a user