aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-01-13 19:59:05 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-01-15 23:58:52 +0100
commit2b1bcd446b6d95f608161818addecf7c6a2beeaa (patch)
tree605d17f83276ef93f4c0dca40004a0ad6c8d7eb4 /runtime
parent8eb0888a5de2481e15fcae63fa477f0ac634c9f2 (diff)
downloadrneovim-2b1bcd446b6d95f608161818addecf7c6a2beeaa.tar.gz
rneovim-2b1bcd446b6d95f608161818addecf7c6a2beeaa.tar.bz2
rneovim-2b1bcd446b6d95f608161818addecf7c6a2beeaa.zip
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/CMakeLists.txt2
-rw-r--r--runtime/spell/en.utf-8.splbin0 -> 609337 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index d992c2cc77..0172f630cd 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -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)
diff --git a/runtime/spell/en.utf-8.spl b/runtime/spell/en.utf-8.spl
new file mode 100644
index 0000000000..83b9b8f7c2
--- /dev/null
+++ b/runtime/spell/en.utf-8.spl
Binary files differ