From dd9ea49609fcb7192db0de7d805a8afcd9f2ddb7 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Wed, 18 Aug 2021 19:34:56 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 43c5072..b99b40c 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -109,7 +109,7 @@ initialization. The in-built batch-renamer implemented in `nnn` is a very simplified one. It's single-pass - reads the name/path of files iteratively (from a list of source files) and renames/moves them (as specified in the corresponding line number in a list of renamed/destination files). It doesn't handle deletions or perform any pre-parsing to account for rename loops, swaps, replaces, etc. -Note that the instance of the editor must wait for the editing to complete and the changes to be saved. +Note that the instance of the editor must wait for the editing to complete and the changes to be saved (e.g. use `-w` with VSCode). ## Misaligned size column