Patch for VimL ftplugin: undo buffer-local maps

2018-07-04 Fir de Conversatie 'Tom Ryder' via vim_dev
Hello Vim developers; attached is a small patch to the VimL runtime ftplugin that extends its b:undo_ftplugin variable to clear away a set of buffer-local maps, if assigned, so that they don't stick around if the filetype changes. There are similar problems in other ftplugins, such as

Re: [vim/vim] Defaulting mouse=a in a terminal is incorrect (new as of 7.4.211) (#2841)

2018-07-04 Fir de Conversatie Dylan McClure
On Tuesday, April 24, 2018 at 3:40:39 PM UTC-4, jrodman-tcell wrote: > Defaulting on the terminal mouse via defaults.vim breaks many expected > behaviors, and should not be on by default, even when there is no .vimrc > present. > > In addition, this setting should lose to other settings in /etc

Patch 8.1.0152

2018-07-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0152 Problem:Cannot easily run individual tests on MS-Windows. Solution: Move the list of tests to a separate file. Add a build rule in the MSVC makefile. Files: Filelist, src/Makefile, src/Make_all.mak, src/Make_mvc.mak *** ../vim-8.1.0151/Filelist

Patch 8.1.0151

2018-07-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0151 Problem:Mksession test fails on MS-Windows. Solution: Always use an argument for :lcd. Files: src/testdir/test_mksession.vim *** ../vim-8.1.0150/src/testdir/test_mksession.vim 2018-07-04 22:26:24.515946368 +0200 --- src/testdir/test_mksession.vim 2018-07-04

Patch 8.1.0150

2018-07-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0150 Problem:Insufficient test coverage for Tcl. Solution: Add more tests. (Dominique Pelle, closes #3140) Files: src/testdir/test_tcl.vim *** ../vim-8.1.0149/src/testdir/test_tcl.vim2017-01-29 23:18:53.0 +0100 --- src/testdir/test_tcl.vim2018-07-04

Patch 8.1.0149

2018-07-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0149 Problem:The generated sessions file does not restore tabs properly if :lcd was used in one of them. Solution: Create the tab pages before setting the directory. (Yee Cheng Chin, closes #3152) Files: src/ex_docmd.c, src/testdir/test_mksession.vim

Re: Added French and Esperanto translation in runtime/gvim.desktop

2018-07-04 Fir de Conversatie Bram Moolenaar
Dominique - > Attached patch adds French and Esperanto > translations in file runtime/gvim.desktop. Thanks! - Bram -- hundred-and-one symptoms of being an internet addict: 178. You look for an icon to double-click to open your bedroom window. /// Bram Moolenaar -- b...@moolenaar.net --

Patch 8.1.0148

2018-07-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0148 Problem:Memory leak when using :tcl expr command. Solution: Free the result of expression evaluation. (Dominique Pelle, closes #3150) Files: src/if_tcl.c *** ../vim-8.1.0147/src/if_tcl.c2017-09-16 19:58:18.0 +0200 --- src/if_tcl.c

Patch 8.1.0147

2018-07-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.0147 Problem:Compiler warning when building with Python 3.7. Solution: #undef PySlice_GetIndicesEx before redefining it. (Ozaki Kiichi, closes #3153) Files: src/if_python3.c *** ../vim-8.1.0146/src/if_python3.c2018-04-14 13:54:46.0 +0200 ---

Added French and Esperanto translation in runtime/gvim.desktop

2018-07-04 Fir de Conversatie Dominique Pellé
Hi Attached patch adds French and Esperanto translations in file runtime/gvim.desktop. 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