aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/CMakeLists.txt')
-rw-r--r--src/nvim/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index 922b8b85a1..1c2dad6094 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -63,9 +63,6 @@ set(CONV_SOURCES
fold.c
getchar.c
if_cscope.c
- indent.c
- keymap.c
- mark.c
mbyte.c
memline.c
menu.c
@@ -74,7 +71,6 @@ set(CONV_SOURCES
move.c
normal.c
ops.c
- os_unix.c
path.c
popupmnu.c
quickfix.c
@@ -84,7 +80,6 @@ set(CONV_SOURCES
spell.c
syntax.c
tag.c
- ui.c
window.c)
foreach(sfile ${CONV_SOURCES})