Christian Brabandt wrote: > Hi Tim! > > On Di, 02 Jun 2015, Tim Chase wrote: > > > Just noticed this evening that the documentation for > > > > :help <space> > > > > doesn't distinguish between "l", <right>, and <space>. However, at > > the end of a line (if 'nocp' is set) <space> will proceed to the > > first character on the subsequent line while "l" and "right" don't. > > To repeat, > > > > $ vim -u NONE -c "set nocp" multiline_example.txt > > > > then "$" to get to the end of a line. Try "l" and <right>, noticing > > they don't do anything. Try <space> and it takes you to the next > > line. > > > > Should the documentation be updated to reflect that difference? > > That behaviour depends on the 'whichwrap' option. > > This patch adds a link to the 'whichwrap' option.
Thanks! -- Ed's Radiator Shop: The Best Place in Town to Take a Leak. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
