diff runtime/doc/version7.txt @ 2290:22529abcd646 vim73

Fixed ":s" message. Docs updates.
author Bram Moolenaar <bram@vim.org>
date Sat, 10 Jul 2010 13:52:13 +0200
parents 573da4dac306
children 966a5609669e
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7232,5 +7232,8 @@ MS-Windows: The self-installing executab
 The gvim executable is 32 bits, the installed gvimext.dll is either a 32 or 64
 bit version. (George Reilly)
 
+synstack() did not return anything when just past the end of the line.  Useful
+when using the cursor position in Insert mode.
+
 
  vim:tw=78:ts=8:ft=help:norl: