Compare commits
No commits in common. "3a60c0abcfb54af58207d1c2276225a3e6c13d44" and "91dc036e8f5826729bf5547a1a3cb84c242ce3b7" have entirely different histories.
3a60c0abcf
...
91dc036e8f
@ -11,10 +11,6 @@ def complete(t, opts):
|
||||
return '(' + '|'.join(opts) + ')'
|
||||
endglobal
|
||||
|
||||
snippet sizeof "sizeof" i
|
||||
sizeof($1)$0
|
||||
endsnippet
|
||||
|
||||
snippet i8 "int8_t" i
|
||||
int8_t
|
||||
endsnippet
|
||||
|
@ -62,15 +62,7 @@ snippet [] "Labmda function" i
|
||||
endsnippet
|
||||
|
||||
snippet static_assert "Static assert"
|
||||
static_assert($1${2:, "$3"});
|
||||
endsnippet
|
||||
|
||||
snippet decltype "decltype" i
|
||||
decltype($1)$0
|
||||
endsnippet
|
||||
|
||||
snippet declval "declval" i
|
||||
declval<$1>()$0
|
||||
static_assert($1, "$2");
|
||||
endsnippet
|
||||
|
||||
snippet noisy "A noise class"
|
||||
|
@ -10,4 +10,4 @@ endif
|
||||
if !platform#is_windows() || has("gui_running")
|
||||
colorscheme fresh
|
||||
endif
|
||||
syntax sync minlines=1000
|
||||
syntax sync minlines=500
|
||||
|
Loading…
x
Reference in New Issue
Block a user