Saturday, March 30, 2013

Re: Get netrw to ignore executability of file

AndyHancock wrote:
> For netrw 140, one of the differences between the Windows gvim and
> Cygwin/X11 gvim is that the Cygwin/X11 version will show the
> executable files with "highlight netrwExe" which is linked to
> "highlight Preproc". This does not happen with the Windows version,
> even netrwExe is also linked to PreProc. I assume that it is because
> the executability of each file is not conveyed to gvim and/or netrw,
> or because it is not *properly* conveyed.
>
May I suggest that you look into

man getfacl
man setfacl

The executability of the files is controlled by the executable bits AND
by ACLs.

Try ls -lsa (using cygwin)

and I suspect that you'll find a lot of permission strings with a
trailing "+". That means that an acl is in control and apparently
flagging the file as an executable.

Regards,
C Campbell

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: