mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	vim-patch:d8b86c937a41
runtime(netrw): fix filetype detection for remote editing files
closes: vim/vim#12990
closes: vim/vim#12992
this partially reverses commit 71badf9 by commenting out the line that
intentionally sets the filetype to an empty string.
d8b86c937a
Co-authored-by: Christian Brabandt <cb@256bit.org>
			
			
This commit is contained in:
		@@ -2951,7 +2951,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-=/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user