# HG changeset patch # User Christian Brabandt # Date 1694970007 -7200 # Node ID 3306c1619a9bf4e70d73ca5ccb11dce5fa4ad2c5 # Parent c9c720360002869c942446bfbcac7129b237c50a runtime(netrw): fix filetype detection for remote editing files Commit: https://github.com/vim/vim/commit/d8b86c937a419db69239a8bb879f0050be0f8e1d Author: Christian Brabandt 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 diff --git a/runtime/autoload/netrw.vim b/runtime/autoload/netrw.vim --- a/runtime/autoload/netrw.vim +++ b/runtime/autoload/netrw.vim @@ -2998,7 +2998,7 @@ fun! s:NetrwGetFile(readcmd, tfile, meth " to process this detection correctly. " call Decho("detect filetype of local version of remote file<".rfile.">",'~'.expand("")) " call Decho("..did_filetype()=".did_filetype()) - setl ft= +" setl ft= " call Decho("..initial filetype<".&ft."> for buf#".bufnr()."<".bufname().">") let iskkeep= &isk setl isk-=/