aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-04-15 13:21:38 -0400
committerJames McCoy <jamessan@jamessan.com>2017-04-19 22:24:58 -0400
commitc5d7eaf66468d5f71049a602e820c19d8ad8c772 (patch)
tree0e33af591a5d1abb709d6421371c47d6d13ee7e2 /src/nvim/vim.h
parentf0c12012d99b33474bd6bb5dcb0ee3a6c6808789 (diff)
downloadrneovim-c5d7eaf66468d5f71049a602e820c19d8ad8c772.tar.gz
rneovim-c5d7eaf66468d5f71049a602e820c19d8ad8c772.tar.bz2
rneovim-c5d7eaf66468d5f71049a602e820c19d8ad8c772.zip
vim-patch:7.4.2152
Problem: No proper translation of messages with a count. Solution: Use ngettext(). (Sergey Alyoshin) https://github.com/vim/vim/commit/ee695f787ade7fd88fc5f5497553d95c0c3645b5
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 172e62b039..f29ccdd296 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -204,6 +204,8 @@ enum {
#define DIALOG_MSG_SIZE 1000 /* buffer size for dialog_msg() */
+enum { FOLD_TEXT_LEN = 51 }; //!< buffer size for get_foldtext()
+
/*
* Maximum length of key sequence to be mapped.
* Must be able to hold an Amiga resize report.