... Yes wonderful introduction to spellbadword() I tried your solution and got errors, counted parens and found one too many closing, and this works. ... -Bill...
112373
Vitor Eiji Justus Sak...
vitoreiji@...
Mar 1, 2010 8:49 pm
... Take a look into this one http://www.vim.org/scripts/script.php?script_id=1697 -- You received this message from the "vim_use" maillist. Do not top-post!...
112372
Vitor Eiji Justus Sak...
vitoreiji@...
Mar 1, 2010 8:40 pm
... Maybe ... Please notice that middle clicking _anywhere_ will close the tab. -- You received this message from the "vim_use" maillist. Do not top-post! Type...
112371
Dominique Pellé
dominique.pelle@...
Mar 1, 2010 8:40 pm
... Hi E315 error indicates an internal error according to ":help 315". It's definitely worth reporting. Which version of Vim are you using? Latest version is...
112370
Pavel Vávra
pvavra@...
Mar 1, 2010 8:28 pm
Hi all, is anybody interesting with integration Vim and SAP environment? I really like using Vim as ABAP editor, but ... I need to know more about Vim to try...
112369
Christian Brabandt
cblists@...
Mar 1, 2010 7:36 pm
Hi ... this should have been ... (still one line, though) regards, Christian -- You received this message from the "vim_use" maillist. Do not top-post! Type...
112368
Christian Brabandt
cblists@...
Mar 1, 2010 7:31 pm
Hi Bee! ... empty(spellbadword(submatch(0))[0])?submatch(0):'')/ (one line) regards, Christian -- You received this message from the "vim_use" maillist. Do not...
112367
rameo
raiwil@...
Mar 1, 2010 7:15 pm
I'm searching for a script to: select a text and put a html tag around I've found snippetmate but it does not support selection of text. -- You received this...
112366
vimml@...
Mar 1, 2010 7:04 pm
Hej, ... I use this to comment out parts of html files. ... function! Blub() range echo "hallo" exec "normal `<i<!--\<esc>" " start of the comment if...
112365
ankitks
ankitks.mital@...
Mar 1, 2010 7:03 pm
I need to navigate between verilog code and I tried few settings with matchit but I don't have any success. Problem is I need to match "begin:end",...
112364
Bee
200309@...
Mar 1, 2010 6:03 pm
I have a long list of words, on word per line. Many of the words are not "words", i.e. not in a dictionary. I would like to turn on vim's spell check and...
112363
fkater@...
Mar 1, 2010 6:02 pm
Thanks so far -- as I am not too much into vim scripting it will take a little time for me to test it. But it looks very much what I'd love to see working! ...
112362
Adam Duck
adam.ian.duck@...
Mar 1, 2010 5:29 pm
... I think I have the thing you're looking for. I think it's from a vimtip or something: #v+ " " Causes all comment folds to be opened and closed using z[...
112361
Christian Brabandt
cblists@...
Mar 1, 2010 5:06 pm
Hi! ... Does that work: #v+ fu! MyFL(lnum) if getline(a:lnum) =~ '{$' return 'a1' elseif getline(a:lnum) =~ '}$' return 's1' elseif getline(a:lnum) =~...
112360
Adam Duck
adam.ian.duck@...
Mar 1, 2010 4:54 pm
... I think I have the thing you're looking for. I think it's from a vimtip or something: #v+ " " Causes all comment folds to be opened and closed using z[...
112359
fkater@...
Mar 1, 2010 4:50 pm
... Very impressive -- it folds/unfolds to a given fold depth, however, the main aspect I am looking for is not covered by VimOutliner. I look for a way to...
112358
Christian Brabandt
cblists@...
Mar 1, 2010 4:44 pm
... Err, nevermind, standout seems to be supported, though it is not mentioned at :h synIDattr() regards, Christian -- You received this message from the...
112357
Christian Brabandt
cblists@...
Mar 1, 2010 4:14 pm
Hi Wincent! ... This is actually quite hard, to do it right[™]. You would need to do something like synIDattr(synIDtrans(hlID("Group")) and put the result ...
112356
mathieu
mathieu.malaterre@...
Mar 1, 2010 4:02 pm
Hi there, I am wondering if I am doing anything wrong. I tried selecting spell checl for a docbook file (XML). I simply go the menu bar, click on: Spelling >...
112355
Gary Bickford
gar37bic@...
Mar 1, 2010 3:44 pm
... That is the error message - E315 ml_get: cannot find line (N). I note that if I type 'q', when it waits for me to hit enter, I don't have to hit Enter...
112354
fkater@...
Mar 1, 2010 2:59 pm
Hi all, Can anybody imagine a solution for this: I use a simple text file as my personal task planner. A line may contain a date, then a task (short title)...
112353
Ben Fritz
fritzophrenic@...
Mar 1, 2010 2:56 pm
... Vim script that will restore your current editing session. The option 'sessionoptions' controls which portions of the editing session are restored. To...
112352
Jostein Berntsen
jbernts@...
Mar 1, 2010 2:55 pm
... Have you checked vimoutliner? http://www.vimoutliner.org/ - Jostein -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
112351
Francisco Dibar
frandibar@...
Mar 1, 2010 2:30 pm
... maybe this helps? ... -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For...
112350
John Culleton
john@...
Mar 1, 2010 2:06 pm
I have sketched out a few steps to create a concordance, an alphabetic list of all the words in a book, one word per line, with dupes eliminated. Now I need to...
112349
Tony Mechelynck
antoine.mechelynck@...
Mar 1, 2010 1:44 pm
... To change what w does (instead of "move to word") you may have to remap it in Normal, Visual and Operator-Pending modes, but not in Select mode where it...
112348
Jorge Timón
timon.elviejo@...
Mar 1, 2010 12:43 pm
Hi, Now I know how to map a command (for example :tabnext) to a key or combination of key (C-TAB). But can I change "default" commands like dd, w, $, 0...? I...
112347
Wincent Colaiuta
win@...
Mar 1, 2010 11:09 am
... Thanks, Tony. Read the first paragraph and thought , "ugh, redirecting to a file, ugly but at least it will work...", and was very pleased to see in the...
112346
Tony Mechelynck
antoine.mechelynck@...
Mar 1, 2010 10:47 am
... see ... You should reformat the captured string(s) to remove the xxx and add ... A couple of caveats: - a different reformat will be needed for a linked...
112345
Tony Mechelynck
antoine.mechelynck@...
Mar 1, 2010 8:20 am
... If you ":bd[elete]" or ":bw[ipe]" a file instead of just ":q[uit]"ting it, then neither the viminfo nor the session file will remember it -- unless you...