On Wednesday, February 13, 2019 at 1:03:10 PM UTC-6, John Marriott wrote:
> On 14-Feb-2019 03:51, Ben Fritz wrote:
> > I was trying to set up for building Vim on a Windows 10 installation where
> > I haven't done that before.
> >
> > I tried the Msys distribution of mingw-64 first, and after I ins
Patch 8.1.0939
Problem:No completion for sign group names.
Solution: Add completion for sign group names and buffer names. (Yegappan
Lakshmanan, closes #3980)
Files: src/sign.c, src/testdir/test_signs.vim
*** ../vim-8.1.0938/src/sign.c 2019-01-24 17:18:37.591462362 +0100
Hi,
2019/2/18 Mon 9:12:03 UTC+9 h_east wrote:
> Hi,
>
> 2019-2-18(Mon) 8:46:17 UTC+9 Heptite:
> > On Sun, 17 Feb 2019, Cesar Romani wrote:
> >
> > > if_ruby.c:68:11: fatal error: dlfcn.h: No such file or directory
> > > # include
> > > ^
> > > compilation terminated.
> > > mak
On Sun, 17 Feb 2019, h_east wrote:
Please check with the attached patch.
This resolves the issue.
--
Christian J. Robinson -- https://christianrobinson.name/
Whoever said you can't buy happiness forgot about puppies.
Since +autocmd was graduated, running a vim built with small/tiny
features will attempt to perform filetype detection. This fails loudly
because there is no +eval.
$ ./src/vim --version
VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 17 2019 22:20:05)
Included patches: 1-946
Compiled by jamessan
Hi Bram,
2019/2/18 Mon 7:27:35 UTC+9 Bram Moolenaar wrote:
> Patch 8.1.0946
> Problem:Coveralls is not very useful.
> Solution: Remove Coveralls badge, add badge for packages.
> Files:README.md
Are you going to stop using coveralls?
If so, I can write a patch to update .travis.y
Hi Bram,
2019/2/17 Sun 23:01:21 UTC+9 Bram Moolenaar wrote:
> Patch 8.1.0940
> Problem:MS-Windows console resizing not handled properly.
> Solution: Handle resizing the console better. (Nobuhiro Takasaki,
> closes #3968, closes #3611)
> Files: src/ex_docmd.c, src/normal.c, s
Hi,
2019-2-18(Mon) 8:46:17 UTC+9 Heptite:
> On Sun, 17 Feb 2019, Cesar Romani wrote:
>
> > if_ruby.c:68:11: fatal error: dlfcn.h: No such file or directory
> > # include
> > ^
> > compilation terminated.
> > make: *** [gobjZi686/if_ruby.o] Error 1
> > Error by compiling gvim.ex
On Sun, 17 Feb 2019, Cesar Romani wrote:
if_ruby.c:68:11: fatal error: dlfcn.h: No such file or directory
# include
^
compilation terminated.
make: *** [gobjZi686/if_ruby.o] Error 1
Error by compiling gvim.exe
I tracked this down to MSWIN not being defined before it is teste
By building vim on Windows 7 with MinGW-W64, ruby 2.3.1p112, I get:
[...]
if_ruby.c:68:11: fatal error: dlfcn.h: No such file or directory
# include
^
compilation terminated.
make: *** [gobjZi686/if_ruby.o] Error 1
Error by compiling gvim.exe
Patch 8.1.0946
Problem:Coveralls is not very useful.
Solution: Remove Coveralls badge, add badge for packages.
Files: README.md
*** ../vim-8.1.0945/README.md 2018-09-13 19:04:45.437477554 +0200
--- README.md 2019-02-17 23:25:04.322706692 +0100
***
*** 1,12
![Vi
Patch 8.1.0945
Problem:Internal error when using pattern with NL in the range.
Solution: Use an actual newline for the range. (closes #3989) Also fix
error message. (Dominique Pelle)
Files: src/regexp_nfa.c, src/testdir/test_regexp_latin.vim
*** ../vim-8.1.0944/src/reg
Patch 8.1.0944
Problem:Format of nbdbg() arguments is not checked.
Solution: Add format attribute. Fix reported problems. (Dominique Pelle,
closes #3992)
Files: src/nbdebug.h, src/netbeans.c
*** ../vim-8.1.0943/src/nbdebug.h 2016-08-29 22:42:20.0 +0200
---
Patch 8.1.0943
Problem:Still a trace of Farsi support.
Solution: Remove defining macros.
Files: src/feature.h
*** ../vim-8.1.0942/src/feature.h 2019-02-17 17:44:36.207875527 +0100
--- src/feature.h 2019-02-17 17:29:18.544788906 +0100
***
*** 265,282
Patch 8.1.0942
Problem:Options window still checks for the multi_byte feature.
Solution: Remove the unnecessary check. (Dominique Pelle, closes #3990)
Files: runtime/optwin.vim
*** ../vim-8.1.0941/runtime/optwin.vim 2019-02-08 12:46:03.588784187 +0100
--- runtime/optwin.vim 2019-02
On 2/17/19 4:00 AM, Robert Webb wrote:
Andy,
No longer crashes, but doesn't seem to work at all. Either that or how
it works has changed since I wrote my scripts.
Rob,
Your example seems to work for me. Would you mind trying
https://github.com/andymass/vim/commit/4e3aa0a5dab96d2799567622f
Yasuhiro Matsumoto wrote:
> # strange parse of binary format
> ```
> :echo 0b19
> 1 9
> ```
>
> # strange token separator
> ```
> :let b99 = 'vim'
> :echo 0b99
> 0 vim
> ```
> ```
> :function! B99()
> : return 'vim'
> :endfunction
> :echo 0B99()
> 0 vim
> ```
>
> # storage parse of hex format
Patch 8.1.0940
Problem:MS-Windows console resizing not handled properly.
Solution: Handle resizing the console better. (Nobuhiro Takasaki,
closes #3968, closes #3611)
Files: src/ex_docmd.c, src/normal.c, src/os_win32.c,
src/proto/os_win32.pro
*** ../vim-8.1.09
Yegappan wrote:
> The getjumplist() function currently returns a list with two entries.
> The first entry is a list of jump locations and the second entry is
> the index of the current jump location. I think instead of returning
> a list with hard-coded indexes, it is better to return a dictiona
> Problem Description.
>
> Suppose you have a line in a window that is longer than the window
> width and that the 'wrap' option is on. That line will wrap onto the
> next screen line. Now suppose we choose to conceal a string of two or
> more characters that appear on the first line. What I
Patch 8.1.0938
Problem:Background color is wrong in MS-Windows console when not using VTP.
Solution: Use g_attrCurrent. (Nobuhiro Takasaki, closes #3987)
Files: src/os_win32.c
*** ../vim-8.1.0937/src/os_win32.c 2019-02-16 16:47:58.126925258 +0100
--- src/os_win32.c 2019-02-
Patch 8.1.0937
Problem:Invalid memory access in search pattern. (Kuang-che Wu)
Solution: Check for incomplete collation element. (Dominique Pelle,
closes #3985)
Files: src/regexp.c, src/testdir/test_regexp_latin.vim
*** ../vim-8.1.0936/src/regexp.c2019-02-16 18:07
Andy,
No longer crashes, but doesn't seem to work at all. Either that or how it
works has changed since I wrote my scripts.
Simple test:
=
fun! TestFunc(pattern, flags)
return taglist(a:pattern)
endfunc
:set tagfunc=TestFunc
=
Trying to jump to a tag under the curs
23 matches
Mail list logo