Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This provide control over the precedence of highlighting where
different regions overlap.
|
|
These are defined in a .zle.hlgroups associative array and referenced
using %H in prompt strings or hl= in zle_highlight/region_highlight.
|
|
|
|
At least *zle_main* uses const strings to initialize its
structure *zlehooks*.
|
|
|
|
Because these variables are initialized with as constant string, they should
be marked as *const* to make the compiler running with `-Wwrite-strings`
more happy.
|
|
Because these variables are initialized with as constant string, they should
be marked as *const* to make the compiler running with `-Wwrite-strings`
more happy.
|
|
match
|
|
|
|
|
|
|
|
|
|
Operator returns error when operand returns error
|
|
|
|
|
|
|
|
|
|
|
|
$ valgrind --tool=massif --help | grep time-unit
--time-unit=i|ms|B time unit: instructions executed, milliseconds
|
|
|
|
|
|
|
|
Solaris 11
|
|
supported there
|
|
|
|
|
|
|
|
substitution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unposted whitespace change avoids a parse error in ${ ... } with comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* no job control inside <<(substition)
* allow interrupt of multios reading from a terminal
|
|
|
|
|
|
|
|
- update tmux completion functions
- tweak check-tmux-state to take current file format into account
|