neovim/test
Justin M. Keyes 8f09fa1a49 os/fs.c: remove os_file_is_readonly()
os_file_is_readonly() in its current form is equivalent to
!os_file_is_writable(). This does not appear to be a bug, because Vim's
use of check_file_readonly() (which we changed to os_file_is_readonly())
is equivalent to !os_file_is_writable() in every case.

os_file_is_readonly() also fails this test:

    returns false if the file is non-read, non-write

A more useful form would define behavior under these cases:

  - path is executable (but not writable)
  - path is non-existent
  - path is directory

But there is no reason for os_file_is_readonly() to exist, so remove it.
2015-08-17 01:15:04 -04:00
..
benchmark vim-patch:7.4.497 #2295 2015-04-05 19:24:58 -04:00
config Add automatic generation of headers 2014-06-02 11:04:17 -03:00
functional test: Make sure ENTER prompt is exited in clipboard_provider_spec 2015-08-13 07:41:04 -03:00
includes os_open: add unit tests 2014-07-14 09:05:52 -04:00
unit os/fs.c: remove os_file_is_readonly() 2015-08-17 01:15:04 -04:00