diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-01 22:32:16 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-01 23:29:10 +0200 |
commit | 3a69dbfca6642463ca8e19f814f71791f66332f3 (patch) | |
tree | f78118b0537e3965859bd6449d306c0f3ab88277 /src/nvim/cursor_shape.h | |
parent | c2826a7830ddba66261afdf45fcf4d0043506342 (diff) | |
download | rneovim-3a69dbfca6642463ca8e19f814f71791f66332f3.tar.gz rneovim-3a69dbfca6642463ca8e19f814f71791f66332f3.tar.bz2 rneovim-3a69dbfca6642463ca8e19f814f71791f66332f3.zip |
api/cursor_style_set: mode descriptions
Diffstat (limited to 'src/nvim/cursor_shape.h')
-rw-r--r-- | src/nvim/cursor_shape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/cursor_shape.h b/src/nvim/cursor_shape.h index 14ace2a861..0006ede31d 100644 --- a/src/nvim/cursor_shape.h +++ b/src/nvim/cursor_shape.h @@ -14,9 +14,9 @@ SHAPE_IDX_CR = 6, ///< Command line Replace mode SHAPE_IDX_O = 7, ///< Operator-pending mode SHAPE_IDX_VE = 8, ///< Visual mode with 'selection' exclusive SHAPE_IDX_CLINE = 9, ///< On command line -SHAPE_IDX_STATUS = 10, ///< status line +SHAPE_IDX_STATUS = 10, ///< On status line SHAPE_IDX_SDRAG = 11, ///< dragging a status line -SHAPE_IDX_VSEP = 12, ///< A vertical separator line +SHAPE_IDX_VSEP = 12, ///< On vertical separator line SHAPE_IDX_VDRAG = 13, ///< dragging a vertical separator line SHAPE_IDX_MORE = 14, ///< Hit-return or More SHAPE_IDX_MOREL = 15, ///< Hit-return or More in last line |