comparison runtime/doc/version7.txt @ 436:a1c5a6cb2675 v7.0112

updated for version 7.0112
author vimboss
date Thu, 21 Jul 2005 21:11:17 +0000
parents 1ec6b77beee0
children c773cb978acf
comparison
equal deleted inserted replaced
435:73f016dbb279 436:a1c5a6cb2675
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 20 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
365 |finddir()| find a directory in 'path' 365 |finddir()| find a directory in 'path'
366 |findfile()| find a file in 'path' (Johannes Zellner) 366 |findfile()| find a file in 'path' (Johannes Zellner)
367 |foldtextresult()| the text displayed for a closed fold at line "lnum" 367 |foldtextresult()| the text displayed for a closed fold at line "lnum"
368 |function()| make a Funcref out of a function name 368 |function()| make a Funcref out of a function name
369 |get()| get an item from a List or Dictionary 369 |get()| get an item from a List or Dictionary
370 |getbufline()| get a line or list of lines from a specified buffer 370 |getbufline()| get a list of lines from a specified buffer
371 (Yegappan Lakshmanan) 371 (Yegappan Lakshmanan)
372 |getfontname()| get actual font name being used 372 |getfontname()| get actual font name being used
373 |getfperm()| get file permission string (Nikolai Weibull) 373 |getfperm()| get file permission string (Nikolai Weibull)
374 |getftype()| get type of file (Nikolai Weibull) 374 |getftype()| get type of file (Nikolai Weibull)
375 |getline()| with second argument: get List with buffer lines 375 |getline()| with second argument: get List with buffer lines
693 693
694 Added the "customlist" completion argument to a user-defined command. The 694 Added the "customlist" completion argument to a user-defined command. The
695 user-defined completion function should return the completion candidates as a 695 user-defined completion function should return the completion candidates as a
696 Vim List and the returned results are not filtered by Vim. 696 Vim List and the returned results are not filtered by Vim.
697 697
698 Win32: Balloons can have multiple lines if common controls supports it.
699 (Sergey Khorev)
700
698 ============================================================================== 701 ==============================================================================
699 COMPILE TIME CHANGES *compile-changes-7* 702 COMPILE TIME CHANGES *compile-changes-7*
700 703
701 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 704 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
702 probably didn't work. If you want to work on this: get the Vim 6.x version 705 probably didn't work. If you want to work on this: get the Vim 6.x version
1188 the global value. 1191 the global value.
1189 1192
1190 Win32: When using the "Edit with Vim" entry the file name was limited to about 1193 Win32: When using the "Edit with Vim" entry the file name was limited to about
1191 200 characters. 1194 200 characters.
1192 1195
1196 When using command line completion for ":e *foo" and the file "+foo" exists
1197 the resulting command ":e +foo" doesn't work. Now insert a backslash: ":e
1198 \+foo".
1199
1193 vim:tw=78:ts=8:ft=help:norl: 1200 vim:tw=78:ts=8:ft=help:norl: