Fix long-time hiding bug with quoting and spacing in options

This commit is contained in:
Alex 2020-05-19 17:07:00 +02:00
parent 27cfc128b0
commit 7de2d57f3e
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 2 deletions

4
vimrc
View File

@ -1,5 +1,4 @@
set mouse=a cb=unnamed,unnamedplus wim=longest,list,full backspace=indent,eol,start cmdheight=1 bg=dark nu rnu incsearch listchars=trail,tab:\\ ,eol: list cot=menu si sta cpt=".,w,b,i" tf path+=** aw nocompatible nosmd showcmd
filetype plugin indent on
set mouse=a cb=unnamed,unnamedplus wim=longest,list,full backspace=indent,eol,start cmdheight=1 bg=dark nu rnu incsearch cot=menu si sta cpt=.,w,b,i tf path+=** nocompatible sc nosmd listchars=trail,eol:,tab:\ list
syntax on
colorscheme peachpuff
@ -20,6 +19,7 @@ function! CleverTab()
endfunction
inoremap <Tab> <C-R>=CleverTab()<CR>
autocmd FileType yaml set sw=8 sts=8 expandtab
autocmd FileType tex let b:compkey = "\<C-X>\<C-S>"
autocmd FileType tex set spell