0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 7.4.2365

Problem:    Needless line break. Confusing directory name.
Solution:   Remove line break.  Prepend "../" to "tools".
This commit is contained in:
Bram Moolenaar
2016-09-12 12:24:11 +02:00
parent 220adb1e9f
commit 1b01005823
4 changed files with 9 additions and 3 deletions

View File

@@ -6099,8 +6099,7 @@ nv_up(cmdarg_T *cap)
* cap->arg is TRUE for CR and "+": Move cursor to first non-blank.
*/
static void
nv_down(
cmdarg_T *cap)
nv_down(cmdarg_T *cap)
{
if (mod_mask & MOD_MASK_SHIFT)
{