Mercurial > vim
comparison src/version.c @ 26506:4a1d2abc2016 v8.2.3783
patch 8.2.3783: confusing error for using a variable as a function
Commit: https://github.com/vim/vim/commit/2ef9156b4284e4a52613c36e3d4667245273a28d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 11 16:14:07 2021 +0000
patch 8.2.3783: confusing error for using a variable as a function
Problem: Confusing error for using a variable as a function.
Solution: If a function is not found but there is a variable, give a more
useful error. (issue #9310)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 11 Dec 2021 17:15:03 +0100 |
parents | 7821550ba3a8 |
children | a0bc10e83cf8 |
comparison
equal
deleted
inserted
replaced
26505:6db198ec38ac | 26506:4a1d2abc2016 |
---|---|
751 NULL | 751 NULL |
752 }; | 752 }; |
753 | 753 |
754 static int included_patches[] = | 754 static int included_patches[] = |
755 { /* Add new patch number below this line */ | 755 { /* Add new patch number below this line */ |
756 /**/ | |
757 3783, | |
756 /**/ | 758 /**/ |
757 3782, | 759 3782, |
758 /**/ | 760 /**/ |
759 3781, | 761 3781, |
760 /**/ | 762 /**/ |