... I am afraid that this is one of the things that just does not work with the current font-rendering code. Watch this list for updates. Possibly helpful...
4281
Matthew Jenove
mjenove@...
Jan 29, 2007 9:29 am
... I don't know if this really answers your question, but I use "win" in command mode to set the window size. On my 15" Powerbook, the first think I...
4280
Panos Laganakos
panos.laganakos@...
Jan 29, 2007 8:07 am
Matthew, thanks for the tip. Although I read in the help files, that: win[size] {width} {height} command is obsolete and we are supposed to use: set...
4279
Panos Laganakos
panos.laganakos@...
Jan 26, 2007 8:54 pm
Is there a way to modify the way that Vim maximizes? ie other than just taking the max height, have it take the max width of the screen. These is supposed to...
4278
Jussi Hagman
jhagman@...
Jan 22, 2007 11:08 pm
... Looks nice. -- Jussi Hagman, jhagman@..., iChat/AIM: jussihagman, ICQ: 54004113 Studentbyn 4 D 33, 20540 Åbo, Finland +358 50 56 51 170...
4277
Panos Laganakos
panos.laganakos@...
Jan 21, 2007 10:06 pm
Nicolas asked if we could have RSS feed support. Great idea :) Now we do! -- Panos Laganakos...
4276
Panos Laganakos
panos.laganakos@...
Jan 21, 2007 8:11 pm
Hello, I've recently aquired a MacBook, and I've been moving my developing enviroment over to it, that means, just Vim :) Though, I had a bit of a trouble...
4275
asl@...
Jan 21, 2007 3:04 pm
The original message was included as attachment...
4274
listuser
listuser@...
Jan 20, 2007 11:59 am
... Thank you for pointing me to the right direction. Actually I have partially solved my question (see http:// ...
4273
eljay@...
Jan 19, 2007 2:45 pm
4272
listuser
listuser@...
Jan 15, 2007 10:36 pm
Hello, thanks for the reply. ... I didn't need this part since my plugin ist stored in .vim/ftplugin ... This helped. I just added "au BufRead,BufNewFile...
4271
Andre Berger
andre.berger@...
Jan 15, 2007 8:16 am
... [...] ... Martin, no top-posting please. This works for me: let SOURCEME=expand("/usr/local/etc/vim/plist.vim") if filereadable(SOURCEME) exe "source " ....
4270
listuser
listuser@...
Jan 14, 2007 8:10 pm
Thank you for your replay, but actually it does not really help. ... what i am supposed to get out of it to answer my question. I know how to use 'autocmd...
4269
listuser
listuser@...
Jan 14, 2007 6:13 pm
Hello together, I have a plugin which I want to use as a filetype plugin for binary plist files (e.g. the ones locatet in ~/Library/Preferences). I have...
4268
Niklas Lindström
lindstream@...
Jan 11, 2007 9:39 am
Hi! Regarding getting your environment into a gvim session. I use the gvim.app which is used to launch multiple Vim.app:s, but with a modified script. ... ...
4267
Brett Calcott
brett.calcott@...
Jan 11, 2007 1:39 am
Hi Dave, Thanks for that. I have spent about 15 years on Windows and know it well. Now I have the fun of discovering all the hidden bits on Mac. Thanks a lot! ...
4266
Brian McKee
map@...
Jan 9, 2007 7:13 pm
... Hash: SHA1 ... Just a quick note to anyone using that plist option - I once wasted about 20 hours of my time because a 'bad? corrupt? I never determined ...
4265
Bram Moolenaar
Bram@...
Jan 9, 2007 9:26 am
... This issue comes up often enough that it deserves a section in the help. Could you perhaps write some text? If you can send me a patch that would be...
4264
Dave Land
land@...
Jan 8, 2007 11:20 pm
... Actually, making this work in bash (or other shell) requires a little more than just reading the file... Here's the relevant chunk from my .bashrc: # Get...
4263
Dave Land
land@...
Jan 8, 2007 11:11 pm
Hello, ... I don't know if the Mac folks have filled you in, but apps launched from the Finder get their environment from the file ~/.MacOSX/ ...
4262
Brett Calcott
brett.calcott@...
Jan 8, 2007 11:04 pm
This does seem to be the case. No amount of fiddling with .profile .bashrc .bash_profile /etc/bashrc or whatever makes any difference to the environment that...
4261
Axel Kielhorn
A.Kielhorn@...
Jan 8, 2007 5:16 pm
... Well, actually they get the environment from the shell that starts Vim. When you start Vim from the bash, it will inherit the environment. When you start...
4260
Nicolas Weber
nicolasweber@...
Jan 7, 2007 11:03 am
Hi, ... It might be possible that this does only work with a recent patch. Try the latest svn version... Nico...
4259
Rui Gonçalves
rui.c.a.g@...
Jan 7, 2007 10:56 am
I don't understand the reason, but this does't work... I tried ... and this solved the problem, but what is the problem with <S-Left> ?...
4258
Jarimatti Valkonen
javalkon@...
Jan 7, 2007 8:21 am
... That seems to do the trick here. The second mapping is for jumping to the end of the line. -- Jarimatti Valkonen javalkon@......
4257
Rui Gonçalves
rui.c.a.g@...
Jan 7, 2007 12:11 am
is possible change the behavior of key combination <shift><left-arrow> to "go to begin of line" in insert mode? regards Rui Gonçalves PS: I already asked this...
4256
Sean Plank
sapsolaris@...
Jan 5, 2007 10:22 pm
Yep ... From: Kenneth Reid Beesley <krbeesley@...> To: vim-mac@... Sent: Friday, January 5, 2007 11:00:45 AM Subject: test message Test message. Is...
4255
Kenneth Reid Beesley
krbeesley@...
Jan 5, 2007 8:02 pm
Test message. Is this distribution list active?...
4254
Kenneth Reid Beesley
krbeesley@...
Jan 4, 2007 8:26 am
Newbie question: I have Vim.app installed, version 7.0. on a Tibook running OS X 10.4.8 When I launch it by clicking Vim.app, or using the 'gvim' command from...
4253
rleeden
rleeden@...
Jan 2, 2007 11:24 am
Another alternative maybe is to use the pastetoggle command - http://vimdoc.sourceforge.net/htmldoc/options.html#'pastetoggle' VIM Documentation . I have the...