comparison src/version.c @ 32331:2a096f5f527c v9.0.1497

patch 9.0.1497: the ruler percentage can't be localized Commit: https://github.com/vim/vim/commit/971cd2b8bc3e3a7faa886162cd7568938c627882 Author: Emir SARI <emir_sari@icloud.com> Date: Sat Apr 29 12:09:53 2023 +0100 patch 9.0.1497: the ruler percentage can't be localized Problem: The ruler percentage can't be localized. Solution: Use a string that can be translated. (Emir Sari, closes https://github.com/vim/vim/issues/12311)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Apr 2023 13:15:04 +0200
parents 848cf22f0a3d
children 93b3ca8df26a
comparison
equal deleted inserted replaced
32330:9f9e2a63ad56 32331:2a096f5f527c
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 1497,
698 /**/ 700 /**/
699 1496, 701 1496,
700 /**/ 702 /**/
701 1495, 703 1495,
702 /**/ 704 /**/