aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/snippets/xml.snippets
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2013-10-18 22:14:58 +0600
committerAnton Bobov <abobov@gmail.com>2013-10-19 00:47:57 +0600
commit1048b107a3cfbb0490e2b394c32c90fafe4b98ac (patch)
tree12094d66f99bf636eaa2fb91fdbed54b2df70d94 /files/.vim/snippets/xml.snippets
parentede115791a81775b1e7a65ab8ed3a8872c94a38e (diff)
Vim snipmate plugin moved to the bundle.
Diffstat (limited to 'files/.vim/snippets/xml.snippets')
-rw-r--r--files/.vim/snippets/xml.snippets2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/.vim/snippets/xml.snippets b/files/.vim/snippets/xml.snippets
deleted file mode 100644
index 1032f5a..0000000
--- a/files/.vim/snippets/xml.snippets
+++ /dev/null
@@ -1,2 +0,0 @@
-snippet xml
- <?xml version="${1:1.0}" encoding="${2:utf-8}"?>${3}