mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0188: strange effects when using "text_align" with non-zero column
Problem: Strange effects when using virtual text with "text_align" and non-zero column. (Martin Tournoij) Solution: Give an error. (closes #10888)
This commit is contained in:
@@ -3313,4 +3313,6 @@ EXTERN char e_cmdline_window_already_open[]
|
||||
#ifdef FEAT_PROP_POPUP
|
||||
EXTERN char e_cannot_use_negative_id_after_adding_textprop_with_text[]
|
||||
INIT(= N_("E1293: Cannot use a negative id after adding a textprop with text"));
|
||||
EXTERN char e_can_only_use_text_align_when_column_is_zero[]
|
||||
INIT(= N_("E1294: Can only use text_align when column is zero"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user