commit | dfe04dbff5863f6c089da8831d7ac2a3421a44b7 | [log] [tgz] |
---|---|---|
author | naohiro ono <obcat@icloud.com> | Sun Sep 12 15:45:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 12 15:45:10 2021 +0200 |
tree | 4adc6720e23e1d34892e9c49acab5134b24af80e | |
parent | f1e8876fa2359b572d262772747405d3616db670 [diff] [blame] |
patch 8.2.3431: completion for :disas sorts local functions first Problem: Completion for :disas sorts local functions first. Solution: Sort local functions last, like with :delfunc. (Naohiro Ono, closes #8860)
diff --git a/src/version.c b/src/version.c index fe111e5..053648a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3431, +/**/ 3430, /**/ 3429,