about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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