aboutsummaryrefslogtreecommitdiff
path: root/internal/notes.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-04-06 11:30:11 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-04-06 11:30:11 +0300
commit5777e72d1470e41b1414cd25c0e3edce72de18f9 (patch)
tree359d1f408a77a8e4b95b6a432126d64af6c2c172 /internal/notes.md
parent96c6fe996730a3ca7019df465c741fc0dc14feb0 (diff)
notes
Diffstat (limited to 'internal/notes.md')
-rw-r--r--internal/notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/notes.md b/internal/notes.md
index d1b504d7..76b24d58 100644
--- a/internal/notes.md
+++ b/internal/notes.md
@@ -121,3 +121,6 @@ There are two prompt questions that don't fit this pattern: `ask_empty_line` and
`ask_transient_prompt`. The first is easy to adapt (`print_prompt` can print prompt twice if
`empty_line=1`) but the second will probably have to be hand-coded.
---
+Revert `3ef4e68b5fdae654f323af644cbca40f27a8ab97`. Instead of it use `zf_rm -f -- $dst` before
+`zf_mv -f -- $src $dst`. `zwc` files are readonly and `zf_mv` fails on NTFS if the target file
+exists and is readonly.