index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-05
lua: drop redrawtime option
Randy Palamar
2
-18
/
+1
2023-12-05
lua: filetype: use alt_name field to alias to other lexers
Randy Palamar
1
-4
/
+5
2023-12-02
Add ansi escaping values and theming keyword for dimmed text
Haz
3
-0
/
+7
2023-12-02
Recognize also Python type stub files.
Matěj Cepl
1
-1
/
+1
2023-11-23
luadoc: fix broken link and add links between vis/win.options
Randy Palamar
1
-1
/
+3
2023-11-18
destroy the correct subprocess
Florian Fischer
1
-6
/
+8
2023-11-03
lua: refactor complete-filename plugin
Randy Palamar
1
-33
/
+28
2023-10-23
sam: reject invalid ranges for cmd_extract ("x"/"y")
Randy Palamar
1
-1
/
+1
2023-10-17
apply configured foreground to matching pair
Randy Palamar
1
-0
/
+1
2023-10-17
apply configured foreground to selections
Randy Palamar
1
-0
/
+1
2023-10-15
view: skip empty cells before applying a style
Florian Fischer
1
-0
/
+4
2023-10-10
vis_pipe: correctly return non-zero exit status
Randy Palamar
1
-1
/
+4
2023-10-10
ci: test: update submodule
Randy Palamar
1
-22
/
+13
2023-10-10
revert c22b2c2 & 364d212
Randy Palamar
2
-3
/
+1
2023-10-05
lua: filetype: fix fstab detection
Randy Palamar
1
-1
/
+1
2023-10-05
fix literal makefile name detection
Florian Fischer
1
-1
/
+1
2023-10-05
vis-lua: fail when mapping a key to an invalid handler type
Karthin Srinavakili
1
-0
/
+2
2023-09-27
vis-complete: also split on `\`
Randy Palamar
1
-1
/
+1
2023-09-27
filetype.lua: add common *roff extensions
Tom Schwindl
1
-1
/
+2
2023-09-25
vis-menu.c: add space for terminating NUL byte
Tom Schwindl
1
-1
/
+1
2023-09-22
vis-subprocess.c: remove unnecessary NULL check
Tom Schwindl
1
-3
/
+1
2023-09-22
vis-complete: use hand picked set of characters for word splitting
Randy Palamar
1
-1
/
+1
2023-09-22
vis-single: respect TMPDIR
Evan Gates
1
-3
/
+13
2023-09-20
filetype: add psm1 and search for xml using mime type
Michiel van den Heuvel
1
-1
/
+2
2023-09-17
vis-subprocess.c: fix signature of new_process_in_pool()
Tom Schwindl
1
-1
/
+1
2023-08-27
Make expandtab option window-local
Alexey Yerin
6
-16
/
+16
2023-08-27
Make tabwidth option window-local
Alexey Yerin
8
-22
/
+19
2023-08-27
lua: make sure lpeg is in fact optional
Randy Palamar
2
-0
/
+2
2023-08-27
vis-lua.c: silence warning about implicit conversion
Randy Palamar
1
-1
/
+5
2023-08-26
support old option names but mark as deprecated
Randy Palamar
3
-10
/
+24
2023-08-25
configure: also check for lua-5.4
Donald C. Allen
1
-1
/
+1
2023-08-24
lua api: fix a couple typos in process_response() documentation
Randy Palamar
1
-2
/
+2
2023-08-24
Implementation of the non-blocking process running Lua API
xomachine
7
-1
/
+350
2023-08-24
sam.c: rename a number of options to match lua api
Randy Palamar
2
-9
/
+9
2023-08-24
Lua API: access and set all available options
Randy Palamar
7
-27
/
+433
2023-08-17
build: don't use the '|' GNU extension
Randy Palamar
1
-3
/
+4
2023-08-17
build: don't pollute base dir with .o and .d files
Randy Palamar
2
-9
/
+11
2023-08-16
build: stop setting _POSIX_C_SOURCE
Randy Palamar
2
-2
/
+2
2023-08-16
build: support incremental rebuilds
Randy Palamar
6
-8
/
+22
2023-08-14
vis-complete: handle non-ascii text
Silvan Jegen
1
-1
/
+1
2023-08-14
vis-menu: try to preserve valid Unicode points
Silvan Jegen
1
-3
/
+37
2023-08-12
ci: freebsd: use lua 5.3 like the others
Randy Palamar
1
-2
/
+2
2023-08-10
vis-lua.c: stop obj_ref_get() from leaving the lua stack modified
Randy Palamar
1
-17
/
+8
2023-08-01
Prevent flickering in curses
Ian Hixson
5
-1
/
+26
2023-08-01
vis-open: allow to show files vertically
Vadym Kochan
1
-1
/
+5
2023-07-28
view.c: add word wrapping
Andrey Proskurin
5
-30
/
+114
2023-07-28
view: refactor view_addch
Andrey Proskurin
1
-78
/
+78
2023-07-28
Introduce new `mail` file type.
Matěj Cepl
1
-0
/
+3
2023-07-18
vis:pipe(): don't segfault if vis->win isn't present
Randy Palamar
1
-1
/
+5
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
10
-18
/
+34
[next]