runtime: include en.utf-8.spl

Install en.utf-8.spl by default.

- Allows spell-related tests to run.
- Avoids download prompt for spelllang=en users
This commit is contained in:
Justin M. Keyes
2018-01-13 19:59:05 +01:00
parent 8eb0888a5d
commit 2b1bcd446b
5 changed files with 23 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ endforeach()
file(GLOB_RECURSE RUNTIME_FILES
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
rgb.txt
*.vim *.lua *.dict *.py *.rb *.ps *.tutor *.tutor.json)
*.vim *.lua *.dict *.py *.rb *.ps *.spl *.tutor *.tutor.json)
foreach(F ${RUNTIME_FILES})
get_filename_component(BASEDIR ${F} PATH)

BIN
runtime/spell/en.utf-8.spl Normal file

Binary file not shown.