Vladimir Novikov

Results 4 comments of Vladimir Novikov

You should try [patches/restorepreview/mainline.diff](https://github.com/jarun/nnn/blob/master/patches/restorepreview/mainline.diff). It fixed the issue for me, at least.

Hi Daniel! Yes, ptest works fine when no nested tests are used. I like this! I have made a small investigation and figured out that error occurs most likely due...

The following change seems to be a fix for the issue, because the `.lastd` file contains string `cd '/path/to/file'` and not `cd "/path/to/file"`: ```patch diff --git a/autoload/nnn.vim b/autoload/nnn.vim index 487d716..78592ae...

That commit may be the reason why this issue arose at all. @N-R-K thank you for sharing. A fix for this issue should probably be inclusive for both single quote...