comparison src/version.c @ 28765:38698deeda58 v8.2.4907

patch 8.2.4907: some users do not want a line comment always inserted Commit: https://github.com/vim/vim/commit/2bf875f881f7c6f6900bc0eb2a93a552db894109 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 14:54:11 2022 +0100 patch 8.2.4907: some users do not want a line comment always inserted Problem: Some users do not want a line comment always inserted. Solution: Add the '/' flag to 'formatoptions' to not repeat the comment leader after a statement when using "o".
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 16:00:03 +0200
parents b01bca69b1d5
children 7bbd859b2a48
comparison
equal deleted inserted replaced
28764:076c0d937e60 28765:38698deeda58
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4907,
749 /**/ 751 /**/
750 4906, 752 4906,
751 /**/ 753 /**/
752 4905, 754 4905,
753 /**/ 755 /**/