Add .me and other text filenames.

click.me by Bram Moolenaar; VIM license.
This commit is contained in:
Lars Brinkhoff
2015-05-12 13:22:10 +02:00
parent eacc48e8c7
commit b032886c21
7 changed files with 25 additions and 0 deletions

View File

@@ -3574,6 +3574,17 @@ Text:
- .txt
- .fr
- .ncl
filenames:
- COPYING
- INSTALL
- LICENSE
- NEWS
- README.me
- click.me
- delete.me
- keep.me
- read.me
- test.me
tm_scope: none
ace_mode: text

View File

@@ -0,0 +1 @@
Please read me.

View File

@@ -0,0 +1,9 @@
To run the "Conway's game of life" macros:
1. Type ":so life.vim". This loads the macros.
2. Type "g" to run the macros.
3. Type CTRL-C to interrupt.
4. Type ":q!" to get out.
See life.vim for more advanced usage.

View File

@@ -0,0 +1 @@
Delete me.

View File

@@ -0,0 +1 @@
Keep me.

View File

@@ -0,0 +1 @@
Read me now!

View File

@@ -0,0 +1 @@
Test me.