]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2519: Vim9: no reason to keep strange Vi behavior v8.2.2519
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Feb 2021 20:30:30 +0000 (21:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Feb 2021 20:30:30 +0000 (21:30 +0100)
commitb8554304c3673b081e9b5996f009fd0e4307e482
tree9ac90afb26ddcf64266c051ea7d67881bc4662c2
parenteed9d46293f0842aad0d50ff3a526f9a48b12421
patch 8.2.2519: Vim9: no reason to keep strange Vi behavior

Problem:    Vim9: no reason to keep strange Vi behavior.
Solution:   ":3" and ":3|" both go to line 3. ":|" does not print the line.
            (closes #7840)
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c