about summary refs log tree commit diff
path: root/notyet
diff options
context:
space:
mode:
Diffstat (limited to 'notyet')
-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',