comparison runtime/doc/usr_41.txt @ 5968:92751673cc37

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 12 Jun 2014 21:46:14 +0200
parents 66eead134d68
children f9fa2e506b9f
comparison
equal deleted inserted replaced
5967:8260cb71c7dc 5968:92751673cc37
1 *usr_41.txt* For Vim version 7.4. Last change: 2014 Apr 05 1 *usr_41.txt* For Vim version 7.4. Last change: 2014 May 28
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
706 wincol() window column number of the cursor 706 wincol() window column number of the cursor
707 winline() window line number of the cursor 707 winline() window line number of the cursor
708 cursor() position the cursor at a line/column 708 cursor() position the cursor at a line/column
709 screencol() get screen column of the cursor 709 screencol() get screen column of the cursor
710 screenrow() get screen row of the cursor 710 screenrow() get screen row of the cursor
711 getcurpos() get position of the cursor
711 getpos() get position of cursor, mark, etc. 712 getpos() get position of cursor, mark, etc.
712 setpos() set position of cursor, mark, etc. 713 setpos() set position of cursor, mark, etc.
713 byte2line() get line number at a specific byte count 714 byte2line() get line number at a specific byte count
714 line2byte() byte count at a specific line 715 line2byte() byte count at a specific line
715 diff_filler() get the number of filler lines above a line 716 diff_filler() get the number of filler lines above a line