diff options
author | Simon Howard | 2011-03-28 23:39:48 +0000 |
---|---|---|
committer | Simon Howard | 2011-03-28 23:39:48 +0000 |
commit | 5a2bbe2e13a02167643c93fd1840f068ce5f72f2 (patch) | |
tree | 4d21091db93991cf5e96701269c14a0c75d1cdfc | |
parent | 15a1c4924707f78ca4f9e109292e1ca35e83f1f7 (diff) | |
download | chocolate-doom-5a2bbe2e13a02167643c93fd1840f068ce5f72f2.tar.gz chocolate-doom-5a2bbe2e13a02167643c93fd1840f068ce5f72f2.tar.bz2 chocolate-doom-5a2bbe2e13a02167643c93fd1840f068ce5f72f2.zip |
Add vim modeline for text wrapping to documentation text files.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2315
-rw-r--r-- | BUGS | 2 | ||||
-rw-r--r-- | HACKING | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.OPL | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | man/INSTALL.template | 2 |
7 files changed, 14 insertions, 0 deletions
@@ -11,3 +11,5 @@ An example of this can be seen in Ledmeister's "Blackbug" demo which shows a bug that relies on the memory layout of the Doom executable. +# vim: tw=70 + @@ -172,3 +172,5 @@ this template: // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. +# vim: tw=70 + @@ -659,3 +659,5 @@ 0.0.1 (2005-09-07): First beta release +# vim: tw=70 + @@ -85,3 +85,5 @@ Here are some examples: * Please send any feedback, questions or suggestions to fraggle@gmail.com. Thanks! +# vim: tw=70 + @@ -105,3 +105,5 @@ on startup: There is no native OPL backend for FreeBSD yet. Sorry! +# vim: tw=70 + @@ -54,3 +54,5 @@ Other tasks: * Get a better software OPL emulator * DMXOPTIONS opl3/phase option support. +# vim: tw=70 + diff --git a/man/INSTALL.template b/man/INSTALL.template index 2d9c80e3..19d3c88d 100644 --- a/man/INSTALL.template +++ b/man/INSTALL.template @@ -249,3 +249,5 @@ When compiling from source, be sure to compile and install timidity before installing SDL_mixer. #endif +# vim: tw=70 + |