comparison src/version.c @ 10656:4762bd300564 v8.0.0218

patch 8.0.0218: no completion for :cexpr and similar commands commit https://github.com/vim/vim/commit/2b2207ba69c6b009e466a36eef0644ca723e16d3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 22 16:46:56 2017 +0100 patch 8.0.0218: no completion for :cexpr and similar commands Problem: No command line completion for :cexpr, :cgetexpr, :caddexpr, etc. Solution: Make completion work. (Yegappan Lakshmanan) Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Jan 2017 17:00:05 +0100
parents f0df81ef971a
children 77d66e9ac0ab
comparison
equal deleted inserted replaced
10655:315b26bc3d66 10656:4762bd300564
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 218,
767 /**/ 769 /**/
768 217, 770 217,
769 /**/ 771 /**/
770 216, 772 216,
771 /**/ 773 /**/