diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2021-04-20 00:01:50 +0100 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2021-04-20 02:03:46 +0100 |
commit | 1d72b6e4cd5807d27acce9b6f8b6d22176e50951 (patch) | |
tree | 7c2329f263f6f13624954c30ea296af2f3e91c84 /src/nvim/eval.h | |
parent | 96f62394cfc74e731529ed68039aa8da1facdf13 (diff) | |
download | rneovim-1d72b6e4cd5807d27acce9b6f8b6d22176e50951.tar.gz rneovim-1d72b6e4cd5807d27acce9b6f8b6d22176e50951.tar.bz2 rneovim-1d72b6e4cd5807d27acce9b6f8b6d22176e50951.zip |
eval: port v:collate
Cherry-picked from patch v8.2.0988. Required for patch v8.2.1933.
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h index 3da4bb8655..ef5f90ed8f 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -154,6 +154,7 @@ typedef enum { VV_EVENT, VV_ECHOSPACE, VV_ARGV, + VV_COLLATE, VV_EXITING, // Neovim VV_STDERR, |