comparison runtime/doc/version7.txt @ 448:dd9db57ee7ce v7.0118

updated for version 7.0118
author vimboss
date Thu, 28 Jul 2005 22:36:45 +0000
parents 7472c565592a
children 3709cf52b9b5
comparison
equal deleted inserted replaced
447:8347d456f7e5 448:dd9db57ee7ce
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 27 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
235 'k', 'u' and 'b' keys can be used to scroll back to previous messages. This 235 'k', 'u' and 'b' keys can be used to scroll back to previous messages. This
236 is especially useful for commands such as ":syntax", ":autocommand" and 236 is especially useful for commands such as ":syntax", ":autocommand" and
237 ":highlight". This is implemented in a generic way thus it works for all 237 ":highlight". This is implemented in a generic way thus it works for all
238 commands and highlighting is kept. Only works when the 'more' option is set. 238 commands and highlighting is kept. Only works when the 'more' option is set.
239 Previously it only partly worked for ":clist". 239 Previously it only partly worked for ":clist".
240
241 The |g<| command can be used to see the last page of messages after you have
242 hit <Enter> at the |hit-enter-prompt|. Then you can scroll further back.
240 243
241 244
242 POSIX compatibility *new-posix* 245 POSIX compatibility *new-posix*
243 ------------------- 246 -------------------
244 247
722 (Sergey Khorev) 725 (Sergey Khorev)
723 726
724 The 's' flag is added to the search() and searchpair() function to set the 727 The 's' flag is added to the search() and searchpair() function to set the
725 ' mark if the cursor is moved. (Yegappan Lakshmanan) 728 ' mark if the cursor is moved. (Yegappan Lakshmanan)
726 729
730 When 'verbose' is set the output of ":highlight" will show where a highlight
731 item was last set.
732
727 ============================================================================== 733 ==============================================================================
728 COMPILE TIME CHANGES *compile-changes-7* 734 COMPILE TIME CHANGES *compile-changes-7*
729 735
730 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 736 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
731 probably didn't work. If you want to work on this: get the Vim 6.x version 737 probably didn't work. If you want to work on this: get the Vim 6.x version