comparison src/version.c @ 14552:b298737a7188 v8.1.0289

patch 8.1.0289: cursor moves to wrong column after quickfix jump commit https://github.com/vim/vim/commit/2dfcef4c08a3371e2126504bea00b274f937a840 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 15 22:29:51 2018 +0200 patch 8.1.0289: cursor moves to wrong column after quickfix jump Problem: Cursor moves to wrong column after quickfix jump. Solution: Set the curswant flag. (Andy Massimino, closes https://github.com/vim/vim/issues/3331)
author Christian Brabandt <cb@256bit.org>
date Wed, 15 Aug 2018 22:30:05 +0200
parents 60b9b6196644
children e7f92d1a3fcd
comparison
equal deleted inserted replaced
14551:715a3bb25ede 14552:b298737a7188
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 289,
797 /**/ 799 /**/
798 288, 800 288,
799 /**/ 801 /**/
800 287, 802 287,
801 /**/ 803 /**/