Greetings, Vim users. I am hosting a Vim BOF at the upcoming O'Reilly Open Source Convention: Title: Vim 8? Date: Tuesday, 19 September 2006 Time: 20:30 -...
Bram Moolenaar
Bram@...
Sep 1, 2006 8:37 pm
4142
Hello, Has anyone forward ported the transparency patch[1] to vim 7.0? I ported the very old patch[2], but the transparency of the entire window is not what I...
Kurt Hindenburg
kurt.hindenburg@...
Sep 3, 2006 12:04 am
4143
I just tried running evim (vim -y) from the Terminal. It opened a window in the background that looked like gvim. However I couldn't select it and thus...
Jeremy Conlin
jeremit0@...
Sep 5, 2006 6:43 pm
4144
... It works for me. (At least, vim -y works; my shell does not recognize evim.) If you are using a version of vim from http://macvim.org/OSX/index.php then $...
Benji Fisher
benji@...
Sep 5, 2006 11:07 pm
4145
... I should have clarified which version of vim I am using. I compiled from the source. When I invoke "vim -y" from the command line, it doesn't use the...
Jeremy Conlin
jeremit0@...
Sep 6, 2006 4:13 am
4146
... If you compiled yourself, how did you install it? By default, $ cd vim70/src $ make on the Mac will create src/Vim.app . Did you also do $ make install ...
Benji Fisher
benji@...
Sep 6, 2006 11:47 am
4147
... A couple of people have expressed interest in porting the patch, but I do not think that anyone has carried through on it yet. --Benji Fisher...
Benji Fisher
benji@...
Sep 6, 2006 12:14 pm
4148
... When I compiled vim, I did the standard installation procedure ./configure (plus options) make sudo make install $vim --version VIM - Vi IMproved 7.0 (2006...
Jeremy Conlin
jeremit0@...
Sep 6, 2006 2:59 pm
4149
suJꛣD}ɾ[WܝYh2C|xF#'z|$\u? ...
george@...
Sep 7, 2006 5:11 pm
4150
... Whilst this is very useful for in the editor window it also disables the left/right scrolling in the file open dialog. Is it possible to only disable the...
Adam Mercer
ramercer@...
Sep 10, 2006 1:19 am
4151
Hi, ... What do you mean with "file open dialog"? If I hit Cmd-O, I can use the trackpad to scroll left/right in the file open dialog that appears. Can you...
Nicolas Weber
nicolasweber@...
Sep 10, 2006 10:18 am
4152
... I open GVim and select Open from the File menu, then trackpad scrolling left and right doesn't scroll the file dialog left and right, only up/down trackpad...
Adam Mercer
ramercer@...
Sep 10, 2006 4:23 pm
4153
Hi, ... works for me...which exact vim version (patchlevel) and Mac OS X version are you using? Thanks, Nico...
Nicolas Weber
nicolasweber@...
Sep 10, 2006 8:03 pm
4154
... Just updated to 7.0.099 and its working again, I must have been doing something strange with the previous builds. Sorry for the noise. Cheers Adam...
Adam Mercer
ramercer@...
Sep 10, 2006 8:36 pm
4155
... Hash: SHA1 This should be reproducable on any Mac ... If I open that file in vim I get ??^@/^@*^@ ^@=^@=^@=^@=^@=^@ ^@F^@i^@l^@e^@n^@a^@m^@e^@s but Text...
Brian McKee
map@...
Sep 18, 2006 3:58 pm
4156
I've got the following lines in my .vimrc: set encoding=utf8 set fileencoding=utf8 That works like a charm for me. Good luck,...
Chris Eidhof
chris@...
Sep 18, 2006 6:33 pm
4157
Have a look at these....
dany.stamant@...
Sep 18, 2006 9:09 pm
4158
Forwarded message is available. +++ Attachment: No Virus found +++ MessageLabs AntiVirus - www.messagelabs.com...
pinard@...
Sep 20, 2006 9:13 am
4159
... Yes. If you have your "fileencodings" set right, it should just work. Try (in your .vimrc) set fileencodings=ucs-bom,utf-8,default,latin1 if you have...
I cannot get keyboard selecting to work with gVim 7 on my Powerbook; I am running OS X 10.4/PPC and Vim 7.0/PPC built on May 8 2006 by Benji Fisher. I've...
Matthew Jenove
mjenove@...
Sep 22, 2006 1:15 am
4162
Hi Matthew, ... This looks like a Vim bug. If you hit C-V S-Right in insert mode, only <Right> is inserted. It seems the modifier keys are not detected for...
Nicolas Weber
nicolasweber@...
Sep 22, 2006 6:05 am
4163
... Once you have the region you want selected in Visual mode, you can use "c" or "s" (without the quotes) to delete it and enter Insert mode. If you really...
Hi, here's a patch to current svn that applies modifier keys (shift, ctrl, cmd etc) to special keys as well. With this patch, Shift-Left/ Right work and some...
Nicolas Weber
nicolasweber@...
Sep 24, 2006 6:51 pm
4166
... I have uploaded the patch to http://macvim.org/OSX/files/patches/keyevent.diff (I wrote a little shell script, so I do not have to remember to make patches...
Benji Fisher
benji@...
Sep 25, 2006 1:02 pm
4167
... Thanks for the patch. I'll send it out after some time, waiting for reports. -- This message contains 78% recycled characters. /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Sep 26, 2006 5:55 pm
4168
... I installed it yesterday; this was one of the few things that was driving me batty. Now, my key mappings work! Thanks for the work....
Timothy Reaves
treaves@...
Sep 26, 2006 7:44 pm
4169
Hi, ... The attached patch should fix this problem as well (again the diff is against vim svn). The problem was that chars like ^A (ctrl-a) were sent with ...
Nicolas Weber
nicolasweber@...
Sep 27, 2006 8:07 pm
4170
Hello, Just a quick question, as searching online has given me nothing. Is there a VIM equivalent to the Emacs/Bash Control-t command that swaps the two...