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:
committed by
Bram Moolenaar
parent
961b2e54bd
commit
fc8a601c32
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1461,
|
||||
/**/
|
||||
1460,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user