... All of wikia.com is dead. Random responses (the fact that some actions at your end show different results) are usually due to random paths the traffic...
108886
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2009 3:52 am
... "All of wikia.com"? That's bad news. :-( And "instantly once they figure it out" could mean next hour or next week, so, as you say, "it's all guesswork"....
108887
Chris Sutcliffe
ir0nh34d@...
Nov 2, 2009 3:55 am
... I get: Error detected while processing function Rainbow#Rainbow: line 11: E172: Only one file name allowed: so /cygdrive/c/Documents and ...
108888
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2009 5:16 am
... According to that chatroom, it's now up -- "sort of" (readonly, I guess: I can log on but not save a new page). Best regards, Tony. -- A long-forgotten...
108889
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2009 5:39 am
... Looks like it's up now, I'm crossing fingers Best regards, Tony. -- Don't worry about avoiding temptation -- as you grow older, it starts avoiding you. --...
108890
Nathan Huesken
vim@...
Nov 2, 2009 8:20 am
... Hi, Thanks, they are indeed very interesting. But they only tell me, how I can send my current file (or current line) to ipython from vim. That is cool,...
108891
fkater@...
Nov 2, 2009 10:29 am
Hi, with CTRL-* one can search and jump to the next occurrence of what is under the cursor. When I have two windows (in my case often of the same buffer) can I...
108892
fkater@...
Nov 2, 2009 10:40 am
... Little correction: I meant * (not CTRL-*) Felix --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
108893
Raúl Núñez d...
raulnac@...
Nov 2, 2009 11:53 am
Hi all :) Some months ago I described here a problem I was having using "gqip". This is the thread: ...
108894
Raúl Núñez d...
raulnac@...
Nov 2, 2009 11:55 am
Saluton, again :) ... Sorry for self replying: I'm not posting this to vim_dev yet because I don't know if it is a bug or just a side effect of using "gqip"...
108895
Andy Wokula
anwoku@...
Nov 2, 2009 12:06 pm
... " search word under cursor in other window nmap <C-W>* <Plug>StarAltWin " " uncomment this whole block for the (basic) version without tinymode " " nn...
108896
Stahlman Family
brettstahlman@...
Nov 2, 2009 1:05 pm
Overview ... If you like to edit plain text documents in Vim, but sometimes miss a word processor's ability to highlight specific regions of text with colors...
108897
Charles Campbell
Charles.E.Campbell@...
Nov 2, 2009 1:09 pm
... OK, v2h is now out -- its now using fnameescape() to handle those spaces that Windows loves. Regards, Chip Campbell ...
108898
Nathan Huesken
vim@...
Nov 2, 2009 1:15 pm
Hi, As one can see in a previous post, I am trying to display ipython breakpoints in gvim. I found this: http://www.vim.org/scripts/script.php?script_id=2584 ...
108899
fkater@...
Nov 2, 2009 1:59 pm
Excellent! Thanks a lot! Sidenote: Since I decided to use the basic mode but wanted to have the feature to jump to other occurrences, I've modified the basic...
108900
Andy Wokula
anwoku@...
Nov 2, 2009 2:28 pm
... If you want to stay in the other window, it will be better to not surpress the autocommands, i.e. you should remove all occurrences of "noa". ... -- Andy ...
108901
anna
annaklein497@...
Nov 2, 2009 3:05 pm
Hi all, Is there a way to send a command containing a string "\n" via SendKeys () function through OLE. For example sending this following command. ... ...
108902
bill lam
cbill.lam@...
Nov 2, 2009 4:16 pm
Until kindly reminded by a forum member just now, I failed to notice I sent reply to both vim_use mailing lists by hitting reply to list. I have my mua config...
108903
Bram Moolenaar
Bram@...
Nov 2, 2009 8:13 pm
... Thanks for the reproducable example. I'll put it in the todo list. Not with a high priority though. -- Veni, Vidi, VW -- I came, I saw, I drove around in...
108904
Raúl Núñez d...
raulnac@...
Nov 2, 2009 8:20 pm
Saluton Bram :) ... Don't worry, it's just a minor cosmethic issue, and the text is more or less formatted correctly, no matter if the formatting is...
108905
Martin Kopta
dum8d0g@...
Nov 2, 2009 11:33 pm
Hi, I wrote a blogpost about Codecheck (on-the-fly code checking): http://dum8d0g.blogspot.com/2009/11/on-fly-code-checking-in-vim.html ...
108906
Marc Weber
marco-oweber@...
Nov 3, 2009 2:16 am
... I tried adding a comment but I could'nt login. ... I tried it some month ago. There are some screen update issues as well. So you don't get immediate...
108907
Tony Mechelynck
antoine.mechelynck@...
Nov 3, 2009 2:26 am
... I haven't analyzed the proposed mapping in detail, but note that the col() function counts memory _bytes_, i.e. always one for a hard tab (which occupies...
108908
frank wang
yixiaodafang@...
Nov 3, 2009 6:07 am
Hi, I used vim for long time and recently I found a usefule software called source insight. It has one feature it is very useful. That is the relation window....
108909
winterTTr
winterTTr.vim@...
Nov 3, 2009 6:15 am
... maybe you need the tool "cscope" which contains the functions you need. Also , need some configuration for it. ... ...
108910
Tony Mechelynck
antoine.mechelynck@...
Nov 3, 2009 6:30 am
... ...which, BTW, is included in current Vim 7.2 distributions as: - $VIMRUNTIME/plugin/getscriptPlugin.vim - $VIMRUNTIME/autololad/getscript.vim -...
108911
Ondej Kunc
ondra@...
Nov 3, 2009 12:16 pm
... Hash: SHA1 Hi, I've discovered one problem in smart cursor placement on errors reported from compilators. I've program which is returning this text: ...
108912
Ibbo
thomas.ibbotson@...
Nov 3, 2009 12:25 pm
... Hi, This looks very nice. I also wrote an on-the-fly code checking plugin for MATLAB files using their mlint program. ...
108913
Stahlman Family
brettstahlman@...
Nov 3, 2009 12:57 pm
... In the `if' clause, col() was used only to save starting position; since cursor() (used to restore starting position later) uses byte offsets, this made...
108914
Andy Wokula
anwoku@...
Nov 3, 2009 2:23 pm
... Tested with MBE v6.3.2 -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...