aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-27 01:10:23 -0800
committerJustin M. Keyes <justinkz@gmail.com>2020-01-28 00:22:14 -0800
commit75e85622493cfbd357d2d87d988dc0ab79fd8326 (patch)
treeedacf3960ef27e2bfd00659082b8ada1bd08aa6a /src/nvim/getchar.c
parentd3a9d75c0462fea7b00e639d1b324bcf08a8b02d (diff)
downloadrneovim-75e85622493cfbd357d2d87d988dc0ab79fd8326.tar.gz
rneovim-75e85622493cfbd357d2d87d988dc0ab79fd8326.tar.bz2
rneovim-75e85622493cfbd357d2d87d988dc0ab79fd8326.zip
refactor: move session functions to ex_session.c
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r--src/nvim/getchar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index 81666bf5d6..419c6328ee 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -41,6 +41,7 @@
#include "nvim/option.h"
#include "nvim/regexp.h"
#include "nvim/screen.h"
+#include "nvim/ex_session.h"
#include "nvim/state.h"
#include "nvim/strings.h"
#include "nvim/ui.h"