From 2b1bcd446b6d95f608161818addecf7c6a2beeaa Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 13 Jan 2018 19:59:05 +0100 Subject: 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 --- runtime/CMakeLists.txt | 2 +- runtime/spell/en.utf-8.spl | Bin 0 -> 609337 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 runtime/spell/en.utf-8.spl (limited to 'runtime') 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 Binary files /dev/null and b/runtime/spell/en.utf-8.spl differ -- cgit