Author Topic: [FIXED] GVim as default editor  (Read 10275 times)

black-wolf

  • Newbie
  • *
  • Posts: 4
    • View Profile
[FIXED] GVim as default editor
« on: August 04, 2011, 15:56:42 »
Hello, I'm really enjoying your software so far :)

I wish to know how can I pass ${filepath} between "". As far as I know ${filepath} returns C:\My Documents\example.txt, this causes GVIm to open two files, one called C:\My and another called Documents\example.txt. I've tried "${filepath}" but it ignores the ".

Thank you very much,
« Last Edit: August 14, 2011, 11:31:30 by Mathias (Author) »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4272
    • View Profile
    • Multi Commander
Re: GVim as default editor
« Reply #1 on: August 06, 2011, 14:15:29 »
It should keep the " if you enter that in the Editor configuration

Have checked the code and there is a bug. I will fix that for the next release.


black-wolf

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: GVim as default editor
« Reply #2 on: August 06, 2011, 16:18:53 »
Thank you very much :)

Have a nice weekend

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4272
    • View Profile
    • Multi Commander
Re: GVim as default editor
« Reply #3 on: August 14, 2011, 11:31:19 »
This is now fixed in build 814

black-wolf

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [FIXED] GVim as default editor
« Reply #4 on: September 27, 2011, 11:02:53 »
It works :D

Thank you very much