A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/b43575545272aeecf4e140b47485f94131430123 below:

check markdownError before syn-clear (#16930) · neovim/neovim@b435755 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed Original file line number Diff line number Diff line change

@@ -12,7 +12,9 @@ unlet! b:current_syntax

12 12

syn case match

13 13 14 14

" We do not care about markdown syntax errors

15 -

syn clear markdownError

15 +

if hlexists('markdownError')

16 +

syn clear markdownError

17 +

endif

16 18 17 19

syn keyword healthError ERROR[:] containedin=markdownCodeBlock,mkdListItemLine

18 20

syn keyword healthWarning WARNING[:] containedin=markdownCodeBlock,mkdListItemLine

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4