aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-01-16 02:14:41 +0100
committerGitHub <noreply@github.com>2018-01-16 02:14:41 +0100
commitc06995b34d604a37f80ee1174fcb3530dbd59206 (patch)
treedc1b063644fb484f266e95e12c66bbbfdfa2d38c /runtime
parent26251d6d0681194e7dc57fa2dfb8857576faed21 (diff)
parent9cabe826ba8dfb5dd9464fdf09e28bb25c65ab71 (diff)
downloadrneovim-c06995b34d604a37f80ee1174fcb3530dbd59206.tar.gz
rneovim-c06995b34d604a37f80ee1174fcb3530dbd59206.tar.bz2
rneovim-c06995b34d604a37f80ee1174fcb3530dbd59206.zip
Merge #7858 'vim-patch: spell-related patches'
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