diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-11-05 22:39:17 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-11-05 22:39:17 +0100 |
commit | 93c4abc7b6cb812b0d34ff941434657c0c783d45 (patch) | |
tree | c7abd107adf08b3ca6b05127cf0b3c4631385c0a | |
parent | 20d921bff24f45de6872a498f1fcfd3cec27f6ab (diff) | |
download | notyet-93c4abc7b6cb812b0d34ff941434657c0c783d45.tar.gz notyet-93c4abc7b6cb812b0d34ff941434657c0c783d45.tar.xz notyet-93c4abc7b6cb812b0d34ff941434657c0c783d45.zip |
vim: set noma, set everything local
-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', |