The editor is String , so you need to exit \ as \\ , for example:
:set editor "C:\\Program Files (x86)\\Notepad++"
but it is unix / windows agnostic for FilePaths, so you can alternatively do it like
:set editor "C:/Program Files (x86)/Notepad++"
As a note, faster :e enter :e instead of :edit ; ghci will output what you mean by a substring, for example :ed , if there is only one possibility.
AndrewC
source share