aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-08-16 10:43:52 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-08-16 14:02:35 -0400
commit4912dcf3c77856f1c0e466978f1638fb313a756a (patch)
tree1650d84aadc1791516c6f86a3adec9d9ddd3003a /runtime
parent90ef218610ec0b2bd3947b7be0611457c910564b (diff)
downloadrneovim-4912dcf3c77856f1c0e466978f1638fb313a756a.tar.gz
rneovim-4912dcf3c77856f1c0e466978f1638fb313a756a.tar.bz2
rneovim-4912dcf3c77856f1c0e466978f1638fb313a756a.zip
install tutorial files #3180
Diffstat (limited to 'runtime')
-rw-r--r--runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 4271418e0c..3e90690c37 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -80,7 +80,7 @@ endforeach()
file(GLOB_RECURSE RUNTIME_FILES
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- *.vim *.dict *.py *.ps)
+ *.vim *.dict *.py *.ps *.tutor)
list(APPEND RUNTIME_FILES macros/dvorak)
foreach(F ${RUNTIME_FILES})