mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.2.3139: functions for string manipulation are spread out
Problem: Functions for string manipulation are spread out. Solution: Move string related functions to a new source file. (Yegappan Lakshmanan, closes #8470)
This commit is contained in:
committed by
Bram Moolenaar
parent
31e21766d6
commit
a2438132a6
@@ -211,6 +211,7 @@ void mbyte_im_set_active(int active_arg);
|
||||
# include "spell.pro"
|
||||
# include "spellfile.pro"
|
||||
# include "spellsuggest.pro"
|
||||
# include "strings.pro"
|
||||
# include "syntax.pro"
|
||||
# include "tag.pro"
|
||||
# include "term.pro"
|
||||
|
Reference in New Issue
Block a user