Saturday, June 23, 2012

Re: Can vim be made to start with selected files already open?

On Jun 22, 2012, at 12:38 PM, Gary Johnson wrote:

> If you're using the GUI and the messages appear in a "Message"
> dialog box on startup, you can get a copy of those messages later by
> doing the following.
>
> set nomore
> redir @a
> messages
> redir END
>
> Now the messages are in the 'a' register and you can paste them to a
> new buffer with
>
> new
> put a

I am using MacVim. The messages to which I refer are messages I get when I attempt to run the custom command. I'm not sure how to interpret them, except that almost all of them have to do with the taskpaper plugin and just one of the three taskpaper documents that are in my custom command. In case it matters, the first line actually had 141 occurrences. I deleted all but one in the interest of brevity. Here they are:

"~/documents/taskpaper/writing.taskpaper" 31L, 1151C
Error detected while processing /Users/ericweir/.vim/vim-addons/taskpaper/syntax/taskpaper.vim:
line 31:
E169: Command too recursive
line 32:
E169: Command too recursive
line 33:
E169: Command too recursive
line 34:
E169: Command too recursive
line 35:
E169: Command too recursive
line 36:
E169: Command too recursive
"~/documents/taskpaper/writing.taskpaper" 31L, 1151C
line 1:
E169: Command too recursive
"~/documents/taskpaper/writing.taskpaper" 31L, 1151C
Error detected while processing function <SNR>9_SynSet:
line 22:
E169: Command too recursive
"~/documents/taskpaper/writing.taskpaper" 31L, 1151C
Error detected while processing /Users/ericweir/.vim/vim-addons/taskpaper/ftplugin/taskpaper.vim:
line 1:
E169: Command too recursive
Error detected while processing function <SNR>9_SynSet:
line 1:
E169: Command too recursive
"~/documents/taskpaper/writing.taskpaper" 31L, 1151C
Error detected while processing function <SNR>6_LoadFTPlugin:
line 17:
E169: Command too recursive
Error detected while processing function <SNR>7_LoadIndent:
line 14:
E169: Command too recursive
Error detected while processing Syntax Auto commands for "*":
E169: Command too recursive
"~/documents/taskpaper/writing.taskpaper" 31L, 1151C
Error detected while processing function <SNR>6_LoadFTPlugin:
line 1:
E169: Command too recursive
Error detected while processing function <SNR>7_LoadIndent:
line 1:
E169: Command too recursive
Error detected while processing FileType Auto commands for "*":
E169: Command too recursive
"~/documents/taskpaper/writing.taskpaper" 31L, 1151C
Error detected while processing /Applications/MacVim.app/Contents/Resources/vim/runtime/scripts.vim:
line 1:
E169: Command too recursive
Error detected while processing FileType Auto commands for "*":
E169: Command too recursive
Error detected while processing function xolox#session#auto_dirty_check:
line 1:
E169: Command too recursive
"~/documents/taskpaper/writing.taskpaper" 31L, 1151C
Error detected while processing BufRead Auto commands for "*":
E169: Command too recursive
Error detected while processing BufEnter Auto commands for "*":
E169: Command too recursive

Thanks,
------------------------------------------------------------------------------------------
Eric Weir

"You will be needed in the movement when you realize
that you are not needed in the movement."

- Chris Crass

--
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