commit | d4db7719bdfbc54df396eac08d8cbb2389feacf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 19:16:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 19:16:46 2016 +0100 |
tree | a3f693f685ff8e8d5c7fc5dc0ddeaa865f8d29b2 | |
parent | b6be3ea45b3bb260d475ba63620252ce2963c560 [diff] [blame] |
patch 8.0.0081 Problem: Inconsistent function names. Solution: Rename do_cscope to ex_cscope. Clean up comments.
diff --git a/src/version.c b/src/version.c index d4b84c5..3071edc 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 81, +/**/ 80, /**/ 79,