diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-07-17 05:55:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-07-17 05:55:12 +0200 |
commit | ca4cc018addbeb3ac5d0e05f18847015f91ff814 (patch) | |
tree | 3d283a127c0a947f4a8eb6c784b4e8f3a8d15bb3 /src | |
parent | 0270f38e1ae484c31a80c813a08691c47a207f1a (diff) | |
download | vim-git-ca4cc018addbeb3ac5d0e05f18847015f91ff814.tar.gz |
patch 8.1.0193: terminal debugger buttons don't always workv8.1.0193
Problem: Terminal debugger buttons don't always work. (Dominique Pelle)
Solution: Set 'cpo' to its default value.
Diffstat (limited to 'src')
-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 cb2744d6d..3c9676e51 100644 --- a/src/version.c +++ b/src/version.c @@ -790,6 +790,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 193, +/**/ 192, /**/ 191, |