about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-05 22:39:17 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-05 22:39:17 +0100
commit93c4abc7b6cb812b0d34ff941434657c0c783d45 (patch)
treec7abd107adf08b3ca6b05127cf0b3c4631385c0a
parent20d921bff24f45de6872a498f1fcfd3cec27f6ab (diff)
downloadnotyet-93c4abc7b6cb812b0d34ff941434657c0c783d45.tar.gz
notyet-93c4abc7b6cb812b0d34ff941434657c0c783d45.tar.xz
notyet-93c4abc7b6cb812b0d34ff941434657c0c783d45.zip
vim: set noma, set everything local
-rwxr-xr-xnotyet2
1 files changed, 1 insertions, 1 deletions
diff --git a/notyet b/notyet
index d4e643a..8078524 100755
--- a/notyet
+++ b/notyet
@@ -242,7 +242,7 @@ if $edit && STDOUT.tty?
   Process.spawn('vim',
                 '+nmap <CR> ^gF',
                 '+nmap <TAB> <CR>',
-                '+set nomod nowrap conceallevel=3 concealcursor=nc',
+                '+setl nomod noma nowrap conceallevel=3 concealcursor=nc',
                 '+syn match Conceal /^.\{-}\t/ conceal',
                 '+syn match Comment /\t\s*[xX].*/lc=1',
                 '+hi Comment cterm=NONE ctermfg=darkgrey ctermbg=NONE guifg=#777777 guibg=NONE',