Mercurial > vim
comparison src/version.c @ 19127:0ee48dc3f8bc v8.2.0123
patch 8.2.0123: complete_info() does not work when CompleteDone is triggered
Commit: https://github.com/vim/vim/commit/17e04781f26c24769e202351c194ee252927eee1
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 17 18:58:59 2020 +0100
patch 8.2.0123: complete_info() does not work when CompleteDone is triggered
Problem: complete_info() does not work when CompleteDone is triggered.
Solution: Trigger CompleteDone before clearing the info.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 17 Jan 2020 19:00:04 +0100 |
parents | 286aa7c0c9ab |
children | d7664581988e |
comparison
equal
deleted
inserted
replaced
19126:42a1601c16d4 | 19127:0ee48dc3f8bc |
---|---|
740 NULL | 740 NULL |
741 }; | 741 }; |
742 | 742 |
743 static int included_patches[] = | 743 static int included_patches[] = |
744 { /* Add new patch number below this line */ | 744 { /* Add new patch number below this line */ |
745 /**/ | |
746 123, | |
745 /**/ | 747 /**/ |
746 122, | 748 122, |
747 /**/ | 749 /**/ |
748 121, | 750 121, |
749 /**/ | 751 /**/ |