[vim] I tried

This commit is contained in:
odrling 2022-02-19 02:00:37 +01:00
parent 52c6bfcdb2
commit a1b3232e01
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -159,11 +159,11 @@ endif
highlight clear SignColumn " SignColumn should match background
" highlight clear LineNr " Current line number row will have same background color in relative mode
if has('unnamedplus')
set clipboard=unnamedplus,unnamed
else
set clipboard+=unnamed
endif
" if has('unnamedplus')
" set clipboard=unnamedplus,unnamed
" else
" set clipboard+=unnamed
" endif
if get(g:, 'vim_better_default_persistent_undo', 0)
if has('persistent_undo')