Merge pull request #2873 from github/2427-local

2427 local
This commit is contained in:
Arfon Smith
2016-03-09 19:55:29 -06:00
8 changed files with 28 additions and 1 deletions

View File

@@ -1290,6 +1290,7 @@ Groff:
- '.8'
- '.9'
- .l
- .me
- .ms
- .n
- .rno
@@ -3575,6 +3576,17 @@ Text:
- .nb
- .ncl
- .no
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.

View File

@@ -13,7 +13,8 @@ class TestHeuristcs < Minitest::Test
end
def all_fixtures(language_name, file="*")
Dir.glob("#{samples_path}/#{language_name}/#{file}")
Dir.glob("#{samples_path}/#{language_name}/#{file}") -
["#{samples_path}/#{language_name}/filenames"]
end
def test_no_match