about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-15 16:18:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-15 16:18:30 -0700
commit7c9570f0cdcdbe49744364f309bd9e50ae98fb9f (patch)
tree562eb180c4e0dcd7ce711f8b240acfef393c2779
parent7234483b1cfb0afee10b61491a4024dcee7d5e43 (diff)
downloadmu-7c9570f0cdcdbe49744364f309bd9e50ae98fb9f.tar.gz
1378
-rw-r--r--mu.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu.vim b/mu.vim
index 6411789e..7eb769c0 100644
--- a/mu.vim
+++ b/mu.vim
@@ -19,6 +19,7 @@ set cpo&vim
 "? let b:syntax = "mu"
 
 setlocal iskeyword=@,48-57,?,!,_,$,-
+setlocal textwidth&  " mu programs have long lines
 
 syntax match muComment /#.*$/ | highlight link muComment Comment
 syntax match muSalientComment /##.*$/ | highlight link muSalientComment SalientComment