]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0255: setpos() does not use the buffer argument for all marks v8.0.0255
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2017 17:23:54 +0000 (18:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2017 17:23:54 +0000 (18:23 +0100)
commitf13e00b2cf381e13fd327b5387a5bd6f004ac2a3
tree31105fdbc8e8c7894b986619c65e14d369fa0090
parentc7b831ca154537505f5a22d01335a86b2e9cb023
patch 8.0.0255: setpos() does not use the buffer argument for all marks

Problem:    When calling setpos() with a buffer argument it often is ignored.
            (Matthew Malcomson)
Solution:   Make the buffer argument work for all marks local to a buffer.
            (neovim #5713)  Add more tests.
runtime/doc/eval.txt
src/mark.c
src/testdir/test_marks.vim
src/version.c