mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0g
This commit is contained in:
@@ -9335,8 +9335,8 @@ number_width(wp)
|
||||
n = 0;
|
||||
do
|
||||
{
|
||||
lnum /= 10;
|
||||
++n;
|
||||
lnum /= 10;
|
||||
++n;
|
||||
} while (lnum > 0);
|
||||
|
||||
/* 'numberwidth' gives the minimal width plus one */
|
||||
|
Reference in New Issue
Block a user