Patch 8.1.1987
Problem:More functions can be used as methods.
Solution: Make various functions usable as a method.
Files: runtime/doc/eval.txt, src/evalfunc.c,
src/testdir/test_clientserver.vim,
src/testdir/test_eval_stuff.vim, src/testdir/test_functions.vim,
Patch 8.1.1986
Problem:More functions can be used as methods.
Solution: Make textprop functions usable as a method.
Files: runtime/doc/textprop.txt, src/evalfunc.c,
src/testdir/test_textprop.vim
*** ../vim-8.1.1985/runtime/doc/textprop.txt2019-08-13 22:27:27.746277630
On 04-Sep-2019 07:20, Bram Moolenaar wrote:
I'm not sure if the patches you attached are the right ones. I'll make
a best guess, please try again after I submit the fix I made.
Just applied the latest batch of patches (up to 1985) and everything
looks good.
Good work
Cheers
--
--
You re
Paul Jolly wrote:
> > Thinking about this again, it's probably best to add popup_getinfo() and
> > when the info popup is removed, to hide it instead of deleting it.
> > That way the properties you set on it will be kept.
>
> Sorry, I lost track of where we got to with this conversation.
>
> I
Patch 8.1.1984
Problem:More functions can be used as methods.
Solution: Make various functions usable as a method.
Files: runtime/doc/eval.txt, src/evalfunc.c,
src/testdir/test_functions.vim, src/testdir/test_perl.vim,
src/testdir/test_prompt_buffer.vim, src/tes
Hi Bram,
> Thinking about this again, it's probably best to add popup_getinfo() and
> when the info popup is removed, to hide it instead of deleting it.
> That way the properties you set on it will be kept.
Sorry, I lost track of where we got to with this conversation.
Is there now a means by wh
Patch 8.1.1983
Problem:Compiler nags for uninitialized variable and unused function.
Solution: Add unnecessary initialization. Move function inside #ifdef.
Files: src/memline.c, src/channel.c
*** ../vim-8.1.1982/src/memline.c 2019-08-04 20:42:39.815198862 +0200
--- src/memline
Patch 8.1.1982
Problem:More functions can be used as methods.
Solution: Make popup functions usable as a method.
Files: runtime/doc/popup.txt, src/evalfunc.c,
src/testdir/test_popupwin.vim
*** ../vim-8.1.1981/runtime/doc/popup.txt 2019-09-03 22:08:13.673035035
+020
Patch 8.1.1981
Problem:The evalfunc.c file is too big.
Solution: Move undo functions to undo.c. Move cmdline functions to
ex_getln.c. Move some container functions to list.c.
Files: src/evalfunc.c, src/undo.c, src/proto/undo.pro, src/ex_getln.c,
src/proto/ex_g
Ken Takata wrote:
> I think 'packpath' should be used instead of 'rtp' for searching
> colorschemes in menu.vim. Please check the attached patch.
Thanks, I'll include it.
--
hundred-and-one symptoms of being an internet addict:
180. You maintain more than six e-mail addresses.
/// Bram Mo
Hi,
I think 'packpath' should be used instead of 'rtp' for searching
colorschemes
in menu.vim. Please check the attached patch.
Regards,
Ken Takata
--
--
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 infor
Patch 8.1.1980
Problem:Fix for search stat not tested.
Solution: Add a screenshot test. (Christian Brabandt)
Files: src/testdir/test_search_stat.vim,
src/testdir/dumps/Test_searchstat_1.dump,
src/testdir/dumps/Test_searchstat_2.dump
*** ../vim-8.1.1979/src/tes
Patch 8.1.1979
Problem:Code for handling file names is spread out.
Solution: Move code to new filepath.c file. Graduate FEAT_MODIFY_FNAME.
Files: src/filepath.c, Filelist, src/Make_cyg_ming.mak,
src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms,
src/Makefi
Patch 8.1.1978
Problem:The eval.c file is too big.
Solution: Move filter() and map() to list.c.
Files: src/eval.c, src/proto/eval.pro, src/list.c, src/proto/list.pro,
src/evalfunc.c
*** ../vim-8.1.1977/src/eval.c 2019-09-02 20:44:02.688728142 +0200
--- src/eval.c 2019-0
Patch 8.1.1977
Problem:Terminal debugger plugin may hang.
Solution: Wait longer when still reading symbols.
Files: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
*** ../vim-8.1.1976/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
2018-12-22 15:14:45.587283340 +0100
Patch 8.1.1976
Problem:Travis log always shows test output.
Solution: Change script to avoid if/else. (Ozaki Kiichi, closes #4892)
Files: .travis.yml
*** ../vim-8.1.1975/.travis.yml 2019-08-24 21:53:12.23828 +0200
--- .travis.yml 2019-09-04 14:09:53.065195147 +0200
**
Patch 8.1.1975
Problem:MS-Windows GUI responds slowly to timer.
Solution: Break out of wait loop when timer was added or input is available.
(closes #4893)
Files: src/gui_w32.c
*** ../vim-8.1.1974/src/gui_w32.c 2019-05-28 23:32:42.942257480 +0200
--- src/gui_w32.c
Patch 8.1.1974
Problem:Coverity warns for using pointer as array.
Solution: Call var2fpos() directly instead of using f_line().
Files: src/evalfunc.c
*** ../vim-8.1.1973/src/evalfunc.c 2019-09-02 22:56:20.992583887 +0200
--- src/evalfunc.c 2019-09-04 13:20:36.530452179 +020
Patch 8.1.1973
Problem:Cannot build without the quickfix feature.
Solution: Remove #ifdef for qf_info_T.
Files: src/structs.h
*** ../vim-8.1.1972/src/structs.h 2019-09-03 22:08:13.673035035 +0200
--- src/structs.h 2019-09-04 11:49:53.744907959 +0200
***
*** 20
19 matches
Mail list logo