Re: [vim/vim] Why does vim always resolve symbolic-link directory? (#4942)

2021-09-20 Fir de Conversatie Gary Johnson
On 2021-09-19, John Little wrote: > There are cases where the resolution of symbolic names causes problems. Agreed. I have a plugin that needs to search for parent directories and for files in those parent directories. I used to use finddir() and findfile() for this, but then discovered that

Patch 8.2.3451

2021-09-20 Fir de Conversatie Bram Moolenaar
Patch 8.2.3451 Problem:Not all apache files are recognized. Solution: Adjust the filetype pattern. (Zdenek Dohnal, closes #8882) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.2.3450/runtime/filetype.vim2021-09-03 19:21:31.271026051 +0200 ---

Re: syntax/vim.vim question -- should vim's heredocs be highlighted with comment support?

2021-09-20 Fir de Conversatie Doug Kearns
On Mon, 20 Sept 2021 at 11:44, Charles Campbell wrote: > > Hello, > > Its been brought to my attention (thanks, Naruhiko Nishino) that vim's > heredoc's syntax highlighting may not need to support commenting, either > old-style or vim9 style. Some of the examples show vimL use, where > comment

Re: 8th syntax patches

2021-09-20 Fir de Conversatie Doug Kearns
On Mon, 20 Sept 2021 at 14:01, Ron Aaron wrote: > > Changes to the existing 8th syntax and ftplugin files: > > diff --git a/runtime/ftplugin/8th.vim b/runtime/ftplugin/8th.vim > index 14301187d..60a7b0cb4 100644 > --- a/runtime/ftplugin/8th.vim > +++ b/runtime/ftplugin/8th.vim > @@ -1,7 +1,7 @@ >

Re: 8th syntax patches

2021-09-20 Fir de Conversatie Bram Moolenaar
Ron Aaron wrote: > Changes to the existing 8th syntax and ftplugin files: Thanks. However, the lines wrap. Please send the diff as an attachment. -- Portable Computer: A device invented to force businessmen to work at home, on vacation, and on business trips. /// Bram Moolenaar --

Re: [External] : Re: Multiply defined longVersion on Solaris

2021-09-20 Fir de Conversatie Vladimir Marek
[...] > The best solution seems to be to always declare longVersion in > version.c, and always declare it extern in globals.h. Otherwise the > #ifdef gets complicated. Your patch works for me, thank you -- Vlad -- -- You received this message from the "vim_dev" maillist. Do not