Open gerardroche opened 7 years ago
Comment by vvreutskiy Tuesday Aug 23, 2016 at 07:35 GMT
Another case:
I want to replace backslashes with slashes.
Text: C:\src\backend\Project\bin\Debug
Command: :s/\\/\//g
Vim result (expected): C:/src/backend/Project/bin/Debug
Vintageous result: C:\src\backend\Project\bin\Debug
Sublime Console output: Vintageous: expected __EOF__, got / instead (:s/\\/\//g)
Issue by jasjuang Tuesday Jan 05, 2016 at 03:45 GMT Originally opened as https://github.com/guillermooo/Vintageous/issues/1053
Lets say I want to replace "123" into "../.."
works fine in vim but returns an error in vintageous