]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1364: there is no easy way to get the window position v8.0.1364
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Dec 2017 14:43:37 +0000 (15:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Dec 2017 14:43:37 +0000 (15:43 +0100)
commit22044dc31788d9f1c2da7725269884d9923b4795
tree494741760117a459b7dd197e2bcb1e3ed9d87cc5
parentaf903e5d490ec9c6c49079f67de7e92e3c35a725
patch 8.0.1364: there is no easy way to get the window position

Problem:    There is no easy way to get the window position.
Solution:   Add win_screenpos().
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_window_cmd.vim
src/version.c