diff options
author | Lewis Russell <lewis6991@gmail.com> | 2022-10-08 15:48:07 +0100 |
---|---|---|
committer | Lewis Russell <lewis6991@gmail.com> | 2022-10-13 16:37:23 +0100 |
commit | 288208257c8d6b3c8dcce7ee6c7b6c7bb7bafb27 (patch) | |
tree | 8a4d8f0d54a98d87bb219f54def43a5f0aa5d402 /src/nvim/main.c | |
parent | eb123b565e201418dd135d2602dc20eea3cead39 (diff) | |
download | rneovim-288208257c8d6b3c8dcce7ee6c7b6c7bb7bafb27.tar.gz rneovim-288208257c8d6b3c8dcce7ee6c7b6c7bb7bafb27.tar.bz2 rneovim-288208257c8d6b3c8dcce7ee6c7b6c7bb7bafb27.zip |
feat(cscope)!: remove
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index f6ec08c8e0..82c32f8e25 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -31,7 +31,6 @@ #include "nvim/highlight.h" #include "nvim/highlight_group.h" #include "nvim/iconv.h" -#include "nvim/if_cscope.h" #include "nvim/insexpand.h" #include "nvim/locale.h" #include "nvim/log.h" @@ -772,7 +771,6 @@ void getout(int exitval) ui_call_set_title(cstr_as_string((char *)p_titleold)); } - cs_end(); if (garbage_collect_at_exit) { garbage_collect(false); } |