mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
Require trailing comment to be preceded by a space or tab
Fixes `word-delimiters` option to not ignore `#` and subsequent characters. Closes #270
This commit is contained in:
parent
9c705b26ee
commit
0aa086065c
2 changed files with 19 additions and 3 deletions
|
|
@ -24,6 +24,11 @@
|
|||
## 1.6.3
|
||||
### Added
|
||||
### Changed
|
||||
|
||||
* Trailing comments in `foot.ini` must now be preceded by a space or tab
|
||||
(https://codeberg.org/dnkl/foot/issues/270)
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
|
@ -35,6 +40,8 @@
|
|||
* Erased, overflowing glyphs (when
|
||||
`tweak.allow-overflowing-double-width-glyphs=yes` - the default) not
|
||||
properly erasing the cell overflowed **into**.
|
||||
* `word-delimiters` option ignores `#` and subsequent characters
|
||||
(https://codeberg.org/dnkl/foot/issues/270)
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue