diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 12:30:28 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 12:30:28 +0200 |
commit | be401a57288a04c597234a70b52a4e7148da6d4b (patch) | |
tree | 8f54f3fa1fab3d6acb1c3cc1f36600ea0f88f0d6 | |
parent | e82f82bdbeb3684684224c210fe7c50d4b2dd64d (diff) |
Add configuration for test files
-rw-r--r-- | .exrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ set makeprg=./make autocmd BufEnter *.3mlib setf nroff -autocmd BufEnter README set tw=73 et +autocmd BufEnter README set tw=73 et +autocmd BufEnter *Test set tw=73 commentstring=#\ %s |