> Please test it now (on windows).
I received the following error when I exported a top level node with
"Vim export test" in the headline:
exception creating temp file
Traceback (most recent call last):
File "C:\_Proj\Leo\trunk\leo\core\leoCommands.py", line 921, in
createOpenWithTempFile
theFile = open(path,"w")
IOError: [Errno 2] No such file or directory: u'c:\\windows\\temp\
\Leo35004144\\Vim\\ export\\ test.txt'
Didn't you get a similar error when you tested it?
My global settings are:
@bool open_with_clean_filenames = True
@bool open_with_uses_derived_file_extensions = True
@string vim_cmd = C:\Program Files\_Progs\vim\gvim --servername LEO
@string vim_exe = C:\Program Files\_Progs\vim\gvim
@bool vim_plugin_uses_tab_feature = True
@bool vim_Plugin_positions_cursor = True
Others that shouldn't have an impact:
@bool open_with_goto_node_on_update = False
@bool open_with_save_on_update = True
@bool vim_plugin_always_launched = False
@bool vim_plugin_opens_url_nodes = False
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---