summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-09 23:05:17 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-09 23:05:17 +0200
commit32fcd6f170e8d8c77936d477f4e489f03d079375 (patch)
tree6e73418f5d39da42a43bdf256d2d58ec7fb29a3b
parent01f3643a95fa759ad38e8fb190190096cb9b480e (diff)
Set nowrap for mintage files
-rw-r--r--.exrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.exrc b/.exrc
index f42c84a..d605d0e 100644
--- a/.exrc
+++ b/.exrc
@@ -11,7 +11,8 @@ function s:SaveExcursion(cmd)
endfunction
autocmd BufNewFile,BufRead */data/mintages/*
- \ setfiletype mintage
+ \ setfiletype mintage
+ \ | setlocal nowrap
autocmd BufNewFile,BufRead */cmd/mfmt/*
\ setlocal makeprg=go\ build\ ./cmd/mfmt