I have two marks, say a and b. I want to highlight the text between (and including) a and b. I tried to use the match command like this ... I know accessing...
106277
Teemu Likonen
tlikonen@...
Aug 1, 2009 11:52 am
... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
106278
Markus Heidelberg
markus.heidelberg@...
Aug 1, 2009 5:07 pm
Hi, ... Heh, not always :) I was pretty busy the last days. ... That would be nice. I've always appreciated some help with this, but lost interest in looking...
106279
Markus Heidelberg
markus.heidelberg@...
Aug 1, 2009 5:14 pm
... These reasons have nothing to do with inconvenience. Markus --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
106280
Markus Heidelberg
markus.heidelberg@...
Aug 1, 2009 5:20 pm
... Regardless of where compile questions belong to (and I think it's absolutely OK in vim-use), moving them to vim-dev will not work. Since the vim lists a...
106281
KKde
khekadestroyer@...
Aug 1, 2009 5:57 pm
... Cool. I never know this is possible. But what is the purpose of this feature? Matching between sections can be achieved by line numbers Thanks, Sarath ...
106282
googler
pinaki_m77@...
Aug 1, 2009 6:52 pm
... What do you mean by "Matching between sections can be achieved by line numbers"? I guess even for matching using line numbers, a similar syntax is to be...
106283
Paul Foster
paul.foster.au@...
Aug 1, 2009 7:46 pm
I'm using gvim 7.2 on Windows XP and Windows 7 RC1 to edit files on a mapped drive (samba share). Whenever I save a file with :w a new randomly numbered file...
106284
googler
pinaki_m77@...
Aug 1, 2009 8:14 pm
... Hi, thanks for the reply. It did answer my question, but on second thoughts, I would actually like to use the line number and column number corresponding...
106285
googler
pinaki_m77@...
Aug 1, 2009 8:49 pm
Let me describe two scenarios. First scenario: I have made a visual selection of a text part and pressed 'Esc'. Now I want to highlight this selection. So I do...
106286
Yura Machnovskii
yumaxg@...
Aug 2, 2009 9:08 am
I think that next plugin can solve almost your problem: http://vim.sourceforge.net/scripts/script.php?script_id=435 It has some known problem but as I see it...
106287
googler
pinaki_m77@...
Aug 2, 2009 5:51 pm
Hi all, I'm trying to write a vim script (plugin) that will do the following. When I visually select a part of the text and press the key F2, it will highlight...
106288
Stahlman Family
brettstahlman@...
Aug 2, 2009 6:27 pm
googler wrote: ... You might have a look at the Txtfmt plugin: http://www.vim.org/scripts/script.php?script_id=2208 http://www.freewebs.com/txtfmt It's a...
106289
Raphael Jolivet
raphael.jolivet@...
Aug 2, 2009 8:23 pm
Hi, I am a big fan of VIM, I use it all the time. There is just one thing that I found anoying : Vim copy text in the clipboard whenever I dlete something. ...
106290
Raúl Núñez d...
raulnac@...
Aug 2, 2009 8:31 pm
Saluton Raphael :) ... IMHO, you shouldn't disable this behaviour, you should learn to use it in your favor. Whenever you delete text, it is put by default in...
106291
bill lam
cbill.lam@...
Aug 3, 2009 12:14 am
... you can use "0P or "0p to paste from the real yanked text but not the deleted text. It is quite inconvenient to type. One shift key and one off home...
106292
David Fishburn
dfishburn.vim@...
Aug 3, 2009 12:46 am
... For other conveniences as well you may be interested in my plugin: YankRing.vim : Maintains a history of previous yanks and deletes ...
106293
John Beckett
johnb.beckett@...
Aug 3, 2009 12:59 am
... The following is NOT what you asked for, but it is similar: http://vim.wikia.com/wiki/Highlight_multiple_words The tip matches all occurrences of a...
106294
googler
pinaki_m77@...
Aug 3, 2009 6:31 am
... Thank you. This is what I needed. The execute command seems to be pretty common as I found it in many other scripts too. It will be helpful in the future. ...
106295
Robert Mark Bram
robertmarkbram@...
Aug 3, 2009 7:13 am
Hi All, WinXP + Cygwin + PuttyCyg (keyboard: linux) + vim I have NO mappings in my .vimrc for C-UP, C-DOWN, C-LEFT or C-RIGHT.. yet: C-UP puts "A" on a new...
106296
John Beckett
johnb.beckett@...
Aug 3, 2009 7:24 am
... Your system is sending escape sequences that Vim is not configured to interpret. See if any of the following info is relevant: ...
106297
Robert Mark Bram
robertmarkbram@...
Aug 3, 2009 7:38 am
... where you get the "^[" by typing CTRL-V --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For...
106298
Robert Mark Bram
robertmarkbram@...
Aug 3, 2009 7:39 am
Thanks John! ... I will read these pages anyway since I have a feeling these are related to ALT key mappings too. Rob ... ...
106299
Robert Mark Bram
robertmarkbram@...
Aug 3, 2009 7:41 am
... OK, don't ask me why it works, but based on a previous post on the same issue, I tried some experimentation and solved it. Based on an earlier post on a...
106300
riickcr
rickcr@...
Aug 3, 2009 6:25 pm
I'm sure this is simple, but my searching the help files Currently xml files are opening with all folds closed. I then hit 'zi' which expands all folds. I'm...
106301
Andrew Long
andrew.long@...
Aug 3, 2009 10:12 pm
... The option 'foldlevel39; sets the initial number of folds to be open when the file is opened. I set this in my .vimrc as a global for all file types, but you...
106302
R. Hicks
sigzero@...
Aug 3, 2009 11:03 pm
... Does ... give you anything useful? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
106303
Robert Mark Bram
robertmarkbram@...
Aug 4, 2009 12:23 am
Hi All, Is it possible to map to control+number or control+`? I found these mappings didn't work. map <C-`> :hide bn<CR> map <C-1> :hide bn<CR> I looked...
106304
Robert Mark Bram
robertmarkbram@...
Aug 4, 2009 2:19 am
Hi All, Just implemented this BRILLIANT tip for copying/pasting to/from the windows clipboard in VIM under Cygwin. ...
106305
Ben Fritz
fritzophrenic@...
Aug 4, 2009 2:54 pm
... Actually, the option 'foldlevel39; sets the number of open folds in the current window, and the global value is used to initialize the value for new windows....