summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2023-04-17 16:41:20 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-17 16:41:20 +0100
commitfc8a601c3251c0388a88c1235b18c529385f7196 (patch)
tree753fd75ef5f9c60a2b4d61d6adbdc97ade5ea784 /src/version.c
parent961b2e54bdbe1c06e4bf8ccf7a7e3deb129b45de (diff)
downloadvim-git-9.0.1461.tar.gz
patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'v9.0.1461
Problem: Ruler not drawn correctly when using 'rulerformat'. Solution: Adjust formatting depending on whether the ruler is drawn in the statusline or the command line. (Sean Dewar, closes #12246)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4f54fab42..053fe7827 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1461,
+/**/
1460,
/**/
1459,