aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-05-12 00:11:57 +0200
committerGitHub <noreply@github.com>2019-05-12 00:11:57 +0200
commitab7d9ae19356aa2b1a3c12a9846bc279d159e763 (patch)
tree5fe18e2e7b23ee8eba8bc0f7b0bdaa53046fa454 /src/nvim/vim.h
parent7c9d4d971cab4525fb2245ec527736b4e9471e84 (diff)
parenta0f775c4d3eedfb845d1254cae767a38a1c28b93 (diff)
downloadrneovim-ab7d9ae19356aa2b1a3c12a9846bc279d159e763.tar.gz
rneovim-ab7d9ae19356aa2b1a3c12a9846bc279d159e763.tar.bz2
rneovim-ab7d9ae19356aa2b1a3c12a9846bc279d159e763.zip
Merge #9993 from justinmk/ui-message-kinds
UI/ext_messages: learn more message kinds
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 767936ecee..3e0a5907be 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -277,7 +277,6 @@ enum { FOLD_TEXT_LEN = 51 }; //!< buffer size for get_foldtext()
// Enums need a typecast to be used as array index (for Ultrix).
#define HL_ATTR(n) highlight_attr[(int)(n)]
-#define TERM_STR(n) term_strings[(int)(n)]
/// Maximum number of bytes in a multi-byte character. It can be one 32-bit
/// character of up to 6 bytes, or one 16-bit character of up to three bytes