comparison runtime/doc/repeat.txt @ 2033:de5a43c5eedc

Update documentation files.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 06 Jan 2010 20:52:26 +0100
parents 5232b9862f23
children 7c8c7c95a865
comparison
equal deleted inserted replaced
2032:592032e9e167 2033:de5a43c5eedc
1 *repeat.txt* For Vim version 7.2. Last change: 2007 Aug 12 1 *repeat.txt* For Vim version 7.2. Last change: 2009 Nov 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
329 329
330 All leading whitespace characters in the line before a backslash are ignored. 330 All leading whitespace characters in the line before a backslash are ignored.
331 Note however that trailing whitespace in the line before it cannot be 331 Note however that trailing whitespace in the line before it cannot be
332 inserted freely; it depends on the position where a command is split up 332 inserted freely; it depends on the position where a command is split up
333 whether additional whitespace is allowed or not. 333 whether additional whitespace is allowed or not.
334
335 When a space is required it's best to put it right after the backslash. A
336 space at the end of a line is hard to see and may be accidentally deleted. >
337 :syn match Comment
338 \ "very long regexp"
339 \ keepend
334 340
335 There is a problem with the ":append" and ":insert" commands: > 341 There is a problem with the ":append" and ":insert" commands: >
336 :1append 342 :1append
337 \asdf 343 \asdf
338 . 344 .