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
This commit is contained in:
ZyX
2016-02-09 03:20:16 +03:00
parent c27395ddc8
commit 77776b09c6
5 changed files with 192 additions and 17 deletions

View File

@@ -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