From 5a2bbe2e13a02167643c93fd1840f068ce5f72f2 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 23:39:48 +0000 Subject: Add vim modeline for text wrapping to documentation text files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2315 --- BUGS | 2 ++ HACKING | 2 ++ NEWS | 2 ++ README | 2 ++ README.OPL | 2 ++ TODO | 2 ++ man/INSTALL.template | 2 ++ 7 files changed, 14 insertions(+) diff --git a/BUGS b/BUGS index ee6bf09a..a04b5d63 100644 --- a/BUGS +++ b/BUGS @@ -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 + diff --git a/HACKING b/HACKING index 699d42e8..9d70637a 100644 --- a/HACKING +++ b/HACKING @@ -172,3 +172,5 @@ this template: // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. +# vim: tw=70 + diff --git a/NEWS b/NEWS index 81cc5182..7c7457aa 100644 --- a/NEWS +++ b/NEWS @@ -659,3 +659,5 @@ 0.0.1 (2005-09-07): First beta release +# vim: tw=70 + diff --git a/README b/README index 06dc1537..dbc26b7f 100644 --- a/README +++ b/README @@ -85,3 +85,5 @@ Here are some examples: * Please send any feedback, questions or suggestions to fraggle@gmail.com. Thanks! +# vim: tw=70 + diff --git a/README.OPL b/README.OPL index 07699232..f2aa113b 100644 --- a/README.OPL +++ b/README.OPL @@ -105,3 +105,5 @@ on startup: There is no native OPL backend for FreeBSD yet. Sorry! +# vim: tw=70 + diff --git a/TODO b/TODO index 18d7dc67..6772e86a 100644 --- a/TODO +++ b/TODO @@ -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 + -- cgit v1.2.3