> OutlookVim is a plugin for Microsoft Windows Outlook users.
>
> It simply adds a button in Outlook which will spawn Vim, allow you to
> edit the body of the currently open email and when you :w, it will
> update Outlook with the results.
>
> There are more details, you can read about them here:
> http://www.vim.org/scripts/script.php?script_id=3087
>
> New to version 4.0
>
> New Features
> ------------
> - Updated documentation. Added a troubleshooting section (Zsolt Botykai).
> - Updated outlookvim.js to display a message if double clicked on to
> determine if Windows Script Host is correctly installed.
> - Updated outlookvim.bas (the Outlook VBScript Macro) to show an error
> if it cannot access the file system. Modified all the message boxes
> Outlook may display to indicate "OutlookVim:" is displaying the
> message.
> - You can specify whether new emails should be opened in a new tab via
> the g:outlook_use_tabs configuration option (Zsolt Botykai).
>
> After unzipping the contents into your vimfiles directory, copy and
> paste the outlookvim.bas file into your Outlook macro created earlier
> (ALT-F11 in Outlook).
>
> Also from within Vim run (choose the location where the plugin was installed):
> :helptags $VIM\vimfiles\doc
>
>
> A special thanks to Zsolt Botykai for his testing and suggestions.
>
>
> As usual, with all my plugins, feedback good and bad is always welcome.
>
> Enjoy.
> Dave
>
>
Hi Dave,
I just installed the plugin: it works, after some minor tweaks:
First, I have '*.exe' in 'wildignore' which prevents me from trying to
edit executables :). But this conflicts with 'globpath()'; a trivial
change would be:
if strlen(globpath(substitute($PATH, '\\\?;', ',', 'g'),
'cscript.exe', 1)) == 0
Second, wouldn't it be better to expand 'g:outlook_javascript' as follows?
let g:outlook_javascript = expand('<sfile>:p:h') . '/outlookvim.js'
This location can be overridden anyway, but I think this is a better
default for users (like me), installing everything in "%HOME%\vimfiles".
Btw, thanks for the plugin! Works great!
cu, Adam.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment