This does not apply to Linux but on Windows if your installation path has 
space, you need to quote the executable string. The following would work:
@string vim_cmd = "c:\Program Files (x86)\Vim\vim73\gvim" --servername LEO
@string vim_exe = "c:\Program Files (x86)\Vim\vim73\gvim"

The example given in leoSettings would not work as it does not quote the 
path.

On Tuesday, September 18, 2012 7:11:49 AM UTC-7, Edward K. Ream wrote:
>
>
> Besides enabling the vim plugin, be sure to copy the following 
> settings to your myLeoSettings.leo: 
>
> @string vim_cmd = c:\vim\vim72\gvim --servername LEO 
>
> @string vim_exe = c:\vim\vim72\gvim 
>
> Change these as required for your Linux system, then restart Leo. 
>
> HTH. 
>
> Edward 
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/leo-editor/-/n8mYADSl2BYJ.
To post to this group, send email to leo-editor@googlegroups.com.
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to