summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-12 12:24:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-12 12:24:11 +0200
commit1b010058235fb803c1d4f42a02d2883921be8ef4 (patch)
tree6cae2a8a3338cab25be5834d68ec89113bbf1764 /src
parent220adb1e9f9e0b27d28185167d2730bf2f93057d (diff)
patch 7.4.2365v7.4.2365
Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
Diffstat (limited to 'src')
-rw-r--r--src/normal.c3
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c
index 92ef575d25..8302ffbc99 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -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)
{
diff --git a/src/version.c b/src/version.c
index 103a26f4ae..419cfbc5bb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2365,
+/**/
2364,
/**/
2363,