init: Set tabpagemax to 100
[vimconf.git] / neosnippets / gitcommit.snip
1 # Signed-off-by tag line
2 snippet signed-off-by
3 options head
4 Signed-off-by: ${1:authorname <mail>}
5
6 # Reported-by tag line
7 snippet reported-by
8 options head
9 Reported-by: ${1:authorname <mail>}
10
11 # Tested-by tag line
12 snippet tested-by
13 options head
14 Tested-by: ${1:authorname <mail>}
15
16 # Tested-by tag line
17 snippet acked-by
18 options head
19 Acked-by: ${1:authorname <mail>}