Another alternative maybe is to use the pastetoggle command - http://vimdoc.sourceforge.net/htmldoc/options.html#'pastetoggle' VIM Documentation . I have the...
rleeden
rleeden@...
Jan 2, 2007 11:24 am
4254
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...
Kenneth Reid Beesley
krbeesley@...
Jan 4, 2007 8:26 am
4255
Test message. Is this distribution list active?...
Kenneth Reid Beesley
krbeesley@...
Jan 5, 2007 8:02 pm
4256
Yep ... From: Kenneth Reid Beesley <krbeesley@...> To: vim-mac@... Sent: Friday, January 5, 2007 11:00:45 AM Subject: test message Test message. Is...
Sean Plank
sapsolaris@...
Jan 5, 2007 10:22 pm
4257
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...
Rui Gonçalves
rui.c.a.g@...
Jan 7, 2007 12:11 am
4258
... That seems to do the trick here. The second mapping is for jumping to the end of the line. -- Jarimatti Valkonen javalkon@......
Jarimatti Valkonen
javalkon@...
Jan 7, 2007 8:21 am
4259
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> ?...
Rui Gonçalves
rui.c.a.g@...
Jan 7, 2007 10:56 am
4260
Hi, ... It might be possible that this does only work with a recent patch. Try the latest svn version... Nico...
Nicolas Weber
nicolasweber@...
Jan 7, 2007 11:03 am
4261
... 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...
Axel Kielhorn
A.Kielhorn@...
Jan 8, 2007 5:16 pm
4262
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...
Brett Calcott
brett.calcott@...
Jan 8, 2007 11:04 pm
4263
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/ ...
Dave Land
land@...
Jan 8, 2007 11:11 pm
4264
... 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...
Dave Land
land@...
Jan 8, 2007 11:20 pm
4265
... 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...
Bram Moolenaar
Bram@...
Jan 9, 2007 9:26 am
4266
... 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 ...
Brian McKee
map@...
Jan 9, 2007 7:13 pm
4267
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! ...
Brett Calcott
brett.calcott@...
Jan 11, 2007 1:39 am
4268
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. ... ...
Niklas Lindström
lindstream@...
Jan 11, 2007 9:39 am
4269
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...
listuser
listuser@...
Jan 14, 2007 6:13 pm
4270
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...
listuser
listuser@...
Jan 14, 2007 8:10 pm
4271
... [...] ... Martin, no top-posting please. This works for me: let SOURCEME=expand("/usr/local/etc/vim/plist.vim") if filereadable(SOURCEME) exe "source " ....
Andre Berger
andre.berger@...
Jan 15, 2007 8:16 am
4272
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...
listuser
listuser@...
Jan 15, 2007 10:36 pm
4273
eljay@...
Jan 19, 2007 2:45 pm
4274
... Thank you for pointing me to the right direction. Actually I have partially solved my question (see http:// ...
listuser
listuser@...
Jan 20, 2007 11:59 am
4275
The original message was included as attachment...
asl@...
Jan 21, 2007 3:04 pm
4276
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...
Panos Laganakos
panos.laganakos@...
Jan 21, 2007 8:11 pm
4277
Nicolas asked if we could have RSS feed support. Great idea :) Now we do! -- Panos Laganakos...
Panos Laganakos
panos.laganakos@...
Jan 21, 2007 10:06 pm
4278
... Looks nice. -- Jussi Hagman, jhagman@..., iChat/AIM: jussihagman, ICQ: 54004113 Studentbyn 4 D 33, 20540 Åbo, Finland +358 50 56 51 170...
Jussi Hagman
jhagman@...
Jan 22, 2007 11:08 pm
4279
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...
Panos Laganakos
panos.laganakos@...
Jan 26, 2007 8:54 pm
4280
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...
Panos Laganakos
panos.laganakos@...
Jan 29, 2007 8:07 am
4281
... 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...
Matthew Jenove
mjenove@...
Jan 29, 2007 9:29 am
4282
... 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...