Skip to content

Commit b40cc9f

Browse files
committed
Remove unused line
1 parent 875fd52 commit b40cc9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/ranger.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ endfunction
119119
if exists('g:ranger_replace_netrw') && g:ranger_replace_netrw
120120
augroup ReplaceNetrwByRangerVim
121121
autocmd VimEnter * silent! autocmd! FileExplorer
122-
autocmd StdinReadPre * let s:std_in=1
123122
autocmd BufEnter * if isdirectory(expand("%")) | call OpenRangerOnVimLoadDir("%") | endif
124123
augroup END
125124
endif

0 commit comments

Comments
 (0)