subscribe
--
You received this message from the "vim_dev" 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
Hi Ben!
On Mi, 09 Jan 2013, Ben Fritz wrote:
> This seems to be related to the cursor being within the fold.
Yes, the source code says this:
/* If the cursor is in a closed fold, don't find another match in the same
* fold. */
if (dirc == '/')
{
if (hasFolding(pos.lnum,
Hi Wiktor!
On Mi, 09 Jan 2013, Wiktor Ruben wrote:
> Hello Vimmers,
>
> Let's create sample fold:
>
> vim -u NONE -N
>
> :set foldmethod=marker
> i
> {{{1
> foo bar zaz
> foo bar zazbmm0za
>
> OK, now we have mark 'm' set at the beginning of second 'zaz' within
> closed fold and cursor placed
On Wednesday, January 9, 2013 12:05:13 PM UTC-6, Wiktor Ruben wrote:
> I use Vim 7.3.715. Let's create sample fold:
>
>
>
> vim -u NONE -N
>
>
>
> :set foldmethod=marker
>
> i
>
> {{{1
>
> foo bar zaz
>
> foo bar zazgg0za
>
>
>
> Let's try search for 'foo': '/foo'. Fold will open and c
I use Vim 7.3.715. Let's create sample fold:
vim -u NONE -N
:set foldmethod=marker
i
{{{1
foo bar zaz
foo bar zazgg0za
Let's try search for 'foo': '/foo'. Fold will open and cursor will
be placed at the beginning of 'foo'. Great. Now, let's go back where
we started with 'gg0', close the fold wit
Hi,
There are some problems with Make_cyg.mak.
1. i686-w64-mingw32-gcc cannot be used for the ruby interface
This is already reported in the following URL.
https://groups.google.com/d/topic/vim_dev/F5lB1SjCFtM/discussion
2. RUBY_INSTALL_NAME and RUBY_PLATFORM are not set properly
Some pr