re-grateful, i think

2018-06-23 Fir de Conversatie tooth pik
looking further i trip over something called varsofttabstop sounds like just the thing, if options.txt is to be believed forgive the hyperbole, i think -- -- 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

Re: i am such an ingrate, forgive me

2018-06-23 Fir de Conversatie tooth pik
yes, as i believe i stated several times having expandtab set is how i live -- if 'vartabstop' is rendered useless from that then useless it will remain i will go back to the drawing board for my own home-brew tab stop manager, although as a possible cheat i'll be peaking in some

Re: i am such an ingrate, forgive me

2018-06-23 Fir de Conversatie tooth pik
as would i, but see for yourself i've tried, however hysterically, and failed at every attempt to get useful activity out of them On Sat, Jun 23, 2018 at 5:13 PM, Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > On Sat, Jun 23, 2018 at 11:29 PM, Christ van Willegen > wrote: > > Do you

Re: i am such an ingrate, forgive me

2018-06-23 Fir de Conversatie Tony Mechelynck
On Sat, Jun 23, 2018 at 11:29 PM, Christ van Willegen wrote: > Do you have expandtabs set? That would explain this, I think... > > Christ van Willegen I haven't tried them yet, but I would expect :set vartabstop=4,20,10,8 to mean that hitting the tab key moves the cursor

Re: i am such an ingrate, forgive me

2018-06-23 Fir de Conversatie Christ van Willegen
Do you have expandtabs set? That would explain this, I think... Christ van Willegen -- -- 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 --- You received

i am such an ingrate, forgive me

2018-06-23 Fir de Conversatie tooth pik
i did pop the champagne when vartabs were announced, but find my excitement dampened when i try them out -- they are not column-centric, like tabs on the typewriters of yore, but something else entirely indeed, when i turn on expandtabs, as i like to do, with set vartabs=4,20,10,8 as the

Re: Patch 8.1.0104

2018-06-23 Fir de Conversatie Tony Mechelynck
On Sat, Jun 23, 2018 at 5:15 PM, Bram Moolenaar wrote: > > Patch 8.1.0104 > Problem:Can't build without the +eval feature. > Solution: Add #ifdef. > Files: src/regexp_nfa.c Now my Tiny build compiles again. Thanks Bram! Best regards, Tony. -- -- You received this message from the

Warning message seen when building tiny version of Vim on MacOS

2018-06-23 Fir de Conversatie Yegappan Lakshmanan
Hi, When building the latest version of tiny Vim on MacOS, I see the following warning message: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X -g -Wall -Wextra -pedantic-o objects/screen.o screen.c screen.c:6877:32: warning: unused parameter 'ignore_pum' [-Wunused-parameter]

Patch 8.1.0105

2018-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.0105 Problem:All tab stops are the same. Solution: Add the variable tabstop feature. (Christian Brabandt, closes #2711) Files: runtime/doc/change.txt, runtime/doc/options.txt, runtime/doc/various.txt, runtime/optwin.vim, src/beval.c,

Patch 8.1.0104

2018-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.0104 Problem:Can't build without the +eval feature. Solution: Add #ifdef. Files: src/regexp_nfa.c *** ../vim-8.1.0103/src/regexp_nfa.c2018-06-23 14:34:24.551261826 +0200 --- src/regexp_nfa.c2018-06-23 17:13:47.102214648 +0200 *** *** 5693,5699

Re: Patch 8.1.0102

2018-06-23 Fir de Conversatie Elimar Riesebieter
* Tony Mechelynck [2018-06-23 15:21 +0200]: > On Sat, Jun 23, 2018 at 3:09 PM, Bram Moolenaar wrote: > > > > Patch 8.1.0102 > > Problem:Cannot build without syntax highlighting. > > Solution: Add #ifdef around using reg_do_extmatch. > > Files: src/regexp.c > > After applying this

Patch 8.1.0103

2018-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.0103 Problem:Long version string cannot be translated. Solution: Build the string in init_longVersion(). Files: src/globals.h, src/version.h, src/version.c, src/proto/version.pro, src/main.c *** ../vim-8.1.0102/src/globals.h 2018-06-23 14:21:38.467484932

Re: Patch 8.1.0102

2018-06-23 Fir de Conversatie Tony Mechelynck
On Sat, Jun 23, 2018 at 3:09 PM, Bram Moolenaar wrote: > > Patch 8.1.0102 > Problem:Cannot build without syntax highlighting. > Solution: Add #ifdef around using reg_do_extmatch. > Files: src/regexp.c After applying this patch, my Tiny build has two fewer errors compared with patch

Patch 8.1.0102

2018-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.0102 Problem:Cannot build without syntax highlighting. Solution: Add #ifdef around using reg_do_extmatch. Files: src/regexp.c *** ../vim-8.1.0101/src/regexp.c2018-06-23 14:21:38.471484909 +0200 --- src/regexp.c2018-06-23 15:07:31.635796811 +0200

Patch 8.1.0101

2018-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.0101 Problem:No test for getcmdwintype(). Solution: Add a test. (Dominique Pelle, closes #3068) Files: src/testdir/test_cmdline.vim *** ../vim-8.1.0100/src/testdir/test_cmdline.vim2018-06-19 19:09:04.870914841 +0200 --- src/testdir/test_cmdline.vim

Re: Patch 8.1.0098

2018-06-23 Fir de Conversatie Tony Mechelynck
On Sat, Jun 23, 2018 at 2:21 PM, Bram Moolenaar wrote: > > Patch 8.1.0098 > Problem:Segfault when pattern with \z() is very slow. > Solution: Check for NULL regprog. Add "nfa_fail" to test_override() to be > able to test this. Fix that 'searchhl' resets called_emsg. > Files:

Patch 8.1.0100

2018-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.0100 Problem:Terminal debugger: error when setting a watch point. Solution: Don't try defining a sign for a watch point. Files: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim *** ../vim-8.1.0099/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim 2018-06-21

Patch 8.1.0099

2018-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.0099 Problem:Exclamation mark in error message not needed. Solution: Remove the exclamation mark. Files: src/regexp_nfa.c *** ../vim-8.1.0098/src/regexp_nfa.c2018-06-23 14:21:38.471484909 +0200 --- src/regexp_nfa.c2018-06-23 14:30:17.432612749 +0200 ***

Patch 8.1.0098

2018-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.0098 Problem:Segfault when pattern with \z() is very slow. Solution: Check for NULL regprog. Add "nfa_fail" to test_override() to be able to test this. Fix that 'searchhl' resets called_emsg. Files: src/syntax.c, runtime/doc/eval.txt, src/evalfunc.c, src/vim.h,