diff options
-rwxr-xr-x | notyet | 2 |
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', |