... Glad to see it will work and I will try it. If it really works, I think vim help document should be updated. Currently, "default" is only mentioned in "hi...
123019
Tony Mechelynck
antoine.mechelynck@...
May 1, 2011 11:25 am
On 01/05/11 10:01, pansz wrote: [...] ... If you had checked my first reply, you would have found at line 4087 of syntax.txt, ... Best regards, Tony. -- ...
123020
Samkit Jain
samkit.feeds@...
May 1, 2011 12:51 pm
I am having syntax and highlight group put to the bottom of my ~/.vimrc file. syntax keyword UserKeywords Samkit CHECKME REVIEW CHECKME containedin=ALL ...
123021
Ben Schmidt
mail_ben_schmidt@...
May 1, 2011 1:18 pm
... Yeah, well at that line in my syntax.txt (dated the same as yours, IIRC--I believe I checked against a date you provided), I find ... Which is related, I...
123022
Ben Schmidt
mail_ben_schmidt@...
May 1, 2011 1:35 pm
... You probably don't want the 'def' in there, but it probably doesn't really matter. ... Syntax is buffer-specific, so as soon as you edit any other file of...
123023
Tony Mechelynck
antoine.mechelynck@...
May 1, 2011 3:06 pm
... Are you sure? My syntax.txt is dated April 6 (as shown on line 1), however the corresponding changeset (0877b8d6370e) was only committed on April 28,...
123024
Bee
beeyawned@...
May 1, 2011 3:58 pm
... -Bill -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,...
123025
Lena
ririna10@...
May 1, 2011 6:56 pm
Is this possible, such hypothetic plugin: "file-persistent settings": the plugin would save (automatically) and restore (automatically) settings per...
123026
Ben Schmidt
mail_ben_schmidt@...
May 1, 2011 11:56 pm
... Nope. I mustn't have checked after all (or perhaps only naďvely checked the month and not the day). Mine is dated April 1. Ben. -- You received this...
123027
Harsh J
harsh@...
May 2, 2011 12:01 am
I believe you may be looking to use modelines, or vim's session feature (:mksession). ... -- Harsh J http://harshj.com -- You received this message from the...
123028
mech
menyland@...
May 2, 2011 12:01 am
Hello, I have been trying to get into using gvim and I can't get this one thing figured out. I frequently have my files buried in folders because I like to...
123029
Ben Schmidt
mail_ben_schmidt@...
May 2, 2011 12:22 am
... Take two: naïvely. Something gone wrong with encoding.... Ben. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
123030
Ben Schmidt
mail_ben_schmidt@...
May 2, 2011 2:05 am
... Problem: Folds are not automatically opened any more Solution: Add a zv command when "search" is in 'foldopen' no <script> <expr> n...
123031
Tony Mechelynck
antoine.mechelynck@...
May 2, 2011 3:28 am
... Somehow the post (in 8bit Latin1) to which I'm replying here (in UTF-8) had "naïvely" with a correct i-diaeresis (0xEF in Latin1), but the next one (in...
123032
Ben Schmidt
mail_ben_schmidt@...
May 2, 2011 5:29 am
... Google Groups messed it up. It left here as: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit naïvely but then...
123033
vicky b
vickyb2084@...
May 2, 2011 6:52 am
Hi all, I am using Exuberant ctags for java ,i am able to generate tags now.I am also using taglist plugin for vim.Now how can I jump to a method which is in ...
123034
Christian Brabandt
cblists@...
May 2, 2011 8:42 am
... That has been mentioned before. See the thread starting at: http://groups.google.com/group/vim_use/msg/282220b092f894f5 and ...
123035
Ben Schmidt
mail_ben_schmidt@...
May 2, 2011 8:52 am
... I think it's OK if the mail is sent in UTF-8. If it's sent in some other encoding, Google Groups tries to convert it to UTF-8 and botches it up. But if it...
123036
Sergey Vakulenko
ppdlive@...
May 2, 2011 12:09 pm
Hello ... file1.txt | file1.txt ... file1.txt ... I want to know, how i can get all file1.txt buffer numbers occurrences : in what windows...
123037
Andy Wokula
anwoku@...
May 2, 2011 1:00 pm
... He, thanks, that's right. But I'd use another script mapping to add the zv; for example, at the moment, one can't do (Insert mode) Ctrl-O n ono m //e<CR> ...
123038
cyboman
rail.shafigulin@...
May 2, 2011 1:40 pm
thanks everyone. ... -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
123039
Taylor Hedberg
tmhedberg@...
May 2, 2011 2:33 pm
If your tags file is properly generated, you should be able to follow tags between files the same way you follow tags within a file: position the cursor on the...
123040
Jean-Rene David
jrdavid@...
May 2, 2011 2:38 pm
... Place your cursor on the name of the function and press 'ctrl-]'. Or type ':tag name_of_your_function<Enter>'. HTH, -- JR -- You received this message from...
123041
Sergey Vakulenko
ppdlive@...
May 2, 2011 6:52 pm
Hello I want to know, how i can identify buffer, if it's displayed on screen or not. For example i open buffer 'option.c', then open buffer 'file2.txt' in same...
123042
ZyX
zyx.vim@...
May 2, 2011 7:45 pm
Reply to message how to get list of not displayed (hidden or unloaded) buffers, sent 22:50:57 02 May 2011, Monday by Sergey Vakulenko: Try the following...
123043
Sergey Vakulenko
ppdlive@...
May 2, 2011 9:02 pm
On not exist buffers BufHidden() also return true. But, with buflisted() it's works great! thanks a lot ... -- You received this message from the "vim_use"...
123044
googler
pinaki_m77@...
May 2, 2011 10:25 pm
I have a text file with a number of lines in it. Each line has the same format, say something like below. <string1> <string2> <number> <string3> I want to sort...
123045
Mahendra Ladhe
lml108@...
May 2, 2011 10:32 pm
Hi, I am using vim 7.3 on Windows XP. I'm trying to map some function keys using 'map' command in the .vimrc When I enter the key sequence ctrl-v followed...
123046
Ulrar
lemonnier.k@...
May 2, 2011 10:32 pm
Hi, I'm new to vi, switching from emacs, and I'm trying to configure the colorsheme. The only thing, my typedefs are colored the way I want but no the new...
123047
Michael Hauser
awarewater@...
May 2, 2011 10:45 pm
... Hitting the function keys in insert mode seems to default to print <F1>. Are you asking about the syntax? Perhaps I am misunderstanding you here, but...