Re: [patch] visual / is refactored to support vcol.

2016-01-06 Fir de Conversatie h_east
Hi Bram, 2016-1-7(Thu) 16:04:39 UTC+9 h_east: snip... > > That's a big change. Can you give an example of what didn't work before > > and works now? > > Please see Test_visual_increment_27() ~ Test_visual_increment_34(). > Below is ather exsample. > > Case 1 (Visual blockwise with TAB and SPAC

Re: vim cannot be built in CentOS 7 due to " if_py_both.h:*: undefined reference to `PyUnicodeUCS4_AsEncodedString'"

2016-01-06 Fir de Conversatie Ken Takata
Hi Marslo, 2016/1/6 Wed 22:25:22 UTC+9 Marslo Jiao wrote: > gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE > -D_FORTIFY_SOURCE=1-I/usr/include/python2.7 -DPYTHON_HOME='"/usr"' > -pthread -fPIE -o objects/if_python.o if_python.c Hm, it's strange that the preinstalled py

Re: vim cannot be built in CentOS 7 due to " if_py_both.h:*: undefined reference to `PyUnicodeUCS4_AsEncodedString'"

2016-01-06 Fir de Conversatie Marslo Jiao
Can someone help me? Thanks in advanced. -- -- 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 this message because you are subscribed to the

[patch] fixed 2 typos in output of the :options command

2016-01-06 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes 2 typos in the output of the :options command of Vim-7.4.1055. Regards Dominique -- -- 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

Re: if_mzscheme does not work.

2016-01-06 Fir de Conversatie James McCoy
On Wed, Jan 06, 2016 at 09:08:27PM +0100, Bram Moolenaar wrote: > > Yukihiro Nakadaira wrote: > > > if_mzscheme does not work. I wrote patch for it. Please check the attached > > patch. > > > > Linux & Windows: > > Fix startup_mzscheme() to initialize collects and config path properly. > >

Re: Finding spelling suggestions suddenly taking a long time

2016-01-06 Fir de Conversatie Gary Johnson
On 2016-01-06, Bram Moolenaar wrote: > Gary Johnson wrote: > > > I just noticed that it is suddenly taking several seconds for Vim to > > execute z=. In the following example, it takes 10 seconds from > > the time I type z= until the list of suggestions is displayed. > > > > $ echo cscope |

Re: Finding spelling suggestions suddenly taking a long time

2016-01-06 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > I just noticed that it is suddenly taking several seconds for Vim to > execute z=. In the following example, it takes 10 seconds from > the time I type z= until the list of suggestions is displayed. > > $ echo cscope | vim -N -u NONE -c 'set spell' - > > I think it is

Re: [patch] visual / is refactored to support vcol.

2016-01-06 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > To: Bram (As a Vimboss) > To: Christian Brabandt (As a visual / first patch author) > To: Jason Schulz (As a support for bin 'nrformats' patch author) > > Hi, > > I refactored visual / to support vcol et al. > This mean is code free! > > Contents of patch. > - visual

Re: make test incorrectly claims my terminal is not 80 x 24

2016-01-06 Fir de Conversatie Manuel Ortega
On Wed, Jan 6, 2016 at 3:12 PM, Manuel Ortega wrote: > I just built 7.4.1055. Then I did 'make test'. I get the following > nonsense: > > test1 FAILED - terminal size must be 80x24 or larger > > My terminal is 80x25. Also, I didn't get this message one or two days > ago, even though my termina

Re: Finding spelling suggestions suddenly taking a long time

2016-01-06 Fir de Conversatie Gary Johnson
On 2016-01-06, Gary Johnson wrote: > I just noticed that it is suddenly taking several seconds for Vim to > execute z=. In the following example, it takes 10 seconds from > the time I type z= until the list of suggestions is displayed. > > $ echo cscope | vim -N -u NONE -c 'set spell' - I fo

make test incorrectly claims my terminal is not 80 x 24

2016-01-06 Fir de Conversatie Manuel Ortega
I just built 7.4.1055. Then I did 'make test'. I get the following nonsense: test1 FAILED - terminal size must be 80x24 or larger My terminal is 80x25. Also, I didn't get this message one or two days ago, even though my terminal size hasn't been modified. This is on Mac OS X 10.11.2, using iT

Finding spelling suggestions suddenly taking a long time

2016-01-06 Fir de Conversatie Gary Johnson
I just noticed that it is suddenly taking several seconds for Vim to execute z=. In the following example, it takes 10 seconds from the time I type z= until the list of suggestions is displayed. $ echo cscope | vim -N -u NONE -c 'set spell' - I think it is due to the spelling dictionary rath

Patch 7.4.1055

2016-01-06 Fir de Conversatie Bram Moolenaar
Patch 7.4.1055 Problem:Running "make newtests" in src/testdir has no output. Solution: List the messages file when a test fails. (Christian Brabandt) Update the list of tests. Files: src/Makefile, src/testdir/Makefile *** ../vim-7.4.1054/src/Makefile2016-01-01 17:2

Re: [patch] better logoutput for newtests

2016-01-06 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Bram, > I worked on creating some new tests. And at first it took me some time, > until I finally managed to see some failures, therefore I thought, we > could add a rule to the test Makefile to make it obvious, what failed: > > Thanks for considering. I suppose yo

Re: [vim] Folds are messed up when set foldmarker={,} (#547)

2016-01-06 Fir de Conversatie Gary Johnson
On 2016-01-06, Christian Brabandt wrote: > On Mo, 04 Jan 2016, Gary Johnson wrote: > > I'm in the same situation. I've been using > > > > setlocal foldmethod=marker > > setlocal foldmarker={,} > > > > to have convenient folding of C blocks. Every now and then the > > folding would becom

Re: [bug] error E201 when opening 3 large files with -o option when using LargeFile plugin

2016-01-06 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Sa, 26 Dez 2015, Christian Brabandt wrote: > > > Okay, I'll go with and check it out within the next 2 weeks. I > > am on vacation currently, so don't expect anything very soon. > > Here is a patch series, that adds the argument to the > :windo/bufdo/argdo/cdo

Re: if_mzscheme does not work.

2016-01-06 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > if_mzscheme does not work. I wrote patch for it. Please check the attached > patch. > > Linux & Windows: > Fix startup_mzscheme() to initialize collects and config path properly. > > Linux: > Fix configure script for build error. > > Windows: > Fix make_mvc.

Re: if_mzscheme does not work.

2016-01-06 Fir de Conversatie tux.
Christian Brabandt schrob am Mittwoch, 6. Januar 2016 um 20:47 Zeit: > Where does it say so? http://download.racket-lang.org/v5.2.html "The Racket-to-C compiler (as accessed via `raco ctool' or `mzc') has been removed; Racket's JIT has long provided better performance, and the FFI provides bette

Re: if_mzscheme does not work.

2016-01-06 Fir de Conversatie Christian Brabandt
Hi tux.! On Mi, 06 Jan 2016, tux. wrote: > Christian Brabandt schrob am Mittwoch, 6. Januar 2016 um 20:08 Zeit: > > > Is this a self-compiled racket? > > Yes, but that shouldn't matter at all because (as I stated in an > earlier thread on this mailing list that has completely been ignored > by

Re: if_mzscheme does not work.

2016-01-06 Fir de Conversatie tux.
Christian Brabandt schrob am Mittwoch, 6. Januar 2016 um 20:08 Zeit: > Is this a self-compiled racket? Yes, but that shouldn't matter at all because (as I stated in an earlier thread on this mailing list that has completely been ignored by everyone...) "raco ctool" has been removed from Racket 5.

Re: if_mzscheme does not work.

2016-01-06 Fir de Conversatie tux.
Still not working on Windows: > raco.exe: Unrecognized command: ctool > > Usage: raco ... ... -- -- 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 --- Yo

Re: if_mzscheme does not work.

2016-01-06 Fir de Conversatie Christian Brabandt
On Mi, 06 Jan 2016, tux. wrote: > Still not working on Windows: > > > raco.exe: Unrecognized command: ctool Is this a self-compiled racket? I noticed that same when trying to install a self-compiled racket (need to self-compile to enable dynamic linking into vim) and had the same issue. I bel

Re: vim cannot be built in CentOS 7 due to " if_py_both.h:*: undefined reference to `PyUnicodeUCS4_AsEncodedString'"

2016-01-06 Fir de Conversatie Marslo Jiao
On Wednesday, 6 January 2016 23:04:17 UTC+8, Marslo Jiao wrote: > On Wednesday, 6 January 2016 22:47:32 UTC+8, Marslo Jiao wrote: > > On Wednesday, 6 January 2016 22:27:47 UTC+8, Marslo Jiao wrote: > > > On Wednesday, 6 January 2016 21:25:22 UTC+8, Marslo Jiao wrote: > > > :echo has('python') =

[patch] visual / is refactored to support vcol.

2016-01-06 Fir de Conversatie h_east
To: Bram (As a Vimboss) To: Christian Brabandt (As a visual / first patch author) To: Jason Schulz (As a support for bin 'nrformats' patch author) Hi, I refactored visual / to support vcol et al. This mean is code free! Contents of patch. - visual / support vcol. ( code free) - 'test_increment'

Re: vim cannot be built in CentOS 7 due to " if_py_both.h:*: undefined reference to `PyUnicodeUCS4_AsEncodedString'"

2016-01-06 Fir de Conversatie Marslo Jiao
On Wednesday, 6 January 2016 22:47:32 UTC+8, Marslo Jiao wrote: > On Wednesday, 6 January 2016 22:27:47 UTC+8, Marslo Jiao wrote: > > On Wednesday, 6 January 2016 21:25:22 UTC+8, Marslo Jiao wrote: > > :echo has('python') == 1 > > BUT, :python print 'abc' ==> E887: Sorry, this command is disable

Re: vim cannot be built in CentOS 7 due to " if_py_both.h:*: undefined reference to `PyUnicodeUCS4_AsEncodedString'"

2016-01-06 Fir de Conversatie Marslo Jiao
On Wednesday, 6 January 2016 22:27:47 UTC+8, Marslo Jiao wrote: > On Wednesday, 6 January 2016 21:25:22 UTC+8, Marslo Jiao wrote: > > vim source code from g...@github.com:vim/vim.git (configuration log has > > been attached): > > === > > $ git clone g...@github.com:vim/vim.git vimsrc > > $ cd vi

Re: vim cannot be built in CentOS 7 due to " if_py_both.h:*: undefined reference to `PyUnicodeUCS4_AsEncodedString'"

2016-01-06 Fir de Conversatie Marslo Jiao
On Wednesday, 6 January 2016 21:25:22 UTC+8, Marslo Jiao wrote: > vim source code from g...@github.com:vim/vim.git (configuration log has been > attached): > === > $ git clone g...@github.com:vim/vim.git vimsrc > $ cd vimsrc > $ ./configure --prefix=$HOME/.marslo/myprograms/vim74 > --enable-pyth

Re: Compile error: error: 'prep' undeclared

2016-01-06 Fir de Conversatie Tony Mechelynck
Please follow the rest of this conversation on the vim_dev list, where I am redirecting it. On Tue, Jan 5, 2016 at 12:27 AM, Bernd Eggink wrote: > When trying to compile vim on Linux (Crux) I get this error: > > - > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -march=x86

Re: [vim] Folds are messed up when set foldmarker={,} (#547)

2016-01-06 Fir de Conversatie Christian Brabandt
On Mo, 04 Jan 2016, Gary Johnson wrote: > I'm in the same situation. I've been using > > setlocal foldmethod=marker > setlocal foldmarker={,} > > to have convenient folding of C blocks. Every now and then the > folding would become corrupted by an initialization such as your > > st

if_mzscheme does not work.

2016-01-06 Fir de Conversatie Yukihiro Nakadaira
if_mzscheme does not work. I wrote patch for it. Please check the attached patch. Linux & Windows: Fix startup_mzscheme() to initialize collects and config path properly. Linux: Fix configure script for build error. Windows: Fix make_mvc.mak for build error. Use scheme_register_tls_spa

Re: Patch 7.4.1027

2016-01-06 Fir de Conversatie h_east
Hi Bram and List, 2016-1-5(Tue) 12:14:02 UTC+9 thinca: > > How about this: > > > > bin If included, numbers starting with "0b" or "0B" will be > > considered to be binary. Example: Using CTRL-X on > > "0b1000" results in "0x0111". > > It looks pretty g

Re: [bug] error E201 when opening 3 large files with -o option when using LargeFile plugin

2016-01-06 Fir de Conversatie Christian Brabandt
On Mi, 06 Jan 2016, Christian Brabandt wrote: > Here is a patch series, that adds the argument to the > :windo/bufdo/argdo/cdo commands that should correctly restore the cursor > position after those commands. The patch includes updates to the > documentation, a newstyle test and an update to

Re: [bug] error E201 when opening 3 large files with -o option when using LargeFile plugin

2016-01-06 Fir de Conversatie Christian Brabandt
On Sa, 26 Dez 2015, Christian Brabandt wrote: > Okay, I'll go with and check it out within the next 2 weeks. I > am on vacation currently, so don't expect anything very soon. Here is a patch series, that adds the argument to the :windo/bufdo/argdo/cdo commands that should correctly restore th