Re: Sierra disables "iab" abbreviations

2017-09-12 Thread Bee
On Thursday, July 20, 2017 at 9:31:36 PM UTC-7, Jacob Wegelin wrote: > I manage 3 Mac computers. Two (named BNW and MLZ), I have upgraded recently > to macos Sierra. One (named QQT) remains OS X El Capitan 10.11.6. > > I constantly use vim on my computers. My .vimrc file contains nearly 13K >

Re: Snapshot 74 for OS X 10.10

2015-02-24 Thread Bee
On Monday, February 23, 2015 at 2:44:06 AM UTC-8, Douglas Drumond wrote: Sorry for the delay, finally I published a new snapshot of MacVim. You can find snapshot 74 at https://github.com/douglasdrumond/macvim/releases/tag/snapshot-74 Please let me know if you run into problems. --

Re: how to copy into system clipboard

2013-11-20 Thread Bee
On Wednesday, November 20, 2013 12:43:22 AM UTC-8, LittleQ wrote: it should be ‘single quote’, so it’s  ‘, ‘ not  `, ` I know ' works for lines, but my attempt to use ` is to select a character range. :help ` ' ` To the first line or character of the last selected Visual area in the current

Re: how to copy into system clipboard

2013-11-19 Thread Bee
:help ` ' ` To the first line or character of the last selected Visual area in the current buffer. I tried: :`,`w !pbcopy But got this error: E492: Not an editor command: `,`w !pbcopy Is `,` not a valid range? -- -- You received this message from the vim_mac maillist. Do not top-post! Type

Re: how to copy into system clipboard

2013-11-18 Thread Bee
write your selected text to the command !pbcopy, will put it on the system clipboard How do you 'write' selected text to !pbcopy? Bill -- -- 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, visit

how to copy into system clipboard

2013-11-16 Thread Bee
The OP said 'I am using iterm2 with the vim that comes with the Mac OS X system' To determine if that version of vim has access to the clipboard, type the following on the vim command line: echo has(clipboard) If it returned '0' then there is no clipboard support. Bill -- -- You received

MacVim for Mac OS X 10.3 Panther?

2013-11-04 Thread Bee
I compile the current macvim 7.4.xxx for a PowerBook G3 on Tiger 10.4.8 and it runs great. If you would like a copy to see if it runs on Panther, please send me an address to email. Bill -- -- You received this message from the vim_mac maillist. Do not top-post! Type your reply below the

Re: MacVim snapshot 72 for OS X 10.9

2013-10-25 Thread Bee
On Friday, October 25, 2013 11:23:02 AM UTC-7, björn wrote: ... Since I've upgraded my Mac to OS X 10.9 I will from now only be maintaining binaries for this version of OS X. If anybody wants to provide binaries for OS X 10.6 (which I used to build for) then please let me know. ... Björn I

Re: Speeding up cold startup

2013-10-15 Thread Bee
On Monday, October 14, 2013 10:46:47 PM UTC-7, Kevin Burke wrote: Are there any tricks I can use to speed up Macvim's cold startup? On my old old old PowerBook G3 Pismo 500 MHz MacVim 7.4.52, compiled from source, loads in 4 seconds ! Terminal vim, using the MacVim binary, loads in 1 second.

Re: Speeding up cold startup

2013-10-15 Thread Bee
file(s) 158.156 000.975 000.975: sourcing /Users/Bee/.vim/plugin/characterize.vim 162.342 000.605 000.605: sourcing /Users/Bee/.vim/plugin/explainpat.vim 168.033 002.050 002.050: sourcing /Users/Bee/.vim/plugin/plutil.vim 174.373 002.506 002.506: sourcing /Users/Bee/.vim/plugin/Rndm.vim

Re: Speeding up cold startup

2013-10-15 Thread Bee
/Resources/vim/runtime/syntax/nosyntax.vim 186.798 042.643 041.640: sourcing $HOME/.vimrc 186.916 011.471: sourcing vimrc file(s) 195.545 001.012 001.012: sourcing /Users/Bee/.vim/plugin/characterize.vim 198.923 000.540 000.540: sourcing /Users/Bee/.vim/plugin/explainpat.vim 205.311 001.974

Re: how to prevent cmd+Q when multiple splits are open?

2013-10-12 Thread Bee
It is possible to use System Preferences to add or change Keyboard Shortcuts for any Mac App. The following may be slightly different for versions of MacOS. Apple Menu System Preferences Keyboard Mouse Keyboard Shortcuts + Application: Other (find MacVim) Menu Title: Quit MacVim Keyboard

Re: cut/copy/paste

2013-09-24 Thread Bee
On Monday, September 23, 2013 11:02:36 PM UTC-7, Kyle Lippincott wrote: No, literally +y and +p. (The plus is required) On Sep 23, 2013 11:00 PM, Yuma Antoine Decaux jam...@gmail.com wrote: I am not sure if I understand you correctly but have you tried +y? I tried it. IN one window y then p

MacVim successful compiles Mac and Linux

2013-09-03 Thread Bee
Bjorn Using your git macvim-master.zip (c5c6bebf10a0c73b337f99b237ac0610270988cc) I am sucessfully compiling vim 7.4.16 for all: MacOS 10.4.11 PowerBook G3 Pismo 500MHz MacOS 10.6.8 MacBook Pro Intel CoreDuo Linux ! acer Aspire 4315 Intel CoreDuo 2 Bill -- -- You received this message from

ve missing patch numbers

2013-08-06 Thread Bee
Hi Bjorn I downloaded: https://github.com/b4winckler/macvim/archive/master.zip with sha: 864d43f7981c832ede38b4d71445ae62bf6ca3a4 When doing :ve it only gives this info: VIM - Vi IMproved 7.4b BETA (2013 Jul 28, compiled Aug 4 2013 06:41:04) MacOS X (unix) version ... It does not show which

Re: broken getfontname()

2013-06-23 Thread Bee
On Friday, June 21, 2013 6:57:51 AM UTC-7, björn wrote: Thanks for the report. I've pushed a fix. On Tue, Jun 18, 2013 at 6:41 PM, Bee fo...@calcentral.com wrote: getfontname() seems broken is all versions of MacVim I compiled MacVim version 7.3.1233 from https://github.com/b4winckler

Re: broken getfontname()

2013-06-23 Thread Bee
On Friday, June 21, 2013 6:57:51 AM UTC-7, björn wrote: Thanks for the report. I've pushed a fix. On Tue, Jun 18, 2013 at 6:41 PM, Bee wrote: getfontname() seems broken is all versions of MacVim I compiled MacVim version 7.3.1233 from https://github.com/b4winckler/macvim/ and getfontname

broken getfontname()

2013-06-18 Thread Bee
Björn getfontname() seems broken is all versions of MacVim I have tried. It returns nothing. This came up in a vim_use thread: Macvim seems not to be reading my .vimrc http://groups.google.com/group/vim_use/browse_thread/thread/1cdf89cd18cbd596/40f5a41c0e30a261#40f5a41c0e30a261 MacVim 7.3

MacVim 1193 normal Tiger PPC G3 working great

2013-06-15 Thread Bee
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 14 2013 21:31:43) MacOS X (unix) version Included patches: 1-1193 Compiled by bill@ Normal version with MacVim GUI. MacBook Pro osX 10.6.8 Snow Leopard compiled intel only PowerBook G3 Pismo 500 MHz osX 10.4.11 Tiger compiled powerpc only

Re: Volunteer for Snow Leopard snapshot building

2013-06-15 Thread Bee
On Jun 15, 3:24 pm, Eric Weir eew...@bellsouth.net wrote: On Jun 14, 2013, at 11:44 AM, Bee wrote: Björn probably reverted an older Mac that is capable of running Snow Leopard. I suspect any new Mac will require Mountain Lion or better. Thanks, Bill. Guess I'll have to be content with ML

Re: Volunteer for Snow Leopard snapshot building

2013-06-14 Thread Bee
On Jun 11, 11:55 am, björn bjorn.winck...@gmail.com wrote: I actually got fed up with Mountain Lion a few weeks back and reverted to Snow Leopard so I can take care of that for now. ... Björn Björn I downloaded the source from github and it compiled and ran on Snow Leopard. ok, curiosity

Re: Volunteer for Snow Leopard snapshot building

2013-06-14 Thread Bee
On Jun 14, 7:48 am, Eric Weir eew...@bellsouth.net wrote: On Jun 11, 2013, at 2:55 PM, björn wrote: I actually got fed up with Mountain Lion a few weeks back and reverted to Snow Leopard... Didn't know that was possible. Will be getting a new MacBook Air soon. Might want to do the same

Re: Volunteer for Snow Leopard snapshot building

2013-06-11 Thread Bee
On Jun 11, 11:55 am, björn bjorn.winck...@gmail.com wrote: I actually got fed up with Mountain Lion a few weeks back and reverted to Snow Leopard so I can take care of that for now. ... Björn Does that mean there will be an 'official' update of MacVim for Snow Leopard. Bill -- -- You

Re: MacVim doesn't open windows anymore

2013-02-11 Thread Bee
On Feb 11, 12:30 pm, Niels Kobschätzki ni...@kobschaetzki.net wrote: Hi, I have suddenly a very strange problem: I start MacVim and no window gets opened. Pushing cmd+n or using the menu for that doesn't work either. Using the Finder and telling to open a file with MacVim will open MacVim

Re: Oddities In Running MacVim

2013-02-02 Thread Bee
On Feb 2, 6:12 am, björn bjorn.winck...@gmail.com wrote: There is a thread regarding this problem at [1].  Maybe you can help out by generating a debug log as I asked in that thread. Thanks, Björn [1]http://code.google.com/p/macvim/issues/detail?id=363 On Thu, Jan 31, 2013 at 9:58 PM,

Re: Oddities In Running MacVim

2013-02-02 Thread Bee
What are the permissions on MacVim.app ? That 'file' is really a folder (bundle) and should have the 'x' set. In Terminal do this... (if this is where you put MacVim) cd /Applications/MacVim/MacVim.app/Contents/MacOS ls -la What are the permissions of:

Re: Can we have a File Drawer, please?

2013-01-19 Thread Bee
On Jan 19, 2:08 am, Aaron Cruz pferdeflei...@gmail.com wrote: So why not just use vim in your terminal? The only two reasons I use macvim instead of terminal vim are a) Consistent colorscheme support b) System clipboard support If I had these two things I would love using vim in

Re: Vim app for iPad

2013-01-05 Thread Bee
Thanks, Bee. I'm encouraged by your response. I'm curious: Are you able to see what's on the iOS device from iTunes? Yes. In iTunes, specific apps are listed and you can transfer to/from them. Many apps have DropBox support, which to me, is preferable. You speak about iPhone editors. Most

Re: Vim app for iPad

2013-01-05 Thread Bee
This is my .vimrc for ios vim. I used the short form for all settings, just 'cause... iPhone is small. :) Bill 23456789012345678901234567890123456789012 se nocp nobk noswf nowrap se is ic scs rnu se ts=1 sw=1 et ai si sta se nf-=octal nf+=alpha se cb^=unnamedplus,unnamed se lcs+=tab:\|- nm F

Re: Vim app for iPad

2013-01-05 Thread Bee
On Jan 5, 1:40 pm, Eric Weir eew...@bellsouth.net wrote: When I select Vim from the apps set up for sharing on iTunes, click on the add button and select a file on the MacBook, and then click on the Save to... button, Finder does not show the iPad as a connected device. I don't see any way to

Re: Vim app for iPad

2013-01-04 Thread Bee
Hi Eric I used iTunes to put .vim .vimrc and .gvimrc on an iPhone for Vim app to use. It is working quite well. The .gvimrc has only: set guifont=Courier:h18 As the default font on iPhone is too small. The .vimrc is a tiny version of what I use on Mac, Linux and Windows. If you like I will post

Re: guifont + lines + colums

2012-10-05 Thread Bee
On Oct 5, 7:59 am, Keyan key@googlemail.com wrote: Hi, I still have the problem that the following line :set guifont=Menlo:h26 lines=30 columns=80 does change the font, but not the lines and columns. Cheers, Keyan Do you have that line in .vimrc? If yes, try it in .gvimrc Works

Re: guifont + lines + colums

2012-10-05 Thread Bee
Keyan wrote: i had it in my .vimrc and in my .gvimrc. what i have send is from the command mode. the line you have posted does not work for me. i use VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Sep 1 2012 01:05:49) MacOS X (unix) version Included patches: 1-604 Try this in .gvimrc,

Re: guifont + lines + colums

2012-10-05 Thread Bee
Keyan wrote: On 5 Oct 2012, at 21:27, Bee fo...@calcentral.com wrote: Keyan wrote: i had it in my .vimrc and in my .gvimrc. what i have send is from the command mode. the line you have posted does not work for me. i use VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Sep 1 2012 01:05

Re: guifont + lines + colums

2012-10-05 Thread Bee
PS If I set fullscreen in a script is does not work. In .gvimrc I set lines and columns and set fuoptions to do not change size of vim and this mapping to toggle fullscreen ---1-2-3-4-5-6 :set guifont=Menlo:h18 lines=30 columns=80 Don't change

Re: Compiling MacVim

2012-06-18 Thread Bee
On Jun 18, 6:46 am, Eric Weir eew...@bellsouth.net wrote: I've encountered a problem with a plugin that the developer has determined is due to a vim bug. He recommended that I get a more up to date version of vim. Currently I have MacVim 73 (53). I gather that to get the most up to date

Re: MacVIM help?

2012-06-14 Thread Bee
On Jun 14, 8:05 am, Jason Slack-Moehrle slackmoeh...@gmail.com wrote: I am trying to create a macVim environment that allows files when double clicked from the Finder and opened via a command-line to be opened in MacVim in tabs. I have in my .vimrc: tabs=true and in my .bash_profile:

Re: MacVIM help?

2012-06-14 Thread Bee
Oh... it can be simpler: alias mvim=open -a macvim $@ And it can be used to open several files at time: mvim zzoom.css ccc.sh .v7z.sh -Bill -- 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, visit

Re: MacVIM help?

2012-06-14 Thread Bee
Another possibility... to open each file in a tab: macvimpath=/Applications/MacVim-snapshot-64 alias vimm=$macvimpath/MacVim.app/Contents/MacOS/Vim -gp $@ I like to separate the path from the app to make it clear where the app is, just in case, later, I move or rename it. These are in my

How to prevent plugins loading in MacVim like vim -u NONE

2012-04-01 Thread Bee
After MacVim is open, is it possible to prevent plugins from effecting the opening of a file? I know I can do this in terminal vim: vim -u NONE -- 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,

Re: instructions for installing macvim

2012-03-20 Thread Bee
On Mar 19, 2:35 pm, Yvonne Watkins ehr...@gmail.com wrote: I'm going to preface this post with: I'm not a complete idiot, just a PC user trying to hop the fence to the mac world. I'm attempting to install MacVim on my Mac (Snow Leopard) I downloaded alexloveltroy-macvim zip file, and then

Re: key mapping help

2012-02-19 Thread Bee
On Feb 19, 3:22 am, retiredff retire...@tds.net wrote: Bill, I tried imap F7 c-o:set nolist!CR and esc instead of c-o both seem to work, but, if the cursor is on a blank line when I press F7 I see 7 then it disappears. I also see on the same row as --INSERT-- right justified 80k7. I have

Re: key mapping help

2012-02-18 Thread Bee
On Feb 18, 7:40 am, retiredff retire...@tds.net wrote: From macvim help, and other posts and example .vimrc files I have examined, the following should work: toggle list - this works, not in insert mode map F1 :set nolist!CR this should work in insert mode but does not imap F1 ESC :set

Re: New Window does nothing (LEGACY-OSX-10_6-MacVim-snapshot-62 on 10.6.8)

2012-02-04 Thread Bee
On Feb 3, 12:14 am, David Stark zarkon...@gmail.com wrote: I'm running MacVim (LEGACY-OSX-10_6-MacVim-snapshot-62) on my 10.6.8 MBP. I'm unable to get a window to appear: the New Window menu item doesn't do anything, and Open lets me select a file, but then fails to display the file. Any

Re: :verbose map

2012-01-22 Thread Bee
On Jan 22, 3:55 pm, Phil Dobbin phildob...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, all. I want to send the output of `:verbose map` to hardcopy but can't figure out a way to do it. Any help appreciated. Cheers,    Phil... - -- Some [people] feel that

Re: gui highlight in .vimrc fails

2012-01-12 Thread Bee
On Jan 8, 8:07 am, björn bjorn.winck...@gmail.com wrote: On 8 January 2012 00:00, Bee wrote: I have found a 'problem' with the highlight command in MacVim. MacVim snapshot 53 -- osx 10.4.11 MacVim snapshot 60 -- osx 10.6.8 Neither one respects a gui highlight in .vimrc

Re: gui highlight in .vimrc fails

2012-01-08 Thread Bee
On Jan 8, 8:07 am, björn bjorn.winck...@gmail.com wrote: On 8 January 2012 00:00, Bee wrote: I have found a 'problem' with the highlight command in MacVim. MacVim snapshot 53 -- osx 10.4.11 MacVim snapshot 60 -- osx 10.6.8 Neither one respects a gui highlight in .vimrc

gui highlight in .vimrc fails

2012-01-07 Thread Bee
I have found a 'problem' with the highlight command in MacVim. MacVim snapshot 53 -- osx 10.4.11 MacVim snapshot 60 -- osx 10.6.8 Neither one respects a gui highlight in .vimrc such as: highlight Visual NONE ctermbg=Yellow ctermfg=Blue cterm=Bold guibg=Yellow guifg=Blue gui=Bold The same .vimrc

Re: no TextExpander with MacVim?

2011-05-20 Thread Bee
Note: I am using Textpander, an older version of TextExpander for osx 10.4.11 The first use of Textpander in MacVim 7.3 (53) after changing to insert mode does NOT work, but after that it works! Leave insert mode, restart insert mode, the first use of Textpander does NOT work, but after that it

MacVim's :winpos works differently

2011-02-19 Thread Bee
MacVim's :winpos works differently MacVim seems to measure the top left from the bottom left, whereas all others measure from the top left. Why the difference? I positioned all the following approximately the same, top left, on a 1024x768 display: MacOSX compiled with MacPorts vim-app

re: Tab title unhelpful with netrw

2009-03-03 Thread Bee
On Mon, Mar 2, 2009 at 2:15 PM, björn bjorn.winck...@gmail.com wrote: Ok, lets try only adding the guitablabel=%t line then. Actually, before I do so I'd like some more people to weigh in on this issue. Does anybody else want this as the default? Does anybody think we should leave things

re: history not saved

2009-02-02 Thread Bee
Date: Sun, Feb 1 2009 11:16 am From: björn 2009/2/1 Bee: The problem is after quitting MacVim, and starting again the commands issued in the previous session are no longer there, ie NOT saved. The terminal vim does save those commands in the file named .viminfo Using :history, q: or q

history not saved

2009-01-31 Thread Bee
MacVim Snapshot 42 MacOS 10.4.11 When I quit MacVim then restart, the history has not been saved. If I use a cli vim, history IS saved and shows up later in MacVim. What am I missing? Is it a preference? They both use the same .vimrc. -- Bill Muench Santa Cruz, California

history not saved

2009-01-28 Thread Bee
MacVim Snapshot 42 MacOS 10.4.11 When I quit MacVim the restart, the history has not been saved. If I use a cli vim, history IS saved and shows up later in MacVim. What am I missing? Is it a preference? They both use the same .vimrc. -- Bill Muench Santa Cruz, California

copy styled text

2009-01-02 Thread Bee
request: Since MacVim displays syntax colored text, would it be possible to copy this styled text to the clipboard? I could then copy and paste into documentation. -- Bill Santa Cruz, California --~--~-~--~~~---~--~~ You received this message from the

open and convert binary plist to text?

2008-11-26 Thread Bee
Exactly what I was looking for, thank you. -- Bill Santa Cruz, California On Nov 26, 2008, at 2:30 AM, vim_mac group wrote: I haven't used this extensively, but it seems to work fine (and works in a fashion similar to the advice you've given in this thread):