comparison src/version.c @ 10456:536a7d49249c v8.0.0121

commit https://github.com/vim/vim/commit/a2477fd3490c1166522631eee53c57d34321086a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 3 15:13:20 2016 +0100 patch 8.0.0121 Problem: Setting 'cursorline' changes the curswant column. (Daniel Hahler) Solution: Add the P_RWINONLY flag. (closes https://github.com/vim/vim/issues/1297)
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Dec 2016 15:15:03 +0100
parents f5c7c76897fa
children a57b2284de93
comparison
equal deleted inserted replaced
10455:e7cbe2896bfe 10456:536a7d49249c
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 121,
767 /**/ 769 /**/
768 120, 770 120,
769 /**/ 771 /**/
770 119, 772 119,
771 /**/ 773 /**/