Compare commits

..

No commits in common. "3a60c0abcfb54af58207d1c2276225a3e6c13d44" and "91dc036e8f5826729bf5547a1a3cb84c242ce3b7" have entirely different histories.

3 changed files with 2 additions and 14 deletions

View File

@ -11,10 +11,6 @@ def complete(t, opts):
return '(' + '|'.join(opts) + ')' return '(' + '|'.join(opts) + ')'
endglobal endglobal
snippet sizeof "sizeof" i
sizeof($1)$0
endsnippet
snippet i8 "int8_t" i snippet i8 "int8_t" i
int8_t int8_t
endsnippet endsnippet

View File

@ -62,15 +62,7 @@ snippet [] "Labmda function" i
endsnippet endsnippet
snippet static_assert "Static assert" snippet static_assert "Static assert"
static_assert($1${2:, "$3"}); static_assert($1, "$2");
endsnippet
snippet decltype "decltype" i
decltype($1)$0
endsnippet
snippet declval "declval" i
declval<$1>()$0
endsnippet endsnippet
snippet noisy "A noise class" snippet noisy "A noise class"

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=1000 syntax sync minlines=500