comparison src/version.c @ 32260:8f77a43f8aac v9.0.1461

patch 9.0.1461: ruler not drawn correctly when using 'rulerformat' Commit: https://github.com/vim/vim/commit/fc8a601c3251c0388a88c1235b18c529385f7196 Author: Sean Dewar <seandewar@users.noreply.github.com> Date: Mon Apr 17 16:41:20 2023 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Apr 2023 17:45:06 +0200
parents 6ababf71c1b1
children 854aeaac48b7
comparison
equal deleted inserted replaced
32259:570757513b81 32260:8f77a43f8aac
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1461,
698 /**/ 700 /**/
699 1460, 701 1460,
700 /**/ 702 /**/
701 1459, 703 1459,
702 /**/ 704 /**/