Re: Does anyone want the macvim.org domain?

2016-08-05 Thread Janusz Bossy
On Fri, Aug 5, 2016, at 13:32, Frank Hellenkamp wrote:
> > My proposal:
> > 
> > The macvim-dev on github already has a gh-pages branch so it should work 
> > with github pages just fine.
> 
> I would second that.

This makes a lot more sense. I didn't know there's a gh-pages branch.

-- 
Regards,
Janusz Bossy

-- 
-- 
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 http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Does anyone want the macvim.org domain?

2016-08-05 Thread Janusz Bossy
On Wed, Aug 3, 2016, at 17:34, Benji Fisher wrote:
>  For several years, I have not had time to maintain macvim.org, but I
> still own the domain name.  Does anyone want to take it over?  Or tell me
> an IP address and I will set it as the A record.  I do not mind the
> expense
> of keeping the domain.

Maybe you could just make it redirect to
https://github.com/macvim-dev/macvim?

-- 
Regards,
Janusz Bossy

-- 
-- 
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 http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Review: [PATCH] Add documentation for README_mac.txt

2015-10-14 Thread Janusz Bossy
On Tue, Oct 13, 2015, at 21:49, Devin Weaver wrote:
> Bram asked me to post this here for code review. Anyone ok taking a
> gander at this? I'll collect and address comments before telling Bram it
> is ok to merge this on vim-dev. Thanks.

Looks really good. Great job!
 
/Janusz Bossy

-- 
-- 
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 http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pressing Enter inside two braces in insert mode

2015-07-01 Thread Janusz Bossy
On Tue, Jun 30, 2015, at 20:20, Steve wrote:
 If I have typed this (‘|’ is cursor position):
 
   class Something {|}
 
 when I press return, I would like to see this
 
   class Something {
  |
 }
 
 I know I can do this with the key sequence EnterEscO

I've actually done this without using any plugins using a simple
mapping:

inoremap {cr {cr}escO

The bonus is that you don't have to even type the closing } :)

-- 
Janusz Bossy

-- 
-- 
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 http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MacVim snapshot 72 for OS X 10.9

2013-10-27 Thread Janusz Bossy
On Sun, Oct 27, 2013 at 1:25 AM, Douglas Drumond
drumond.doug...@gmail.com wrote:
 Newer versions won't work in older Macs and cross-compiling is too much of a
 hassle because of different python and ruby versions.

I assume this is related to Vim, not MacVim? Apple does make it ease
for the developers to compile apps that run on all the different
versions of OS X. You just need to setup your build parameters
properly and make sure to properly use the APIs unavailable in
previous versions of the OS.

-- 
Janusz Bossy

-- 
-- 
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 http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: MacVim snapshot 72 for OS X 10.9

2013-10-26 Thread Janusz Bossy
On Sun, Oct 27, 2013 at 12:58 AM, Douglas Drumond
drumond.doug...@gmail.com wrote:
 I uploaded Lion build to https://github.com/eee19/macvim/releases

Just out of curiosity: why do we need different build for every version of OS X?

-- 
Regards,
Janusz Bossy

-- 
-- 
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 http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: MacVim.app snapshot 65 for Mountain Lion

2012-09-03 Thread Janusz Bossy
On Sat, Sep 1, 2012 at 6:38 PM, björn bjorn.winck...@gmail.com wrote:
 I have uploaded a new snapshot of MacVim for OS X 10.8 Mountain Lion [1].

Is it just me or does the newest snapshot forget window placement
between restarts?

-- 
Janusz Bossy

-- 
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 http://www.vim.org/maillist.php


Re: Distraction-free mode like in Sublime Text 2 creatable?

2012-02-28 Thread Janusz Bossy
2012/2/27 Niels Kobschätzki ni...@kobschaetzki.de:
 Is it possible to recreate that in MacVim? I mean moving the whole text the 
 right so that it is in the center while it soft-wraps at 80 characters per 
 line?

If you enter fullscreen (I'm working with native Lion fullscreen)
and set the column width of Vim you should be able to achieve what you
want:

:set columns=80

-- 
Janusz Bossy

-- 
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 http://www.vim.org/maillist.php


Re: Open project from command line?

2011-11-09 Thread Janusz Bossy
On Wed, Nov 9, 2011 at 9:15 AM, GunsNRails joseg...@googlemail.com wrote:
 I've been using macvim for a while. This one: http://code.google.com/p/macvim/
 But lately it has become sooo slow, specially text selection, that I
 can't stand it anymore.

Hi,

I have never used vim-cocoa, but have you tried switching to the
experimental renderer in MacVim? It's a lot faster but, according to
the description can cause display issues - I haven't seen any and I'm
using MacVim very often for coding and I have a lot of different
plugins installed. Maybe give it a try.

Janusz

-- 
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 http://www.vim.org/maillist.php


Re: Feature Request: Auto Save and Versions

2011-08-05 Thread Janusz Bossy
On Fri, Aug 5, 2011 at 2:05 PM, björn bjorn.winck...@gmail.com wrote:
 Another concern is how well does these features work when you're
 programming (which, I am guessing, many Vim users do)?  I don't think
 it would fit my own workflow.  I often do changes, realize they were
 stupid, then hit undo until I get back to the saved version.  Sure,
 with Versions you can go into the flashy time machine animation
 thingy and go back in time, but this seems like it would take a lot
 more time/effort than hitting undo a few times.

 If I were ever to add these features to MacVim there would be a way to
 disable them.  It just seems like they have too much potential to get
 in the way.

 Another thought: why doesn't the Xcode editor use these features?  My
 guess is that the Apple engineers came to the same conclusion, i.e.
 that these features don't fit into the programming workflow that well.
  I'm only guessing here...

Björn,

don't assume everyone is doing programming in MacVim. There are a lot
of people who write books in it. MacVim + LaTeX-suite + LaTeX is a
remarkable set of tools for putting long papers or book together.
Nonetheless the undo tree in Vim 7.3 is more than enough and far
better than versions. It lacks the ultra-fancy and easy to use
(although gundo,vim is really close to being intuitive ;)) UI of time
machine but it works and can save your life sometimes.

/Janusz

-- 
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 http://www.vim.org/maillist.php


Re: MacVim Lion branch

2011-07-21 Thread Janusz Bossy
Hi guys,

Lion installed MacVim works like a charm. Installed plugins:

ack
fugitive
gundo
html5.vim
makegreen
markdown
nerdcommenter
nerdtree
peepopen
rainbow
snipmate
sparkup
surround
syntastic
tabular
taglist
threesome
vcscommand
vim-easymotion
vim-latex
vim-peepopen
xmledit
yankring

There's a bunch written in ruby and python so I believe everything
should be fine for the rest of you :)

Janusz Bossy

-- 
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 http://www.vim.org/maillist.php


Re: Full screen on Lion

2011-07-21 Thread Janusz Bossy
2011/7/21 Björn Winckler bjorn.winck...@gmail.com:
 I am open to suggestions as to what to do about full screen.  Currently I am 
 leaning toward creating a compile time option which allows you to select 
 whether to use Lion's or MacVim's full screen code.  Should it perhaps be a 
 runtime option instead?  Any other suggestions?

Hi Björn,

I'd like this should be a runtime option (maybe a separate command). I
work on different setups and I'd benefit from having both of the
options available. I also sync all my vim config files between all the
machines so it would be perfect if the Lion fullscreen had a
separate command for toggling it.

Janusz Bossy

-- 
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 http://www.vim.org/maillist.php


Re: MacVim Lion branch

2011-07-20 Thread Janusz Bossy
On Wed, Jul 20, 2011 at 3:18 PM, björn bjorn.winck...@gmail.com wrote:
 Now that Mac OS X Lion has been released I have pushed my lion
 branch to GitHub [1].  I have not yet had much time to think about
 Lion + MacVim so this branch does not contain much apart from the
 possibility to compile MacVim on Lion and tentative support for Lion's
 native full screen (there are still bugs to iron out with respect to
 full screen).

Hi Björn,

thanks for the update. I have one very important question though - is
it safe to update to Lion - will the current MacVim (59) work without
any problems or have you found some issues? Maybe some plugins do not
work etc.?

Janusz

-- 
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 http://www.vim.org/maillist.php


Re: Taking cues from iA writer

2011-07-08 Thread Janusz Bossy
On Fri, Jul 8, 2011 at 12:21 AM, Hakan Ensari
hakan.ens...@papercavalier.com wrote:
 * You type or click. The toolbar disappears. Pure canvas.

I'd love this feature. I actually have never used the buttons on the
title bar, so why use the space?

 Gray out everything but the section you are reading/
 writing by selecting focus mode.

It could be kind of cool to have MacVim focus code the way Xcode does
- puts focus on blocks of code between curly braces or just based on
the indentation level. I'm sure this can be done with a plugin for vim
so it doesn't require any changes in MacVim.

 * Also, off topic, it would be awesome to replace the icon with
 something sexier. I'm not a designer but have been using this as a
 stop gap measure:

I also dislike the Vim's icon. I know it's history, iconic and
everything but it just doesn't fit into any of the new OSes (if you
work with a console you don't need the icon ;)). I've been using this:
http://imageshack.us/photo/my-images/593/screenshot20110708at114.png/

Janusz

-- 
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 http://www.vim.org/maillist.php


Re: use vim as external editor [ applescript ]

2011-05-23 Thread Janusz Bossy
On Mon, May 23, 2011 at 3:35 AM, Devric billbo...@gmail.com wrote:
 Hi all
 Just wondering anyone who knows how to write a similar applescript
 alternative for this, they have one for AHK on windows:

Hi,

there's actually a very handy Mac Application that does this for you -
it's called QuickCursor and you can buy it in the Mac App Store. You
can edit text in any app just by pressing a keystroke on your
keyboard.

Janusz

-- 
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 http://www.vim.org/maillist.php


Re: MacVim caught deadly Segv

2011-04-14 Thread Janusz Bossy
On Thu, Apr 14, 2011 at 1:42 AM, Dmitrii Golub dmitrii.go...@gmail.com wrote:
 Hi
 I install macvim, but when I run it in terminal it shows me:
 /Applications/MacVim.app/Contents/MacOS $ ./MacVim
 Vim: Caught deadly signal SEGV
 Vim: Finished.

If you want to start MacVim from the terminal use the mvim script that
is bundled with the app. If you just want to start MacVim double click
MacVim.app in the finder or use whatever launcher you normally use.

-- 
Janusz

-- 
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 http://www.vim.org/maillist.php


Re: File open dialog filter?

2011-04-12 Thread Janusz Bossy
On Mon, Apr 11, 2011 at 6:33 PM, Mark McCullagh
mark.mccull...@gmail.com wrote:
 Thanks very much for this information.  That would be a wonderful
 feature.  No more editing a PDF after a mouse-slip!

Hi Mark,

why don't you use :e to open new files in MacVim? You can't make a
mouse-slip this way :)

Janusz

-- 
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 http://www.vim.org/maillist.php


Re: Alt and Apple keys in Vim/MacVim using a MacBook Pro

2011-03-24 Thread Janusz Bossy
On Thu, Mar 24, 2011 at 2:48 PM, björn bjorn.winck...@gmail.com wrote:
 Perhaps it is MacVim's home page that is misleading people, where it
 currently says, MacVim is a port of the text editor Vim to Mac OS X.
 Making that wording more accurate might clarify things.

 Any suggestions on how to make it less confusing?

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 text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: MacVim's :winpos works differently

2011-02-24 Thread Janusz Bossy
On Wed, Feb 23, 2011 at 7:22 PM, björn bjorn.winck...@gmail.com wrote:
 Thanks for the help. I think I need to find some time to browse the
 code and see exactly how it works. The patch is in the attachment.

 Thanks.  I'll take a look at it soon.

No probs. My first patch - YAY!

 I think you've wasted more time on replying to my emails than it would
 actually take you to fix the winpos thing :)

 Well...hopefully you'll be tempted to submit another patch if you find
 more bugs.  Also, I'm relying on you to actually test the patch etc.
 which saves me some time. :-)

I hope to find time to do some more patches. I've tested the patch on
one monitor setup - haven't tried it at home with 2 monitors.

Janusz

-- 
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 http://www.vim.org/maillist.php


Re: MacVim's :winpos works differently

2011-02-23 Thread Janusz Bossy
2011/2/22 Björn Winckler bjorn.winck...@gmail.com:
 Thanks for the patch.  There submission is great -- I prefer git-format-patch 
 over pull requests on GitHub.

Great! I'll do my best to help with easy stuff :)

 However, I think that you should rewrite the patch so that the y-coordinate 
 conversion happens in the front-end.  This way you don't have iterate through 
 all screens, just query the window for which screen it is on, which should 
 make the patch (almost) a one-liner.

I was looking for this but couldn't find it and I didn't have much
time - just wanted to see how it all works with patch submission. I'll
send a new patch shortly :)

Janusz

-- 
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 http://www.vim.org/maillist.php


Re: MacVim's :winpos works differently

2011-02-23 Thread Janusz Bossy
On Wed, Feb 23, 2011 at 2:08 PM, björn bjorn.winck...@gmail.com wrote:
 OK!  The only thing that is missing is that you convert the
 y-coordinate when sending SetWindowPositionMsgID to the backend from
 the frontend (I think this happens in one or two places, just grep
 that message).  That should take care of :winpos displaying incorrect
 values.

Thanks for the help. I think I need to find some time to browse the
code and see exactly how it works. The patch is in the attachment.

I think you've wasted more time on replying to my emails than it would
actually take you to fix the winpos thing :)

Janusz

-- 
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 http://www.vim.org/maillist.php


winpos.patch
Description: Binary data


Re: MacVim's :winpos works differently

2011-02-21 Thread Janusz Bossy
2011/2/19 Björn Winckler bjorn.winck...@gmail.com:
 A patch would be more than welcome!  (And not too hard to write.)

Hi there,

my first patch. Don't know if it's done correctly (haven't used git
much before). I haven't tested if it works on multiple screen setup.

BR
Janusz

-- 
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 http://www.vim.org/maillist.php


winpos.patch
Description: Binary data