summaryrefslogtreecommitdiffstats
path: root/skeletons/awk.erb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2022-03-07 14:43:44 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2022-03-07 14:43:44 +0100
commitcbcab8684e06379c9f5c51cfc9cac68d8684fe0c (patch)
treed03b04e9a7f8e3aae70e590953408f90deed077c /skeletons/awk.erb
parent721a7ea65d23e7b149ba73968a1d75727a55b390 (diff)
downloadvim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.zip
vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.tar.gz
move to old
Diffstat (limited to 'skeletons/awk.erb')
-rw-r--r--skeletons/awk.erb9
1 files changed, 0 insertions, 9 deletions
diff --git a/skeletons/awk.erb b/skeletons/awk.erb
deleted file mode 100644
index 86d52a1..0000000
--- a/skeletons/awk.erb
+++ /dev/null
@@ -1,9 +0,0 @@
-<%= header 'awk.hdr' %>
-
-BEGIN { }
-
-{
-print "line "NR" has "NF" fields.";
-}
-
-END { print "line number : "NR }