patch 7.4.2365
Problem: Needless line break. Confusing directory name.
Solution: Remove line break. Prepend "../" to "tools".
diff --git a/src/normal.c b/src/normal.c
index 92ef575..8302ffb 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -6099,8 +6099,7 @@
* 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 103a26f..419cfbc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2365,
+/**/
2364,
/**/
2363,