| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- Fix typos
|
| |
|
|
|
|
| |
- filetype.lua: add typst detection
|
|
|
|
| |
- lua: filetype: add JSX and Typescript extensions
|
|
|
|
| |
- Support selection of primary or regular clipboard (wayclip)
|
|
|
|
| |
- lua: complete-word: use internal regex for splitting words
|
|
|
|
| |
- Introduce new `modula2` and `modula3` file types.
|
| |
|
|
|
|
| |
- Replace use of tr(1) with awk(1).
|
|
|
|
|
| |
- use correct apostrophe in error message
- allow disabling of statusbar
|
|
|
|
|
|
| |
- fix bug report template
- add github issue templates
- lua: fix deprecated name for change-256colors
|
|
|
|
|
| |
- complete-filename: include '{' in leading delimiter pattern
- build: update alpine in docker build to version 3.19
|
|
|
|
|
| |
- lua: drop redrawtime option
- lua: filetype: use alt_name field to alias to other lexers
|
|
|
|
|
| |
- Add ansi escaping values and theming keyword for dimmed text
- Recognize also Python type stub files.
|
|
|
|
|
| |
- luadoc: fix broken link and add links between vis/win.options
- destroy the correct subprocess
|
|
|
|
| |
- lua: refactor complete-filename plugin
|
|
|
|
| |
- sam: reject invalid ranges for cmd_extract ("x"/"y")
|
|
|
|
|
| |
- apply configured foreground to matching pair
- apply configured foreground to selections
|
|
|
|
| |
- view: skip empty cells before applying a style
|
| |
|
| |
|
|
|
|
| |
- vis_pipe: correctly return non-zero exit status
|
|
|
|
|
| |
- ci: test: update submodule
- revert c22b2c2 & 364d212
|
|
|
|
|
| |
- lua: filetype: fix fstab detection
- fix literal makefile name detection
|
|
|
|
| |
- vis-lua: fail when mapping a key to an invalid handler type
|
|
|
|
| |
- vis-complete: also split on `\`
|
|
|
|
|
|
| |
- filetype.lua: add common *roff extensions
- vis-menu.c: add space for terminating NUL byte
- vis-subprocess.c: remove unnecessary NULL check
|
|
|
|
|
| |
- vis-complete: use hand picked set of characters for word splitting
- vis-single: respect TMPDIR
|
|
|
|
|
| |
- filetype: add psm1 and search for xml using mime type
- vis-subprocess.c: fix signature of new_process_in_pool()
|
|
|
|
|
|
|
|
| |
- Make expandtab option window-local
- Make tabwidth option window-local
- lua: make sure lpeg is in fact optional
- vis-lua.c: silence warning about implicit conversion
- support old option names but mark as deprecated
|
|
|
|
|
|
|
|
|
| |
- configure: also check for lua-5.4
- lua api: fix a couple typos in process_response()
documentation
- Implementation of the non-blocking process running Lua API
- sam.c: rename a number of options to match lua api
- Lua API: access and set all available options
|
|
|
|
|
| |
- build: don't use the '|' GNU extension
- build: don't pollute base dir with .o and .d files
|
|
|
|
|
| |
- build: stop setting _POSIX_C_SOURCE
- build: support incremental rebuilds
|
|
|
|
|
| |
- vis-complete: handle non-ascii text
- vis-menu: try to preserve valid Unicode points
|
|
|
|
| |
ci: freebsd: use lua 5.3 like the others
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- vis-lua.c: stop obj_ref_get() from leaving the lua stack modified
|
| |
|
|
|
|
| |
* Prevent flickering in curses
|
|
|
|
|
|
| |
* vis-open: allow to show files vertically
* view.c: add word wrapping
* view: refactor view_addch
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 47ac03a vis:pipe(): don't segfault if vis->win isn't present
- 80fbb7e Add fullscreen param to vis_pipe_collect() and Lua
API vis:pipe()
- 599ced0 fix warning about field width not being an int
- 6be370d Print keybindings containing space correctly
- e728898 partial revert of commit f55312ba
|
| |
|
| |
|
| |
|