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 vim/vim#1280)
295ac5ab5e
This commit is contained in:
Jan Edmund Lazo
2018-08-13 11:34:59 -04:00
parent e346c01c31
commit 163680a58e
4 changed files with 104 additions and 0 deletions

View File

@@ -323,6 +323,7 @@ return {
tolower={args=1},
toupper={args=1},
tr={args=3},
trim={args={1,2}},
trunc={args=1, func="float_op_wrapper", data="&trunc"},
type={args=1},
undofile={args=1},