| Age | Commit message (Collapse) | Author | Files |
|
- Rename groups to consistent log* naming (LogStringālogString, etc.)
- Remove redundant logOperator/logBrackets, use logSymbol for special chars
- Simplify level keywords by removing case variants
- Consolidate syslog column patterns into logSysColumn
- Move custom highlights to portable ctermfg/guifg names
- Update maintainer email address
closes: vim/vim#19917
https://github.com/vim/vim/commit/f1dbca200c497ea8b48784ca8fea8c47d68c7d7e
Co-authored-by: Mao-Yining <mao.yining@outlook.com>
|
|
closes: vim/vim#18675
https://github.com/vim/vim/commit/28f7582c16e7692cc56dbb7f240649086b5066d8
Co-authored-by: Mao-Yining <mao.yining@outlook.com>
|
|
The domain highlight is eazy to be confused and useless. Because we can
catch URL as a much obvious syntax.
closes: vim/vim#18467
https://github.com/vim/vim/commit/0a8b4ef8b291e5d37b95680e313fb13d089375fa
Co-authored-by: Mao-Yining <mao.yining@outlook.com>
|
|
closes: vim/vim#18315
https://github.com/vim/vim/commit/6fd9dac9927caf390c97c61ca5143fb7a190dd15
Co-authored-by: Christian Brabandt <cb@256bit.org>
|
|
vim-patch:9.1.1755: filetype: generic log files are not recognized
Problem: filetype: generic log files are not recognized
Solution: Detect *.log files as log filetype, include simple log syntax
script (Mao-Yining).
closes: vim/vim#18285
https://github.com/vim/vim/commit/b8970b43cd4aab1da9d0b927d86c7021bcae7e35
vim-patch:9.1.1759: filetype: generic log detection is too disturbing
Problem: filetype: generic log detection is too disturbing
(after v9.1.1755)
Solution: Revert setting log filetype
https://github.com/vim/vim/commit/48f1d6442d5d255d1b5a353160bff7470afa74cb
Co-authored-by: Mao-Yining <mao.yining@outlook.com>
Co-authored-by: Christian Brabandt <cb@256bit.org>
|