Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(inccommand): avoid crash if callback changes inccommand option (#18830) | zeertzjq | 2022-06-02 |
| | | | | | | | | | clang: Result of operation is garbage or undefined clang: Uninitialized argument value Also check for == 's' instead of != 'n' as it is more straightforward. Also fix another unrelated PVS warning: PVS/V1071: Return value of win_comp_pos() is not always used | ||
* | fix(inccommand): do not try to preview an ambiguous command (#18827) | zeertzjq | 2022-06-01 |
| | |||
* | feat: add preview functionality to user commands | Famiu Haque | 2022-05-31 |
Adds a Lua-only `preview` flag to user commands which allows the command to be incrementally previewed like `:substitute` when 'inccommand' is set. |