Create Autocompletion snippets for Custom Code

2016-08-23 Thread Amit Christian
Is it possible to create your own autocompletion snippets using Vim functionalities or plugin? I have several custom code that I would like to create snippet for. I am using GVim on Windows. Most of existing autocomplete plugins like NeoComplete or YouCompleteMe etc do not work well on Windows.

Re: Create Autocompletion snippets for Custom Code

2016-08-23 Thread Tumbler Terrall
On Tuesday, August 23, 2016 at 11:38:19 AM UTC-5, Amit Christian wrote: > Is it possible to create your own autocompletion snippets using Vim > functionalities or plugin? I have several custom code that I would like to > create snippet for. I am using GVim on Windows. Most of existing

Re: Vim 8 pre-announcement

2016-08-23 Thread skywind3000
Bram: > Work on Vim 8.0 is coming close to an end. I hope version 8.0 can be > released in about two weeks. > > This is a last chance to modify new features in a way that is not > backwards compatible. Once 8.0 is out we can't make changes that would > break plugins. > Visual C++ 6 can play

Re: Create Autocompletion snippets for Custom Code

2016-08-23 Thread Amit Christian
On Tuesday, August 23, 2016 at 11:45:30 AM UTC-5, Tumbler Terrall wrote: > On Tuesday, August 23, 2016 at 11:38:19 AM UTC-5, Amit Christian wrote: > > Is it possible to create your own autocompletion snippets using Vim > > functionalities or plugin? I have several custom code that I would like to

Re: Vim 8 pre-announcement

2016-08-23 Thread skywind3000
> Bram: > > > Work on Vim 8.0 is coming close to an end. I hope version 8.0 can be > > released in about two weeks. > > > > This is a last chance to modify new features in a way that is not > > backwards compatible. Once 8.0 is out we can't make changes that would > > break plugins. > > > >

Re: Create Autocompletion snippets for Custom Code

2016-08-23 Thread Tumbler Terrall
> Is it possible to have completion triggers snippet with > multiple lines? You're asking if a completion suggestion can be multiple lines/have new-lines in them? I'm not the definitive source on this, but I don't think so. I tried all line breaking methods I could think of and none of them

French documentation gone AWOL

2016-08-23 Thread Tony Mechelynck
According to http://www.vim.org/translations.php the French translation of the Vim help is "complete". Alas, AFAICT, the site vim.dindinx.net where it used to be has gone missing. Best regards, Tony. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply

Re: how to make the dot command repeat the command in the plugin ?

2016-08-23 Thread Enno
Using the plugin repeat.vim at https://github.com/tpope/vim-repeat, if, for example, nnoremap cc :Comment then :Comment!:silent! call repeat#set("cc", 1) makes . repeat :Comment. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text

Re: Create Autocompletion snippets for Custom Code

2016-08-23 Thread Luc Hermitte
Hi > Is it possible to create your own autocompletion snippets using Vim > functionalities or plugin? I have several custom code that I would > like to create snippet for. I am using GVim on Windows. Most of > existing autocomplete plugins like NeoComplete or YouCompleteMe etc > do not work well

Re: Change color of no line

2016-08-23 Thread Ni Va
On Tuesday, August 23, 2016 at 11:22:25 AM UTC+2, Christian Brabandt wrote: > Hi, > > > Am 2016-08-23 10:32, schrieb Ni Va: > > I would like to change the bg color of "no line" and of buffer. > > > > _ > > line0 > > line1 > > . > > . > > lineN > > ~

Re: Change color of no line

2016-08-23 Thread Ni Va
On Tuesday, August 23, 2016 at 11:22:25 AM UTC+2, Christian Brabandt wrote: > Hi, > > > Am 2016-08-23 10:32, schrieb Ni Va: > > I would like to change the bg color of "no line" and of buffer. > > > > _ > > line0 > > line1 > > . > > . > > lineN > > ~

Re: Change color of no line

2016-08-23 Thread Christian Brabandt
Hi, Am 2016-08-23 10:32, schrieb Ni Va: I would like to change the bg color of "no line" and of buffer. _ line0 line1 . . lineN ~ <<< this ONE _ I don't succeed to find the match name pattern. Thank you recent

Re: Change color of no line

2016-08-23 Thread Christian Brabandt
Am 2016-08-23 11:32, schrieb Ni Va: On Tuesday, August 23, 2016 at 11:22:25 AM UTC+2, Christian Brabandt wrote: Am 2016-08-23 10:32, schrieb Ni Va: > I would like to change the bg color of "no line" and of buffer. > > _ > line0 > line1 > . > . > lineN > ~

Change color of no line

2016-08-23 Thread Ni Va
Hi, I would like to change the bg color of "no line" and of buffer. _ line0 line1 . . lineN ~ <<< this ONE _ I don't succeed to find the match name pattern. Thank you -- -- You received this message from the

Re: Change color of no line

2016-08-23 Thread Ni Va
On Tuesday, August 23, 2016 at 11:47:45 AM UTC+2, Christian Brabandt wrote: > Am 2016-08-23 11:32, schrieb Ni Va: > > On Tuesday, August 23, 2016 at 11:22:25 AM UTC+2, Christian Brabandt > > wrote: > >> Am 2016-08-23 10:32, schrieb Ni Va: > >> > I would like to change the bg color of "no line"

Re: Change color of no line

2016-08-23 Thread Ni Va
On Tuesday, August 23, 2016 at 11:47:45 AM UTC+2, Christian Brabandt wrote: > Am 2016-08-23 11:32, schrieb Ni Va: > > On Tuesday, August 23, 2016 at 11:22:25 AM UTC+2, Christian Brabandt > > wrote: > >> Am 2016-08-23 10:32, schrieb Ni Va: > >> > I would like to change the bg color of "no line"

Re: Change color of no line

2016-08-23 Thread Ni Va
On Tuesday, August 23, 2016 at 2:19:03 PM UTC+2, Christian Brabandt wrote: > On Di, 23 Aug 2016, Ni Va wrote: > > > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 5 2016 12:02:25) > > MS-Windows 64-bit GUI version with OLE support > > Included patches: 1-1901 > > It's not in there: > #v+ >