remove unneeded variable
This commit is contained in:
parent
a9b7a0c8e3
commit
eed3099cc0
1
vimrc
1
vimrc
|
@ -465,7 +465,6 @@ command! -nargs=1 -complete=command Redir silent call Redir(<q-args>)
|
||||||
" :Redir !ls -al ........ show the full output of command ':!ls -al' in a scratch window
|
" :Redir !ls -al ........ show the full output of command ':!ls -al' in a scratch window
|
||||||
"}}}
|
"}}}
|
||||||
function! OpenNetrw() abort "{{{
|
function! OpenNetrw() abort "{{{
|
||||||
let g:netrw_opened_in_tab = 1
|
|
||||||
Texplore
|
Texplore
|
||||||
endfunction
|
endfunction
|
||||||
"}}}
|
"}}}
|
||||||
|
|
Loading…
Reference in New Issue