1
0
forked from aniani/vim

patch 9.0.0274: netrw plugin does not show remote files

Problem:    Netrw plugin does not show remote files.
Solution:   Do read a file when 'buftype' is "acwrite". (closes #10983)
This commit is contained in:
Bram Moolenaar
2022-08-26 12:58:17 +01:00
parent d55f9ef8b2
commit c312619f7c
3 changed files with 42 additions and 19 deletions

View File

@@ -723,6 +723,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
274,
/**/
273,
/**/