diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-11-12 19:16:46 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-11-12 19:16:46 +0100 |
| commit | d4db7719bdfbc54df396eac08d8cbb2389feacf4 (patch) | |
| tree | a3f693f685ff8e8d5c7fc5dc0ddeaa865f8d29b2 /src/version.c | |
| parent | b6be3ea45b3bb260d475ba63620252ce2963c560 (diff) | |
| download | vim-git-8.0.0081.tar.gz | |
patch 8.0.0081v8.0.0081
Problem: Inconsistent function names.
Solution: Rename do_cscope to ex_cscope. Clean up comments.
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index d4b84c5ce..3071edc9d 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 81, +/**/ 80, /**/ 79, |
