public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoo-syntax:master commit in: ftplugin/, doc/
@ 2013-01-24 20:00 Tim Harder
  0 siblings, 0 replies; only message in thread
From: Tim Harder @ 2013-01-24 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     08458f0f118f025cf88dd59d7f591c7c275e09a3
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 24 09:40:47 2013 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jan 24 09:40:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=08458f0f

Remove default textwidth setting

---
 doc/gentoo-syntax.txt        |   10 +++++-----
 ftplugin/ebuild.vim          |    1 -
 ftplugin/gentoo-metadata.vim |    1 -
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/doc/gentoo-syntax.txt b/doc/gentoo-syntax.txt
index ec213f5..75bb0c1 100644
--- a/doc/gentoo-syntax.txt
+++ b/doc/gentoo-syntax.txt
@@ -177,11 +177,11 @@ Authors:  Ciaran McCreesh <ciaranm at gentoo dot org>
 
     Settings Specifics				      *gentoo-syntax-settings*
 
-	For ebuilds and eclasses, tabs (|'shiftwidth'| and |'tabstop'|) are
-	set to four spaces, tab to space conversion (|'expandtab'|) is disabled
-	and the text width (|'textwidth'|) is set to 80 columns. To allow
-	proper syntax highlighting for commands like 'strip-flags', the hyphen
-	character is added as a valid keyword character (|'iskeyword'|).
+	For ebuilds and eclasses, tabs (|'shiftwidth'| and |'tabstop'|) are set
+	to four spaces and tab to space conversion (|'expandtab'|) is disabled.
+	To allow proper syntax highlighting for commands like 'strip-flags',
+	the hyphen character is added as a valid keyword character
+	(|'iskeyword'|).
 
 	For ebuilds, eclasses and ChangeLogs, UTF-8 is used for fileencoding
 	as per GLEP 31.

diff --git a/ftplugin/ebuild.vim b/ftplugin/ebuild.vim
index 020dc83..fbb8eb7 100644
--- a/ftplugin/ebuild.vim
+++ b/ftplugin/ebuild.vim
@@ -22,7 +22,6 @@ exec "setlocal iskeyword=" . &iskeyword . ",45"
 setlocal tabstop=4
 setlocal shiftwidth=4
 setlocal noexpandtab
-setlocal textwidth=80
 
 " GLEP 31 settings
 setlocal fileencoding=utf-8

diff --git a/ftplugin/gentoo-metadata.vim b/ftplugin/gentoo-metadata.vim
index a23e4c5..7debcce 100644
--- a/ftplugin/gentoo-metadata.vim
+++ b/ftplugin/gentoo-metadata.vim
@@ -17,7 +17,6 @@ runtime! ftplugin/xml.vim
 setlocal tabstop=4
 setlocal shiftwidth=4
 setlocal noexpandtab
-setlocal textwidth=80
 
 " GLEP 31 settings
 setlocal fileencoding=utf-8


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-24 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-24 20:00 [gentoo-commits] proj/gentoo-syntax:master commit in: ftplugin/, doc/ Tim Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox