Improve static_assert snippet & increase sync minlines

This commit is contained in:
Kenneth Benzie 2018-11-30 17:46:02 +00:00
parent 446063c2e3
commit 3a60c0abcf
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ snippet [] "Labmda function" i
endsnippet endsnippet
snippet static_assert "Static assert" snippet static_assert "Static assert"
static_assert($1, "$2"); static_assert($1${2:, "$3"});
endsnippet endsnippet
snippet decltype "decltype" i snippet decltype "decltype" i

View File

@ -10,4 +10,4 @@ endif
if !platform#is_windows() || has("gui_running") if !platform#is_windows() || has("gui_running")
colorscheme fresh colorscheme fresh
endif endif
syntax sync minlines=500 syntax sync minlines=1000