mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.1.0422: function echo_string_core() is too long
Problem: function echo_string_core() is too long Solution: Refactor into several smaller functions (Yegappan Lakshmanan) closes: #14804 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
5f1b115afd
commit
22029edb6c
@@ -3845,7 +3845,7 @@ object_len(object_T *obj)
|
||||
* Return a textual representation of object "obj"
|
||||
*/
|
||||
char_u *
|
||||
object_string(
|
||||
object2string(
|
||||
object_T *obj,
|
||||
char_u *numbuf,
|
||||
int copyID,
|
||||
|
Reference in New Issue
Block a user