about summary refs log tree commit diff
path: root/Test/X04zlehighlight.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 47849: do not skip tests requiring zpty on CygwinJun-ichi Takimoto2021-01-201-2/+0
|
* 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵Daniel Shahaf2020-06-271-0/+11
| | | | | | add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case.
* 46068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf2020-06-251-0/+44
| | | | | | | | | | | | | | | | This is useful when multiple plugins add region_highlight entries and subsequently want to remove only their own entries. Without this functionality, recognizing one's region_highlight entries is not trivial because the 'start' and 'end' offsets are modified by editing of $BUFFER and the highlight specification may not be unique or distinctive. The tweaks are as follows: - Change zfree() to zsfree() per workers/46070. - Remove the mem.c hunk, as it changed the signature of only one out of two alternative definitions of zsfree(). (The definition that hunk touched is the one that's not used by default.)
* unposted: internal: Remove Vim modeline that interferes with ztst.vim.Daniel Shahaf2020-01-071-2/+0
| | | | | | | | As an alternative, one can use: autocmd BufRead,BufNewFile **/*.ztst setfiletype zsh (But see Util/ztst-syntax.vim and Util/ztst-ftplugin.vim for an alternative.)
* 44012: X04zlehighlight: Fix spurious test failures on OpenBSDdana2019-01-231-1/+8
|
* 44011: Only use fg_start_code for non-truecolorMikael Magnusson2019-01-231-4/+4
| | | | The sequence for truecolor uses a different prefix from palette colors
* 43962: Fix X04 test module_pathdana2018-12-311-0/+1
|
* users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson2018-12-301-0/+153
Allow non-termcap use of colours > 7. Add tests.