diff options
author | ZyX <kp-pav@yandex.ru> | 2016-02-09 03:20:16 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2016-04-18 02:47:13 +0300 |
commit | 77776b09c684bc2a0c42114fce5a8b04409ec91d (patch) | |
tree | de255689c5cc709b88e065b1a99bffed0e310ac0 /src/nvim/eval.h | |
parent | c27395ddc84952b94118de94af4c33f56f6beca5 (diff) | |
download | rneovim-77776b09c684bc2a0c42114fce5a8b04409ec91d.tar.gz rneovim-77776b09c684bc2a0c42114fce5a8b04409ec91d.tar.bz2 rneovim-77776b09c684bc2a0c42114fce5a8b04409ec91d.zip |
eval/encode: Fix writing strings starting with NL to list
Error [found][1] by oni-link.
[1]: https://github.com/neovim/neovim/pull/4131/files#r52239384
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h index 50c11011c6..9d45b780a9 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -1,8 +1,6 @@ #ifndef NVIM_EVAL_H #define NVIM_EVAL_H -#include <msgpack.h> - #include "nvim/profile.h" #include "nvim/hashtab.h" // For hashtab_T #include "nvim/garray.h" // For garray_T |