... I don't understand just what's not working, or how it is not working, so it's hard to know what to suggest. I think your problem may be that vim already...
Gary Johnson
garyjohn@...
Feb 1, 2004 8:11 am
47348
... How about this? ... See ... Vim keeps the search pattern in the "/ register, so you could also ... but that won't highlight the pattern unless search...
Gary Johnson
garyjohn@...
Feb 1, 2004 8:26 am
47349
Wow! Major progress! ... By these two lines, 0x00 is displayed as ^@, 0x01 as ^A, 0x97 as ~W etc. But with no color! I want glaring colors! Besides, with no ...
Hiroshi Iwatani
HGA03630@...
Feb 1, 2004 9:45 am
47350
<self-quote> ... </self-quote> And panic has come. All the trailing spaces, spaces in blank lines, and TAB are glaringly magenta. I don't need those plenty of...
Hiroshi Iwatani
HGA03630@...
Feb 1, 2004 10:35 am
47352
On Fri, 30 Jan 2004 23:52:30 -0800, ... Hi Suresh, The backslash (\) is escaping the following comma (,). For example, if I create two directories "I:\x\test"...
Jonathan D Johnston
jdjohnston2@...
Feb 1, 2004 10:51 am
47353
... That doesn't seem to do it. It only highlights the next occurance. Also, in order not to move the cursor, I have to not complete the search command,...
Fred Ma
fma@...
Feb 1, 2004 12:09 pm
47354
... Indeed range [^Vx00-^Vx1f] didnt work for me. But this does work for me: highlight EvilChars guibg=Magenta match EvilChars /[^Vx00^Vx01-^Vx1f^Vx80-^Vxff]/ ...
Yakov Lerner
yakov.lerner@...
Feb 1, 2004 12:22 pm
47355
... Some more about the [^Vx00-^Vx1f] range. Is doesn't work as expected. It actually works only as as [^Vx0b-^Vx1f] (probably because ^@ is internally...
Yakov Lerner
yakov.lerner@...
Feb 1, 2004 12:39 pm
47356
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
george@...
Feb 1, 2004 1:20 pm
47357
... [...] ... Note that you have "\," in there. This is used to include a comma in a directory name, thus Vim sees "C:\OPT\PERL\BIN,D:\OPT\TEXMF\MIKT" as the ...
Bram Moolenaar
Bram@...
Feb 1, 2004 3:24 pm
47358
... Apparently I gave a wrong highlight group. Try going back to a slightly modified version of what I gave set isprint=32-126 highlight SpecialChar...
Antoine J. Mechelynck
antoine.mechelynck@...
Feb 1, 2004 4:24 pm
47359
bram@...
Feb 1, 2004 7:24 pm
47360
Hi, I'm curious about which characters can be displayed in vim, and which settings affect this. For example, I cut and pasted some html code into vim to create...
jonah
jonahgoldstein@...
Feb 1, 2004 7:37 pm
47361
... From: "jonah" <jonahgoldstein@...> To: "vim" <vim@...> Sent: Sunday, February 01, 2004 8:36 PM Subject: character sets ... settings ... page,...
Antoine J. Mechelynck
antoine.mechelynck@...
Feb 1, 2004 8:08 pm
47362
I have the answer... Klaus Bosau pointed me to the Posting plugin (http://www.vim.org/scripts/script.php?script_id=878) by Tim Allen, which does what I want...
David Coppit
vim@...
Feb 1, 2004 8:16 pm
47363
Hi all, I am starting to work with python and wanted to use pychecker to check my code.. Could one of you more expierienced types help me with my errorformat...
Steven Klass
steven.klass@...
Feb 1, 2004 11:38 pm
47364
Anybody: I'm fairly new to Vim (on Win32, using Cream), and am having an issue with the syntax behavior for Ruby. I've scoured the ruby.vim file but it isn't ...
Bob Calco
bobcalco@...
Feb 2, 2004 12:17 am
47365
... I suspect you have filetype-dependent indenting on (the default vimrc, vimrc_example.vim, sets it). Check it with ... If it says indent is ON, that's what...
Antoine J. Mechelynck
antoine.mechelynck@...
Feb 2, 2004 1:10 am
47366
vim, I use Vim for everything, but find myself going to TextPad for one or 2 things. I was wondering if there is a Vim equivalent? The first one and the one I...
Tim Musson
Tim@...
Feb 2, 2004 1:58 am
47367
... Take a look at ... I haven't read it closely enough to see if that could cause what you're seeing, but it looks promising. HTH, Gary -- Gary Johnson...
Gary Johnson
garyjohn@...
Feb 2, 2004 2:02 am
47368
Hi Neil, I think I can share with you about using chinese input under Linux in vim6.2 . I use fcitx, which is one of the xim server you've found. Since I'm not...
Sam Hsu
Yi.Xu@...
Feb 2, 2004 2:29 am
47369
... HTH, Gary -- Gary Johnson | Agilent Technologies garyjohn@... | Wireless Division...
Gary Johnson
garyjohn@...
Feb 2, 2004 2:49 am
47370
... In Unix (I don't know about anything else) sort has the option -u. this sorts and removes duplicate lines (man sort): :%!sort -u. Also see the ...
Elliott Hoel
hoele@...
Feb 2, 2004 3:11 am
47371
... Unix has a filter called "uniq" to remove duplicate lines, so you may do (outside of Vim) sort < inputfilename | uniq > outputfilename If Windows has...
Antoine J. Mechelynck
antoine.mechelynck@...
Feb 2, 2004 3:33 am
47372
... Doesn't work. ... Doesn't work. Really does it work as a new group separate from SpecialKey on Yakov's machine? OK, I think I have finally stumbled accross...
Hiroshi Iwatani
HGA03630@...
Feb 2, 2004 4:12 am
47373
How can I move to the beginning/end of hash comments: # [/ and ]/ only # work for C-style # comments. ? Andrew. -- "The thing that used to worry him most was...
Andrew Nesbit
alnesbit@...
Feb 2, 2004 4:12 am
47374
For sort use the Sort function as mentioned by other people... there are some quick version available. I've just added a tip for deleting duplicates based on...
Michael Geddes
mgeddes@...
Feb 2, 2004 4:47 am
47375
... let z = "c:\\txt\\ai_" . strftime("%Y%m") . ".txt" execute "e + " . z //. ... From: scott2237 [mailto:scott2237@...] Sent: Sunday, 1 February 2004...
Michael Geddes
mgeddes@...
Feb 2, 2004 4:52 am
47376
Try these: map [# ?\%(^\s*#.*\n\)\@<!\%(^\s*#\)<CR> map ]# /^\(\s*#\).*\n\(\s*#\)\@!<CR> It only works on #comments in blocks at the beginning of the line...
Michael Geddes
mgeddes@...
Feb 2, 2004 5:04 am
47377
... Some times ago, there was a discussion here on this topic. The result is available within ...