aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/autoload
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-28 01:24:13 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-28 01:24:13 +0800
commit3526eb6d756e3c37190814eca2e22ce9f7d9f1de (patch)
treef334c6ef0a4b77c40980eee7a5fdf07899405069 /vim/autoload
parente58f70b411ae935fcd32f00d9e3983381fdc0294 (diff)
Update
Diffstat (limited to 'vim/autoload')
-rw-r--r--vim/autoload/foo.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/autoload/foo.vim b/vim/autoload/foo.vim
new file mode 100644
index 0000000..223f482
--- /dev/null
+++ b/vim/autoload/foo.vim
@@ -0,0 +1,3 @@
1function bar#Hello()
2 echo "Hello"
3endfunction