mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.0430: cannot use repeat() with a blob
Problem: Cannot use repeat() with a blob. Solution: Implement blob repeat. (closes #11090)
This commit is contained in:
committed by
Bram Moolenaar
parent
0adae2da17
commit
375141e1f8
@@ -3329,4 +3329,6 @@ EXTERN char e_window_unexpectedly_close_while_searching_for_tags[]
|
||||
#ifdef FEAT_EVAL
|
||||
EXTERN char e_cannot_use_partial_with_dictionary_for_defer[]
|
||||
INIT(= N_("E1300: Cannot use a partial with dictionary for :defer"));
|
||||
EXTERN char e_string_number_list_or_blob_required_for_argument_nr[]
|
||||
INIT(= N_("E1301: String, Number, List or Blob required for argument %d"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user