Hi, ... Is there a way to enforce the pasting "as characters". Normally, if I want to paste a few lines, I go into insert mode at the specific point and paste...
12190
Barrie Stott
zen146410@...
Mar 23, 2011 12:30 pm
Is it possible to have more than a single form of spell checking? Can I use en_gb for business letters and a new one, asdf, say, for computer documentation,...
12191
Ben Schmidt
mail_ben_schmidt@...
Mar 23, 2011 1:50 pm
... I don't think this is a specific MacVim list. Anything related to Vim on the Mac belongs here, IMHO. That includes stuff about MacVim (which is Vim with a...
12192
Ben Schmidt
mail_ben_schmidt@...
Mar 23, 2011 1:51 pm
... Ben. -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,...
12193
Barrie Stott
zen146410@...
Mar 23, 2011 3:06 pm
... Thanks for this, Ben. I'd read it before but there's so much information that it didn't register with me that .spl is a compiled format. I've now compiled...
12194
Diego
diego898@...
Mar 24, 2011 2:26 am
Hello all, When I type vim in my terminal, it tells me that I am running vim 7.2.108. I want to learn more about building from source so I clone the vim src...
12195
Kyle Lippincott
spectral@...
Mar 24, 2011 2:30 am
I believe that make install typically places it in /usr/local. You should be able to get it to overwrite the system one by specifying --prefix to configure,...
12196
Diego
diego898@...
Mar 24, 2011 2:35 am
How can I replace my old vim with the new vim? -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you...
12197
Kyle Lippincott
spectral@...
Mar 24, 2011 2:38 am
I'm not sure I understand what you're asking. By 'old vim', you mean the 7.2 version that came with Mac OS X that's in /usr/bin? I think this will work, just...
12198
Melton Low
softw.devl@...
Mar 24, 2011 7:38 am
As a general rule DO NOT REPLACE anything that came from Apple. Leave it alone. Let it coexist with your updated stuff. ... -- You received this message from...
12199
Melton Low
softw.devl@...
Mar 24, 2011 7:38 am
Your new version of Vim is probably in /usr/local/bin. That's the default installation directory since you didn't specify --prefix on your configure step....
12200
Barrie Stott
zen146410@...
Mar 24, 2011 11:33 am
I want to find, by a script, which mode I am in. Is this possible? I know I can set Normal mode by typing a couple of <esc> characters but I want to be in the...
12201
Charlie Tanksley
charlie.tanksley@...
Mar 24, 2011 1:43 pm
... If you install MacVim with Homebrew, there is an option that is relevant here. I'm pretty sure that `brew install macvim --override-system-vim` will leave...
12202
björn
bjorn.winckler@...
Mar 24, 2011 1:51 pm
... Any suggestions on how to make it less confusing? Björn -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below...
12203
Janusz Bossy
janusz.bossy@...
Mar 24, 2011 2:23 pm
... Maybe just: "MacVim is Vim for your Mac" :) Janusz -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the...
12204
Ben Schmidt
mail_ben_schmidt@...
Mar 24, 2011 5:18 pm
... I like it. Another description that comes to mind is something like this, depicting MacVim more like a bridge: "MacVim brings together Vim--the Vi IMproved...
12205
Kun
likunarmstrong@...
Mar 25, 2011 11:18 pm
Hi all: I have been using MacVim without any problem for quite a while. However, I suddenly run into the bouncing problem this morning. When I click the MacVim...
12206
dacresni
vivacarlie@...
Mar 26, 2011 12:28 am
perhaps more like MacVim is an Aqua GUI for Vim, like Gvim is a GTK gui for Vim. -- You received this message from the "vim_mac" maillist. Do not top-post!...
12207
dacresni
vivacarlie@...
Mar 26, 2011 12:37 am
not all words are in the dictionary, sometimes you specifically wish to spell a word wrong to emphasize a point or to exemplify the wrong spelling of a word....
12208
dacresni
vivacarlie@...
Mar 26, 2011 12:40 am
my first test would be to check what "which vim" returns and also "which vi" also try launching vi from the command line, it should still come up as vim. Any...
12209
windstorm
likunarmstrong@...
Mar 26, 2011 2:15 am
Thanks for the reply I linked vi to vim, so vi is actually vim in my system. I use the vim in MacVim.app/Contents/MacOS/ as my vim so this is what "which vim" ...
12210
Barrie Stott
zen146410@...
Mar 26, 2011 8:18 am
... BAD WORDS *spell-BAD* In the affix file a BAD line can be used to define the affix name used for bad words. Example: BAD ! ~ This can be used to...
12211
björn
bjorn.winckler@...
Mar 26, 2011 11:02 am
... Just to be sure, have you really gone through all the steps of [1]? If so, please generate a debug log [2] and post it here so that I may see how far...
12212
Kun
likunarmstrong@...
Mar 26, 2011 6:43 pm
I realize that it may not be the problem of MacVim since some other applications also meet similar problem. I will probably reinstall the OS then. Sorry for...
12213
Zsombor Nagy
zsombor42@...
Mar 29, 2011 9:25 am
... Hi! I have exactly the same problem. It would be nice to force it always paste as characters! e.g. I start a new line, press two tabs, and then I want to ...
12214
björn
bjorn.winckler@...
Mar 29, 2011 8:34 pm
... I don't know of any way. ... I also have issues with this behavior. When in insert mode I always want the text where the cursor is. Pasting is set up...
12215
Tyson Roberts
tyson@...
Mar 30, 2011 3:41 am
I could be misinterpreting what you want, but does this do what you want? nn <leader>p ai<C-R>"<ESC> ... -- You received this message from the "vim_mac"...
12216
björn
bjorn.winckler@...
Mar 30, 2011 6:35 pm
... I think there is a typo in here, but it is the right idea. In insert mode, instead of using Cmd-v, try <C-R>+ If the text on the pasteboard is linewise...
12217
Zsombor Nagy
zsombor42@...
Mar 30, 2011 11:36 pm
... Hi all! I'm experiencing something unexpected. I tried to make Cmd-v doing this <C-R>+ stuff, but first I only added this to my .gvimrc: macmenu...
12218
björn
bjorn.winckler@...
Mar 31, 2011 8:07 pm
... This sounded weird so I had to take a closer look. It turns out that some keyboard bindings are hardwired in the source code for Mac OS X (this is a...