mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Adjust the wording of the latest til.
This commit is contained in:
@@ -7,8 +7,8 @@ By default, `netrw` will use `rmdir` when deleting directories. This means
|
|||||||
that if a directory has files in it, then it won't be deleted. `rmdir`
|
that if a directory has files in it, then it won't be deleted. `rmdir`
|
||||||
rightly gives an error when the target directory isn't empty.
|
rightly gives an error when the target directory isn't empty.
|
||||||
|
|
||||||
`netrw` can be configured to use `rm -r` instead of `rmdir` when deleting
|
Not to worry though, `netrw` can be configured to use `rm -r` instead of
|
||||||
directories.
|
`rmdir` when deleting directories.
|
||||||
|
|
||||||
```
|
```
|
||||||
:let g:netrw_localrmdir='rm -r'
|
:let g:netrw_localrmdir='rm -r'
|
||||||
|
|||||||
Reference in New Issue
Block a user