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