comparison src/version.c @ 32568:cb1af9880f6d v9.0.1616

patch 9.0.1616: quickfix text field is truncated Commit: https://github.com/vim/vim/commit/5bf042810b19a627eda2f170624a0cfd7b4f6ed6 Author: Shane Harper <shane@shaneharper.net> Date: Wed Jun 7 19:09:57 2023 +0100 patch 9.0.1616: quickfix text field is truncated Problem: Quickfix text field is truncated. Solution: Fix output of text field after pattern field in quickfix buffer. (Shane Harper, closes #12498)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Jun 2023 20:15:04 +0200
parents 58df5a4cd3bc
children 5d8cff99a027
comparison
equal deleted inserted replaced
32567:0e60e3725300 32568:cb1af9880f6d
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 1616,
698 /**/ 700 /**/
699 1615, 701 1615,
700 /**/ 702 /**/
701 1614, 703 1614,
702 /**/ 704 /**/