Patch 8.1.1826

2019-08-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.1826 Problem:Tests use hand coded feature and option checks. Solution: Use the commands from check.vim in more tests. Files: src/testdir/check.vim, src/testdir/shared.vim, src/testdir/test_autochdir.vim, src/testdir/test_autocmd.vim,

Patch 8.1.1825

2019-08-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.1825 Problem:Allocating more memory than needed for extended structs. Solution: Use offsetof() instead of sizeof(). (Dominique Pelle, closes #4785) Files: src/dict.c *** ../vim-8.1.1824/src/dict.c 2019-07-27 23:12:08.667924110 +0200 --- src/dict.c 2019-08-07

Re: [vim/vim] Support for "" in mappings (Neovim patch) (#4784)

2019-08-07 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 07.08.2019 um 14:04 schrieb Daniel Hahler (Vim Github Repository): Neovim has a nice feature where you can use || in a mapping to stay in the current mode (a better alternative to |vnoremap x :???|, where you then have to handle re-entering visual mode etc). (in the case at hand it allows

Re: [vim/vim] Help wanted: netrw maintenance (#4663)

2019-08-07 Fir de Conversatie Bram Moolenaar
> Recently netrw v165 was included, but it causes a new issue: #4738. Charles did respond and made v165 available, but he hasn't managed to verify that problems on MS-Windows and Mac are solved. #4738 is a Mac specific problem, Charles will need others to look into that. So Charles continues

netrw v165 seems to ignore sort sequence

2019-08-07 Fir de Conversatie François Ingelrest
Hi all, I recently updated my vim to v8.1.1824, including netrw which is now v165. When sorting by name, directories and files are now mixed up among other things. I'm not sure whether this is a bug or if I didn't get how to use g:netrw_sort_sequence, but this variable seems to be ignored which