diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-01 16:29:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 16:29:55 +0800 |
commit | 2da66f1f710523548ca0746d5f7ef945de6d8f6a (patch) | |
tree | b1c7a7ce0e044a058f2b236e77e7efa563655143 /test | |
parent | 248305cf377de6710daa89a92eb8605fa5dcbb1f (diff) | |
download | rneovim-2da66f1f710523548ca0746d5f7ef945de6d8f6a.tar.gz rneovim-2da66f1f710523548ca0746d5f7ef945de6d8f6a.tar.bz2 rneovim-2da66f1f710523548ca0746d5f7ef945de6d8f6a.zip |
vim-patch:9.0.1967: xattr errors not translated (#25454)
Problem: xattr errors not translated
Solution: mark for translation, consistently capitalize
first letter.
closes: vim/vim#13236
https://github.com/vim/vim/commit/7ece036d72cf639b05d3936183220bec7179bf63
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/test_writefile.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/old/testdir/test_writefile.vim b/test/old/testdir/test_writefile.vim index df993feb62..1e0556c92d 100644 --- a/test/old/testdir/test_writefile.vim +++ b/test/old/testdir/test_writefile.vim @@ -1011,7 +1011,6 @@ func Test_write_with_xattr_support() set backupcopy& bw! - endfunc " vim: shiftwidth=2 sts=2 expandtab |