diff options
author | Max Christian Pohle | 2020-02-28 14:21:36 +0100 |
---|---|---|
committer | Max Christian Pohle | 2020-02-28 14:21:36 +0100 |
commit | 1806b1b40739894ee18bef2c071487274cbab3b7 (patch) | |
tree | 3c43f810098943d79c35303f068ac00a97faf1e8 /vimrc-common | |
parent | 7ebf9126bcbe10769b2275056fede56736890b59 (diff) | |
download | vim-1806b1b40739894ee18bef2c071487274cbab3b7.tar.bz2 vim-1806b1b40739894ee18bef2c071487274cbab3b7.zip |
Small fixes and adoptions for python[23]
Diffstat (limited to 'vimrc-common')
-rw-r--r-- | vimrc-common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vimrc-common b/vimrc-common index 44dea70..6415842 100644 --- a/vimrc-common +++ b/vimrc-common | |||
@@ -80,7 +80,7 @@ if has("multi_byte") | |||
80 | set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) | 80 | set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) |
81 | " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) | 81 | " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) |
82 | " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) | 82 | " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) |
83 | set showbreak+=› | " symbol used in the beginning of a wrapped line | 83 | "set showbreak+=› | " symbol used in the beginning of a wrapped line |
84 | 84 | ||
85 | " automatically enter list mode when going in insert mode (makes above syntax command temporarily ineffective) | 85 | " automatically enter list mode when going in insert mode (makes above syntax command temporarily ineffective) |
86 | set nolist | 86 | set nolist |
@@ -223,8 +223,8 @@ if has("autocmd") | |||
223 | let g:html_indent_script1 = "inc" | 223 | let g:html_indent_script1 = "inc" |
224 | let g:html_indent_style1 = "inc" | 224 | let g:html_indent_style1 = "inc" |
225 | 225 | ||
226 | let g:loaded_ruby_provider = 1 " disable ruby support | 226 | " let g:loaded_ruby_provider = 1 " disable ruby support |
227 | let g:loaded_python_provider = 1 " disable python 3 | 227 | " let g:loaded_python_provider = 1 " disable python 3 |
228 | 228 | ||
229 | let g:LatexBox_latexmk_preview_continuously = 1 | 229 | let g:LatexBox_latexmk_preview_continuously = 1 |
230 | let g:LatexBox_viewer = "evince" | 230 | let g:LatexBox_viewer = "evince" |