mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
feat(man.vim): list command flags in "gO" outline #17558
This commit is contained in:
@@ -10,7 +10,7 @@ syntax match manReference display '[^()[:space:]]\+(\%([0-9][a-z]*\|[nlpox]
|
||||
syntax match manSectionHeading display '^\S.*$'
|
||||
syntax match manHeader display '^\%1l.*$'
|
||||
syntax match manSubHeading display '^ \{3\}\S.*$'
|
||||
syntax match manOptionDesc display '^\s\+\%(+\|-\)\S\+'
|
||||
syntax match manOptionDesc display '^\s\+\(\%(+\|-\)\S\+,\s\+\)*\%(+\|-\)\S\+'
|
||||
|
||||
highlight default link manHeader Title
|
||||
highlight default link manSectionHeading Statement
|
||||
|
||||
Reference in New Issue
Block a user