Patch 8.1.1187
Problem:Cannot recognize Pipfile.
Solution: Use existing filetypes. (Charles Ross, closes #4280)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.1.1186/runtime/filetype.vim2019-04-16 22:21:00.042595439
+0200
--- runtime/filetype.vim
Hi,
On Thu, Apr 18, 2019 at 1:23 AM Paul Jolly wrote:
>
> Describe the bug
>
> As part of https://github.com/myitcv/govim, I have a
> CursorHold,CursorHoldI autocmd setup the populates the quickfix list
> via setqflist if any diagnostics have changed.
>
> This works well apart from the fact that
Patch 8.1.1186
Problem:readdir() allocates list twice.
Solution: Remove second allocation. Also check for zero length.
Files: src/evalfunc.c
*** ../vim-8.1.1185/src/evalfunc.c 2019-04-08 20:01:42.877179442 +0200
--- src/evalfunc.c 2019-04-19 15:20:22.221545619 +0200
**
Hirohito Higashi wrote:
> Patch updated.
>
> Note:
> The change of doc/print.txt was discussed and confirmed at the following
> issue. (in Japanese)
> https://github.com/vim-jp/issues/issues/1243
Thanks!
--
### Hiroshima 45, Chernobyl 86, Windows 95 ###
/// Bram Moolenaar --