vqn

Results 5 issues of vqn

The linewrapping plugin overrides `DocView:new()` to call `LineWrapping.update_docview_breaks()`, which in turns calls `DocView:get_gutter_width()` ([link](https://github.com/lite-xl/lite-xl/blob/master/data/plugins/linewrapping.lua#L223)). The TextView widget extends DocView and returns one if its fields in [`TextView:get_gutter_width()`](https://github.com/lite-xl/lite-xl-widgets/blob/master/textbox.lua#L63), which is nil...

Fixes the settings and lintplus plugins being loaded regardless of the the user's config if they are in one of the plugins folders Also use `common.merge` and `config_spec` for the...

This pr adds basic support for multi stroke shortcuts. local keymap = require 'core.keymap` keymap.add { ['ctrl+b p'] = 'core:find-command' } A few things are still tbd: - the general...

Category: Lua Core

## Environment - Millet version: a05263d4 ## Steps to reproduce Structure / signature type mismatch for a given identifier seems to be reported at the start of the structure (i.e...

enhancement

If unzip is compiled with -DWILD_STOP_AT_DIR, the * wildcard does not match the dir separator, so subdirectories are not extracted.