summaryrefslogtreecommitdiffstats
path: root/skeletons/c.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-05 00:44:35 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-05 00:44:35 -0500
commit1f0555c7fa12de7ad00eb29d5f3854ebaff88970 (patch)
treefe048e99760deea2f31000fc01c2b66e335fd368 /skeletons/c.c
parent9a1366affdf474cead2a6c67d58191e1479c7bcc (diff)
downloadvim-skeletons-master.tar.gz
vim-skeletons-master.zip
add sample skeleton filesHEADmaster
Diffstat (limited to 'skeletons/c.c')
-rw-r--r--skeletons/c.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/skeletons/c.c b/skeletons/c.c
new file mode 100644
index 0000000..2fb0768
--- /dev/null
+++ b/skeletons/c.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(int argc, char* argv[])
+{
+}
+:exe "normal 4Goa\<BS>"
+:startinsert!