]> granicus.if.org Git - vim/commit
patch 8.2.1519: Vim9: Ex command default range is not set v8.2.1519
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Aug 2020 19:06:02 +0000 (21:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Aug 2020 19:06:02 +0000 (21:06 +0200)
commitc2af0afff5c44969ad7611ec2d47d0f52087fa7f
treec09fc32ee9687c3d10adb67550a53da54a6968d4
parent2e80095501238e0c6b702ac7cdfa2e2b763dba28
patch 8.2.1519: Vim9: Ex command default range is not set

Problem:    Vim9: Ex command default range is not set.
Solution:   When range is not given use default. (closes #6779)
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c