diff options
author | bfredl <bjorn.linse@gmail.com> | 2024-10-11 20:25:35 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2024-10-11 20:26:54 +0200 |
commit | 486076a0e1ee3c7bb230e0f95a21607fadea96d4 (patch) | |
tree | 2a1c2cb5d2d098553e28a2c90ebd5a5486ffd631 /test | |
parent | 26e765f905cbf1df18cfc825bad9b1b982f517ea (diff) | |
download | rneovim-486076a0e1ee3c7bb230e0f95a21607fadea96d4.tar.gz rneovim-486076a0e1ee3c7bb230e0f95a21607fadea96d4.tar.bz2 rneovim-486076a0e1ee3c7bb230e0f95a21607fadea96d4.zip |
fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAME
It stands to reason, you need to "fix" case-insensitive filenames
if-and-only-if you have case-insensitive filenames.
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/test_edit.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_edit.vim b/test/old/testdir/test_edit.vim index 037282bf1a..9114cf8b11 100644 --- a/test/old/testdir/test_edit.vim +++ b/test/old/testdir/test_edit.vim @@ -2035,7 +2035,7 @@ func Test_edit_browse() au! augroup END - " When the USE_FNAME_CASE is defined this used to cause a crash. + " When the CASE_INSENSITIVE_FILENAME is defined this used to cause a crash. browse enew bwipe! |