comparison runtime/doc/usr_41.txt @ 20615:8eed1e9389bb v8.2.0861

patch 8.2.0861: cannot easily get all the current marks Commit: https://github.com/vim/vim/commit/cfb4b47de08e4437c692d382067dc1692cd83c23 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 31 15:41:57 2020 +0200 patch 8.2.0861: cannot easily get all the current marks Problem: Cannot easily get all the current marks. Solution: Add getmarklist(). (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6032)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 15:45:04 +0200
parents bceeded72898
children c2beb6baa42c
comparison
equal deleted inserted replaced
20614:78caf677340d 20615:8eed1e9389bb
722 screenrow() get screen row of the cursor 722 screenrow() get screen row of the cursor
723 screenpos() screen row and col of a text character 723 screenpos() screen row and col of a text character
724 getcurpos() get position of the cursor 724 getcurpos() get position of the cursor
725 getpos() get position of cursor, mark, etc. 725 getpos() get position of cursor, mark, etc.
726 setpos() set position of cursor, mark, etc. 726 setpos() set position of cursor, mark, etc.
727 getmarklist() list of global/local marks
727 byte2line() get line number at a specific byte count 728 byte2line() get line number at a specific byte count
728 line2byte() byte count at a specific line 729 line2byte() byte count at a specific line
729 diff_filler() get the number of filler lines above a line 730 diff_filler() get the number of filler lines above a line
730 screenattr() get attribute at a screen line/row 731 screenattr() get attribute at a screen line/row
731 screenchar() get character code at a screen line/row 732 screenchar() get character code at a screen line/row