comparison src/version.c @ 28972:864fa5276e78 v8.2.5008

patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping comment Commit: https://github.com/vim/vim/commit/7e667788150be617aeac42b0d668618ac33ab9da Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 23 13:10:48 2022 +0100 patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping comment Problem: When 'formatoptions' contains "/" wrongly wrapping a long trailing comment. Solution: Pass the OPENLINE_FORMAT flag.
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 May 2022 14:15:03 +0200
parents 77cd4bf3ad7d
children 65946c949965
comparison
equal deleted inserted replaced
28971:1aa8858686ea 28972:864fa5276e78
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5008,
737 /**/ 739 /**/
738 5007, 740 5007,
739 /**/ 741 /**/
740 5006, 742 5006,
741 /**/ 743 /**/