Mercurial > vim
comparison src/version.c @ 8094:18a3f0f05244 v7.4.1341
commit https://github.com/vim/vim/commit/910b8aac5dc4693c4508b7acd2cef0bbfac04242
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Feb 16 21:03:07 2016 +0100
patch 7.4.1341
Problem: It's difficult to add more arguments to ch_sendraw() and
ch_sendexpr().
Solution: Make the third option a dictionary.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 16 Feb 2016 21:15:05 +0100 |
parents | d82fb42b611b |
children | 882ba5080c5c |
comparison
equal
deleted
inserted
replaced
8093:4ffd0f8167f8 | 8094:18a3f0f05244 |
---|---|
745 NULL | 745 NULL |
746 }; | 746 }; |
747 | 747 |
748 static int included_patches[] = | 748 static int included_patches[] = |
749 { /* Add new patch number below this line */ | 749 { /* Add new patch number below this line */ |
750 /**/ | |
751 1341, | |
750 /**/ | 752 /**/ |
751 1340, | 753 1340, |
752 /**/ | 754 /**/ |
753 1339, | 755 1339, |
754 /**/ | 756 /**/ |