Mercurial > vim
view src/gvimtutor @ 18914:4c0b420e7327 v8.2.0018
patch 8.2.0018: :join does not add white space where it should
Commit: https://github.com/vim/vim/commit/91b65e49440e77222a65b6f868507453239f409b
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Dec 17 22:10:58 2019 +0100
patch 8.2.0018: :join does not add white space where it should
Problem: :join does not add white space where it should. (Zdenek Dohnal)
Solution: Handle joining multiple lines propely.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 17 Dec 2019 22:15:04 +0100 |
parents | 4a317df16962 |
children | d4faa2c5211b |
line wrap: on
line source
#!/bin/sh # Start GUI Vim on a copy of the tutor file. # Usage: gvimtutor [xx] # See vimtutor for usage. exec `dirname $0`/vimtutor -g "$@"