Oh, sorry! Here you go.
https://github.com/vim/vim/pull/3527
On Thu, Oct 11, 2018, 12:07 AM Gary Johnson wrote:
> On 2018-10-10, flarn2006 wrote:
> > Screenshots added. Will add help next.
>
> Screenshots are added where? Many people, including me, are
> following this discussion on the vim_de
On 2018-10-10, flarn2006 wrote:
> Screenshots added. Will add help next.
Screenshots are added where? Many people, including me, are
following this discussion on the vim_dev email list, where it
belongs. You don't need to send the screenshots to the list, but
URLs would be nice.
Regards,
Gary
On 2018-10-10, flarn2006 wrote:
> @brammool Will do. I'll also take a look at the part where it wasn't working
> and try and fix that.
If this turns out to be something useful and worth including in Vim,
I think we really need to come up with some better method of
invoking it than setting the valu
On Wednesday, October 10, 2018 at 3:23:16 AM UTC-4, h_east wrote:
> Hi,
>
> I think Vim already has what you want to do.
> See the following document.
> :h diffthis
>
> Example:
> - Start Vim without specifying a file name.
> $ vim
> - Edit the buffer appropriately. Here we set numbers on each
On 10/10/2018 4:54 AM, K.Takata (Vim Github Repository) wrote:
Hm, isn't it the same for the |Makefile| for unix like systems?
I can't respond to this. There are several implementations of the ctags
utility. I don't know how one could programatically distinguish between
them.
P.S. It seem
On 10/10/2018 4:54 AM, K.Takata (Vim Github Repository) wrote:
Hm, isn't it the same for the |Makefile| for unix like systems?
P.S. It seems that you are not familiar with markdown. Use a pair of
triple backquotes to surround your code.
E.g.
|```diff (Paste your diff code here) ```|
|I agre
On 09/10/2018 03:31 p.m., scootergrisen (Vim Github Repository) wrote:
> If i run stuff like cmd.exe /h or audacity.exe /h the text shows with
> correct encoding so i think the problem is with Vim.
Change the code page to 1252, and try it again.
--
--
You received this message from the "vim_dev"
Hi,
I think Vim already has what you want to do.
See the following document.
:h diffthis
Example:
- Start Vim without specifying a file name.
$ vim
- Edit the buffer appropriately. Here we set numbers on each line.
:call setline(1, range(0,9))
- Open new buffer in split vertically
:vnew
-
Hi Tony,
On Wed, Oct 10, 2018 at 12:44 AM Tony Mechelynck
wrote:
> Could it be because the g near the end of "vim-huge" is mistakenly
> interpreted as meaning that I want to invoke gvim?
I was in the source and accidentally bumped into the code that does
this. Here is the comment above that func