diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-07-11 23:49:29 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-07-11 23:49:29 +0800 |
commit | 058fa5ecbf152be3864b3a510aec418b18c35734 (patch) | |
tree | f72f404dd8fc76a6cb56b8106f7840c0f7dd0352 /snippets/vim_function | |
parent | 1f7d36d236965aa0f6ddff71321ebc755b79154c (diff) |
Update
Diffstat (limited to 'snippets/vim_function')
-rw-r--r-- | snippets/vim_function | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/snippets/vim_function b/snippets/vim_function new file mode 100644 index 0000000..784dbd7 --- /dev/null +++ b/snippets/vim_function | |||
@@ -0,0 +1,3 @@ | |||
1 | function! FuncName() | ||
2 | |||
3 | endfunction | ||