1
0
forked from aniani/vim

patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'

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)
This commit is contained in:
Sean Dewar
2023-04-17 16:41:20 +01:00
committed by Bram Moolenaar
parent 961b2e54bd
commit fc8a601c32
4 changed files with 26 additions and 7 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1461,
/**/
1460,
/**/