... What was the problem with the install script? I recall obtaining an error which was solved by renaming the function "sure?" (no "") to "sure_". Then ...
126270
AK
andrei.avk@...
Sep 29, 2011 11:52 am
... I get 'E523: not allowed here' in TriggerSnippet. I tried :set secure , but that did not help. -ak -- You received this message from the "vim_use"...
126271
AK
andrei.avk@...
Sep 29, 2011 11:53 am
... Sorry, but it was just flickering the cursor on screen, so I thought it was some obvious error in the way I wrote it. -ak -- You received this message from...
126272
Fernando Basso
fernandobasso.br@...
Sep 29, 2011 11:55 am
... I'm running linux (arch linux). I tried with gvim --nofork gvim -f /usr/bin/gvim -f (also: --nofork) xterm -e vim --nofork (also: -f) None of them worked....
126273
Christian Brabandt
cblists@...
Sep 29, 2011 12:12 pm
... I think what happens is, that your call to feedkeys("\<tab>") triggers the mapping again and again. Use the second argument "n" to prevent that. regards, ...
126274
Christian Brabandt
cblists@...
Sep 29, 2011 12:16 pm
... I think what happens is, that one of your functions triggers an action, that is not allowed inside an expr-mapping. If you need to do something like this,...
126275
AK
andrei.avk@...
Sep 29, 2011 12:41 pm
... I would like to avoid changing trigger snippet function because it's complicated and to be able to upgrade it later. The issue is, I want to call the...
126276
Reid Thompson
Reid.Thompson@...
Sep 29, 2011 12:46 pm
... you may have already tried this and or it may not help, but ... try running thunderbird from the command line and attempt to use the external editor and...
126277
Fernando Basso
fernandobasso.br@...
Sep 29, 2011 1:12 pm
... thunderbird --jsconsole Thunderbird39;s Error Console showed this when I tried to launch the external editor: Error:...
126278
AK
andrei.avk@...
Sep 29, 2011 1:40 pm
... Ok, I think I'm getting there: I've added the check to the top of TriggerSnippet: if getline('.') =~ '^\s*$' " return "\<tab>" call feedkeys("\<tab>", 'n')...
126279
George Papanikolaou
g3orge.app@...
Sep 29, 2011 1:44 pm
yup. that was it, it worked. I "think" it's installed now. and I say that because I don't know how to trigger it. the ",,cb" command does nothing. What's...
126280
Francesc Salvat-Pujol
f.salvat@...
Sep 29, 2011 2:43 pm
On Thu, Sep 29, 2011 at 3:40 PM, George Papanikolaou ... Try: vim caca.otl Then edit a few lines with different levels of tab indentations. Try the ,,cb and...
126281
sinbad
sinbad.sinbad@...
Sep 29, 2011 4:18 pm
... can anyone please shed some light on this ? -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you...
126282
Marcin Szamotulski
mszamot@...
Sep 29, 2011 4:30 pm
... I think you can have just one loction list per window, though it is easy to save and restore location lists using getloclist() and setloclist() functions. ...
126283
Tony Mechelynck
antoine.mechelynck@...
Sep 29, 2011 4:33 pm
... Most quickfix and location-list commands are documented under :help quickfix ... read the errorfile and jump to the first error ... search the help for the...
126284
Ben Fritz
fritzophrenic@...
Sep 29, 2011 5:57 pm
... You cannot have multiple location lists per Vim split-window window. You can only have one per split window. However, you can have multiple location lists...
126285
Eric Weir
eeweir@...
Sep 30, 2011 12:37 am
... Do you know about this? http://www.hogbaysoftware.com/products/quickcursor Or this? [Only for gmail, though. http://danielchoi.com/software/vmail.html ... ...
126286
sinbad
sinbad.sinbad@...
Sep 30, 2011 4:36 am
... oh crap! it would have been great if multiple location lists are allowed per split-window window. let me see if i can do it manually by loclist() ...
126287
sinbad
sinbad.sinbad@...
Sep 30, 2011 6:45 am
hi, i am trying to store the contents of location list, so as to use multiple location lists for the same split-window window. here is what i did. created a...
126288
Axel Bender
axel.bender@...
Sep 30, 2011 7:50 am
Not working here (Windows 2003, Thunderbird 7.0, exteditor 1.0). Same error in JS Console. This seems to be an error in the plugin; even when using "notepad"...
126289
Calon
calon.xu@...
Sep 30, 2011 8:43 am
Tried on Windows, got the same error message when press Ctrl+E. Then drag External Editor icon to the toolbar, and click the new icon, it just works fine. On...
126290
George Papanikolaou
g3orge.app@...
Sep 30, 2011 12:24 pm
that helped. Thank you. You can search in http://www.vimoutliner.org/postnuke-phoenix-0.7.2.3/html/ George Papanikolaou -- You received this message from the...
126291
Axel Bender
axel.bender@...
Sep 30, 2011 2:09 pm
Thanks for your input, Calon. This in fact does the trick (still an error in the plugin); I would never have tried this myself... Have a nice weekend -- You...
126292
Fernando Basso
fernandobasso.br@...
Sep 30, 2011 2:41 pm
... Since I didn't see any "Installation" instructions in the page, I assumed I'd just install it as any other add-on. I was going to post a comment the add- ...
126293
Tony Mechelynck
antoine.mechelynck@...
Sep 30, 2011 3:34 pm
... I hope you mean Vim, and in 'nocompatible39; mode. Legacy vi has no quickfix capabilities. ... Does it work if you omit the ,'r' (last argument of...
126294
Bob Hiestand
bob.hiestand@...
Sep 30, 2011 3:40 pm
vcscommand plugin users, I'm currently working on some changes to the vcscommand plugin to make it play more nicely in localized environments. Unfortunately,...
126295
Fernando Basso
fernandobasso.br@...
Sep 30, 2011 5:05 pm
What would be a good way (if possible at all) to have vim link, say, a table of contents to each section? I use vim for taking all kinds of notes and that...
126296
sinbad
sinbad.sinbad@...
Sep 30, 2011 5:09 pm
On Sep 30, 8:34 pm, Tony Mechelynck <antoine.mechely...@...> ... I tried that, it doesn't work too. when i print the stored list 'x' it seems to have ...
126297
Tony Mechelynck
antoine.mechelynck@...
Sep 30, 2011 5:19 pm
... It depends on the filetype (tables of contents are written very differently in Vim helpfiles and in HTML, and they're implicit in Wikimedia source) so you...
126298
porphyry5
gl00637@...
Sep 30, 2011 11:12 pm
The e option in ... duly suppresses the error message if used as a command, but fails when used in the following key mapping in .vimrc " Type ;c to...