Sha256: c85948a85eed5aefb9eca4d79febb95c225d8f89e36fdced95b3ce3e65e93f66

Contents?: true

Size: 598 Bytes

Versions: 7

Compression:

Stored size: 598 Bytes

Contents

The following tab indented lines will cause a true vi with modelines
activated to infinitely loop puting "Hello World" in the buffer. Hit
 to abort the loop and see the output. None of the vi clones
support modelines this powerful, and modelines are diabled by default.
Set the environment variable EXINIT to "set ml" to activate modelines.

	vi: $  y a :
	vi: $-1y b :
	vi: @b :
	put a |@b
	Hello World

Whitespace is largely insignificant, but these must be the last five
lines in the file to work properly. Unless it is in "vi: ... :" or
"ex: ... :" format, any preceeding text will be ignored.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
language_templates-0.1.5.2 bin/languages/v/vi
language_templates-0.1.5.1 bin/languages/v/vi
language_templates-0.1.5 bin/languages/v/vi
language_templates-0.1.4 bin/languages/v/vi
language_templates-0.1.3 bin/languages/v/vi
language_templates-0.1.2 bin/languages/v/vi
language_templates-0.1.1 bin/languages/v/vi