macros.h: Remove unused CURSOR_BAR_RIGHT macro. (#13506)

Closes #13505.
This commit is contained in:
Edwin Pujols 2020-12-11 08:43:29 -04:00 committed by GitHub
parent faa47eafff
commit 763de8dd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,9 +98,6 @@
# define UTF_COMPOSINGLIKE(p1, p2) utf_composinglike((p1), (p2))
// Whether to draw the vertical bar on the right side of the cell.
# define CURSOR_BAR_RIGHT (curwin->w_p_rl && (!(State & CMDLINE) || cmdmsg_rl))
// MB_PTR_ADV(): advance a pointer to the next character, taking care of
// multi-byte characters if needed.
// MB_PTR_BACK(): backup a pointer to the previous character, taking care of