diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-30 23:10:40 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-30 23:10:40 +0800 |
| commit | 601a13acb1f075729144091a859dc0f1a0c2d19e (patch) | |
| tree | 7b0c48c047b23e2a93472abda20e541c2c35ef3b /my_snippets/vim.snippets | |
| parent | ff54203995df355423067c1a9531c67b2c66e602 (diff) | |
update snippets
Diffstat (limited to 'my_snippets/vim.snippets')
| -rw-r--r-- | my_snippets/vim.snippets | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/my_snippets/vim.snippets b/my_snippets/vim.snippets index 93a089a..a2e0d3c 100644 --- a/my_snippets/vim.snippets +++ b/my_snippets/vim.snippets @@ -1,14 +1,14 @@ snippet fun "vim function" function! ${1:MyFunc}(${2}) abort - $3 + $3 endfunction $0 endsnippet snippet aug "vim augroup" b augroup ${1:GROUP_NAME} - autocmd! - autocmd ${2:EVENT} ${3:PATTERN} $4 + autocmd! + autocmd ${2:EVENT} ${3:PATTERN} $4 augroup END $0 endsnippet |
