diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-11-06 22:28:39 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2022-11-06 23:08:40 +0800 |
| commit | bfa0be49ed07d1e576c6452bb7e82956df7b19d5 (patch) | |
| tree | c44e6b818a5d2372e0ece3bd2cb2c446e82b3652 /src/nvim/testdir/test_excmd.vim | |
| parent | fbe2761b20afaf25a02c06decaf543d211e997f0 (diff) | |
| download | rneovim-bfa0be49ed07d1e576c6452bb7e82956df7b19d5.tar.gz rneovim-bfa0be49ed07d1e576c6452bb7e82956df7b19d5.tar.bz2 rneovim-bfa0be49ed07d1e576c6452bb7e82956df7b19d5.zip | |
vim-patch:8.2.2627: no need to check for BSD after checking for not root
Problem: No need to check for BSD after checking for not root.
Solution: Remove CheckNotBSD. (Ozaki Kiichi, closes vim/vim#7989)
https://github.com/vim/vim/commit/4355894869355c185e7810e67d52802453576e81
Diffstat (limited to 'src/nvim/testdir/test_excmd.vim')
| -rw-r--r-- | src/nvim/testdir/test_excmd.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_excmd.vim b/src/nvim/testdir/test_excmd.vim index 0e8af08b4b..42b1f8ca48 100644 --- a/src/nvim/testdir/test_excmd.vim +++ b/src/nvim/testdir/test_excmd.vim @@ -507,7 +507,6 @@ endfunc func Test_redir_cmd_readonly() CheckNotRoot - CheckNotBSD " Redirecting to a read-only file call writefile([], 'Xfile') |