]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1630: trimming white space is not that easy v8.0.1630
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Mar 2018 22:04:02 +0000 (23:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Mar 2018 22:04:02 +0000 (23:04 +0100)
commit295ac5ab5e840af6051bed5ec9d9acc3c73445de
treed858840ae5a9c225d34c5b95a38ef24eeec422d5
parent62b7f6a139a19eb6c79eb428c66a7118e9741b5d
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)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_functions.vim
src/version.c