summaryrefslogtreecommitdiff
path: root/tests/examplefiles/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/vimrc')
-rw-r--r--tests/examplefiles/vimrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/examplefiles/vimrc b/tests/examplefiles/vimrc
new file mode 100644
index 00000000..d2f9cd1b
--- /dev/null
+++ b/tests/examplefiles/vimrc
@@ -0,0 +1,21 @@
+" A comment
+
+:py print "py"
+::pyt print 'pyt'
+ pyth print '''pyth'''
+ : pytho print "pytho"
+python print """python"""
+
+ : : python<<E OF
+print """my script"""
+
+def MyFunc(str):
+ """ My Function """
+ print str
+E OF
+
+let py = 42
+echo py
+
+let foo = 42
+echo foo