diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 08:57:52 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:29 -0400 |
commit | 6cdb755507e17ae2e5b8096eea9ceae0cbe5d978 (patch) | |
tree | 9285fc9af135dd06f06f8d86a8cac2d64850e0fb /runtime/plugin/netrwPlugin.vim | |
parent | d4b65fa6fb330a5a174bdc3a8a838cffa28b0859 (diff) | |
download | rneovim-6cdb755507e17ae2e5b8096eea9ceae0cbe5d978.tar.gz rneovim-6cdb755507e17ae2e5b8096eea9ceae0cbe5d978.tar.bz2 rneovim-6cdb755507e17ae2e5b8096eea9ceae0cbe5d978.zip |
vim-patch:5ef1c6a4838a
Update runtime files
https://github.com/vim/vim/commit/5ef1c6a4838a9629b793f3ae676f72a764171b00
"scrollfocus" is for Windows GUI only so it is N/A.
Diffstat (limited to 'runtime/plugin/netrwPlugin.vim')
-rw-r--r-- | runtime/plugin/netrwPlugin.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/plugin/netrwPlugin.vim b/runtime/plugin/netrwPlugin.vim index b0d5044836..87302cf23b 100644 --- a/runtime/plugin/netrwPlugin.vim +++ b/runtime/plugin/netrwPlugin.vim @@ -81,7 +81,7 @@ if !exists("g:netrw_nogx") if !hasmapto('<Plug>NetrwBrowseX') nmap <unique> gx <Plug>NetrwBrowseX endif - nno <silent> <Plug>NetrwBrowseX :call netrw#BrowseX(expand((exists("g:netrw_gx")? g:netrw_gx : '<cfile>')),netrw#CheckIfRemote())<cr> + nno <silent> <Plug>NetrwBrowseX :call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX()))<cr> endif if maparg('gx','v') == "" if !hasmapto('<Plug>NetrwBrowseXVis') |