... yes, that's what i meant by "regular vim" in the subject :) ... UTF-8 ... utf-8 ... +arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset ...
lanzz
lanzzzz@...
Oct 1, 2007 7:44 am
5040
... wouldn't 0..1 or 0..100 be a more sensible range? ... Better. Some more complaints: white foreground on pink background for TODO markers in C code is a)...
Nico Weber
nicolasweber@...
Oct 1, 2007 1:26 pm
5041
... Glad to help! ... How about this? I'm not sure if this is too much or too little ... +++ gui_mac.txt 2007-10-02 15:56:09.000000000 +1000 @@ -62,13 +62,18...
Tim Allen
thristian@...
Oct 2, 2007 7:09 am
5042
... That certainly sounds like a reasonable (read: good) idea to me. One (simple) way would be to set a variable in .vimrc and not load the MacVim specific...
björn
bjorn.winckler@...
Oct 2, 2007 9:18 am
5043
... Yes, this sounds like an excellent solution. It would cater to those who are familiar with OS X and want to have a look at Vim, and it would allow more...
Thomas
thomas.schmitz@...
Oct 2, 2007 3:41 pm
5044
Hi All Just throwing out little things I notice as I work with MacVim. Feel free to tell me to quiet down or report differently! If I correct a spelling error...
Brian McKee
brian.mckee@...
Oct 2, 2007 5:10 pm
5045
... Is it possible to have options that take floating point values? If not, 0..100 does seem more sensible than 0-255 and I guess nobody will be too upset...
björn
bjorn.winckler@...
Oct 2, 2007 5:25 pm
5046
... Thank you Tim! It looks good to me...I've integrated it with the help. ... Thanks for digging into those functions. I followed your suggestion and simply...
björn
bjorn.winckler@...
Oct 2, 2007 7:19 pm
5047
... I would say: If none of the environment variables is defined, then default to utf-8. Someone using a shell might want to set those variables to tell his...
Bram Moolenaar
Bram@...
Oct 2, 2007 8:25 pm
5048
... MacVim doesn't override any default mappings, it only adds mappings which are not used in default vim (because "normal" keyboards don't have a Cmd key). If...
Nico Weber
nicolasweber@...
Oct 3, 2007 7:14 am
5049
Hi, ... I did some testing, it's like this on windows as well. And on gtk, the click on the corrected word in the context menu was ignored completely. So this...
Nico Weber
nicolasweber@...
Oct 3, 2007 7:29 am
5050
... ...and if you *do* map Cmd-key equivalents, they will[1] override MacVim's defaults anyway. [1] Or "should" - I haven't tried it myself, but it seems the...
Tim Allen
thristian@...
Oct 3, 2007 8:32 am
5051
... Right. It's because the popup menu replaces the word directly, not using "z=". This won't be easy to fix. ... This is because "z=" uses the context of...
Bram Moolenaar
Bram@...
Oct 3, 2007 9:55 am
5052
... Nico and Tim are right in saying that Cmd does not exist on any other platform, and you can override such mappings anyway (with menukeyequiv, NOT with...
björn
bjorn.winckler@...
Oct 3, 2007 10:02 am
5053
Great work on Macvim guys! I'm already finding it to be a much better alternative to the carbon port. I do have a quick question about the mapping of...
winson.chung
winson.chung@...
Oct 3, 2007 10:09 am
5054
Hi! ... It seems that $VIM/gvimrc does override my mappings. I've added some stuff in a ~/.vim/plugin/ file to map e.g. Alt-+movements (to switch vim windows...
Niklas Lindström
lindstream@...
Oct 3, 2007 12:07 pm
5055
... Sorry about that...I forgot that I do some mappings in $VIM/gvimrc. Namely <D-Arrow key> and <M-Arrow key> (everything else is done via ... disable at the...
björn
bjorn.winckler@...
Oct 3, 2007 12:43 pm
5056
... Ah - I guess I've not tried that particular combination before in linux. Do I get a gold star for finding obscure bugs then? :-) Not a big thing. Thanks ...
Brian McKee
brian.mckee@...
Oct 3, 2007 12:45 pm
5057
Björn - I had a quick look at the MacVim patch. I can see you have version r300 available for download, but the patch is for r296. I only looked at the ...
Bram Moolenaar
Bram@...
Oct 3, 2007 1:11 pm
5058
Hi, I've been compiling vim on my macbook for a while and everything has been working fine. I would like to enable the encoding command with "multibyte", but I...
Brett Calcott
brett.calcott@...
Oct 3, 2007 2:10 pm
5059
... The patch revision discrepancy is to be expected. I only update the patch when the Vim source code changes and not when the MacVim code changes, hence...
björn
bjorn.winckler@...
Oct 3, 2007 5:01 pm
5060
Hi, ... I get these too from time to time. Doing a `make clean; make -j2` usually fixes this. Nico --~--~---------~--~----~------------~-------~--~----~ You...
Nico Weber
nicolasweber@...
Oct 3, 2007 6:05 pm
5061
... Reference: http://update.omnigroup.com/ (naturally, they only count people using their software, but...) ... Since MacVim is known as MacVim and vim-cocoa...
Nico Weber
nicolasweber@...
Oct 3, 2007 6:10 pm
5062
... I will take a look at it as soon as I get a chance. /Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
björn
bjorn.winckler@...
Oct 3, 2007 8:18 pm
5063
... As I said, the default behavior should be that all these mappings and menus are loaded - otherwise, users new to Vim would be endlessly confused. But I...
Thomas
thomas.schmitz@...
Oct 3, 2007 8:25 pm
5064
... No problem; compared to the usefulness of MacVim that can't really count. ;) Still, it may be useful to have some part of the system gvimrc as optional, as...
Niklas Lindström
lindstream@...
Oct 3, 2007 8:34 pm
5065
Björn - Thanks for considering my remarks. ... How about ":macmenukey"? I haven't looked into what it does exactly... ... I always like to support as many OS...
Bram Moolenaar
Bram@...
Oct 3, 2007 8:39 pm
5066
... Unlike Win32, Cocoa doesn't blindly display whatever appears after \t as the right-hand column of a menu. I'm guessing that you need to specifically tell...
Tim Allen
thristian@...
Oct 3, 2007 10:56 pm
5067
For what it's worth, I totally cocur on the 10.4 vs earlier oses issue. Most mac users update very regularly. 10.5 is out this month anway. Cheers George ...
georgeharker@...
Oct 4, 2007 7:35 am
5068
Hi Björn, I noticed that the spelling undercurl was very tight to the baseline of the text (and hence mostly invisible most of the time). I tweaked that...