diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2023-04-17 16:41:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-04-17 16:41:20 +0100 |
commit | fc8a601c3251c0388a88c1235b18c529385f7196 (patch) | |
tree | 753fd75ef5f9c60a2b4d61d6adbdc97ade5ea784 /src/version.c | |
parent | 961b2e54bdbe1c06e4bf8ccf7a7e3deb129b45de (diff) | |
download | vim-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.c | 2 |
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, |