comparison src/version.c @ 19556:ff5048b0ccfe v8.2.0335

patch 8.2.0335: no completion for :disassemble Commit: https://github.com/vim/vim/commit/cc390ff5b2c8725c55b961b24322c470659ede9f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 29 22:06:30 2020 +0100 patch 8.2.0335: no completion for :disassemble Problem: No completion for :disassemble. Solution: Make completion work. Also complete script-local functions if the name starts with "s:".
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Feb 2020 22:15:05 +0100
parents b38d73f36467
children 8eeec8886c02
comparison
equal deleted inserted replaced
19555:aae35642cc05 19556:ff5048b0ccfe
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 335,
741 /**/ 743 /**/
742 334, 744 334,
743 /**/ 745 /**/
744 333, 746 333,
745 /**/ 747 /**/