comparison src/version.c @ 17468:fa6c9047ec70 v8.1.1732

patch 8.1.1732: completion in cmdwin does not work for buffer-local commands commit https://github.com/vim/vim/commit/f03e328348f87e1fe8ce4aad2a6a4237b9f78ce3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 22 21:55:18 2019 +0200 patch 8.1.1732: completion in cmdwin does not work for buffer-local commands Problem: Completion in cmdwin does not work for buffer-local commands. Solution: Use the right buffer. (closes https://github.com/vim/vim/issues/4711)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jul 2019 22:00:05 +0200
parents 15de78cb9f39
children d2a834aa7cc0
comparison
equal deleted inserted replaced
17467:ed03a1fb37ce 17468:fa6c9047ec70
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1732,
780 /**/ 782 /**/
781 1731, 783 1731,
782 /**/ 784 /**/
783 1730, 785 1730,
784 /**/ 786 /**/