1
0
forked from aniani/vim

patch 8.0.1630: trimming white space is not that easy

Problem:    Trimming white space is not that easy.
Solution:   Add the trim() function. (Bukn, closes #1280)
This commit is contained in:
Bram Moolenaar
2018-03-22 23:04:02 +01:00
parent 62b7f6a139
commit 295ac5ab5e
4 changed files with 111 additions and 1 deletions

View File

@@ -766,6 +766,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1630,
/**/
1629,
/**/