We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875fd52 commit b40cc9fCopy full SHA for b40cc9f
plugin/ranger.vim
@@ -119,7 +119,6 @@ endfunction
119
if exists('g:ranger_replace_netrw') && g:ranger_replace_netrw
120
augroup ReplaceNetrwByRangerVim
121
autocmd VimEnter * silent! autocmd! FileExplorer
122
- autocmd StdinReadPre * let s:std_in=1
123
autocmd BufEnter * if isdirectory(expand("%")) | call OpenRangerOnVimLoadDir("%") | endif
124
augroup END
125
endif
0 commit comments