Commit: runtime(netrw): fix filetype detection for remote editing files

6 views
Skip to first unread message

Christian Brabandt

unread,
Sep 17, 2023, 1:00:14 PM9/17/23
to vim...@googlegroups.com
runtime(netrw): fix filetype detection for remote editing files

Commit: https://github.com/vim/vim/commit/d8b86c937a419db69239a8bb879f0050be0f8e1d
Author: Christian Brabandt <c...@256bit.org>
Date: Sun Sep 17 18:52:56 2023 +0200

runtime(netrw): fix filetype detection for remote editing files

closes: https://github.com/vim/vim/issues/12990
closes: https://github.com/vim/vim/issues/12992

this partially reverses commit 71badf9 by commenting out the line that
intentionally sets the filetype to an empty string.

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/autoload/netrw.vim b/runtime/autoload/netrw.vim
index 14b1ab20d..9548b4937 100644
--- a/runtime/autoload/netrw.vim
+++ b/runtime/autoload/netrw.vim
@@ -2998,7 +2998,7 @@ fun! s:NetrwGetFile(readcmd, tfile, method)
" to process this detection correctly.
" call Decho("detect filetype of local version of remote file<".rfile.">",'~'.expand("<slnum>"))
" call Decho("..did_filetype()=".did_filetype())
- setl ft=
+" setl ft=
" call Decho("..initial filetype<".&ft."> for buf#".bufnr()."<".bufname().">")
let iskkeep= &isk
setl isk-=/
Reply all
Reply to author
Forward
0 new messages