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
snippet static_assert "Static assert"
static_assert($1, "$2");
static_assert($1${2:, "$3"});
endsnippet
snippet decltype "decltype" i

View File

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