comparison runtime/doc/eval.txt @ 7013:349e6c01f35d

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Aug 2015 20:34:49 +0200
parents 814f1f569e4a
children f717d96a39b3
comparison
equal deleted inserted replaced
7012:0175e7cfea2e 7013:349e6c01f35d
1820 List lines {lnum} to {end} of buffer {expr} 1820 List lines {lnum} to {end} of buffer {expr}
1821 getbufvar( {expr}, {varname} [, {def}]) 1821 getbufvar( {expr}, {varname} [, {def}])
1822 any variable {varname} in buffer {expr} 1822 any variable {varname} in buffer {expr}
1823 getchar( [expr]) Number get one character from the user 1823 getchar( [expr]) Number get one character from the user
1824 getcharmod( ) Number modifiers for the last typed character 1824 getcharmod( ) Number modifiers for the last typed character
1825 getcharsearch() Dict last character search
1825 getcmdline() String return the current command-line 1826 getcmdline() String return the current command-line
1826 getcmdpos() Number return cursor position in command-line 1827 getcmdpos() Number return cursor position in command-line
1827 getcmdtype() String return current command-line type 1828 getcmdtype() String return current command-line type
1828 getcmdwintype() String return current command-line window type 1829 getcmdwintype() String return current command-line window type
1829 getcurpos() List position of the cursor 1830 getcurpos() List position of the cursor