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-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
2023-07-18
fix warning about field width not being an int
Randy Palamar
1
-4
/
+4
2023-07-17
Print keybindings containing space correctly
Max Schillinger
1
-2
/
+22
2023-07-16
partial revert of commit f55312ba
John Vogel
1
-1
/
+2
2023-06-22
Lua API: allow nil in vis:pipe() File and Range parameters
Jörg Bakker
1
-5
/
+13
2023-06-22
allow underscore (_) in command names
Randy Palamar
1
-1
/
+1
2023-06-21
build: simplify generating single payload
Christian Hesse
1
-1
/
+1
2023-06-09
ci: update checkout action to v3
Randy Palamar
6
-6
/
+6
2023-06-09
ci: don't generate man/index.html symlink
Randy Palamar
1
-1
/
+1
2023-06-09
vis-clipboard: don't fail when sel is primary on unsupported platforms
Randy Palamar
2
-5
/
+2
2023-06-08
ci: strip owner name regardless of actor
Randy Palamar
1
-1
/
+1
2023-06-08
reword the :[v]split and :[v]new descriptions in vis.1
Randy Palamar
1
-6
/
+6
2023-06-08
ci: fetch mandoc.css from release tarball
Randy Palamar
1
-1
/
+1
2023-06-06
Limit to lines within range for inner text objects
Miles Canfield
1
-0
/
+3
2023-06-05
vis-clipboard: add support for wayclip
Owen Rafferty
1
-1
/
+16
2023-05-28
remove unused vis_message_hide() function
Randy Palamar
2
-9
/
+0
2023-05-28
fix use after free in cmd_files()
Randy Palamar
1
-4
/
+6
2023-05-25
vis-clipboard: make xsel honor --selection
Nick Hanley
1
-2
/
+2
2023-05-25
ci: fix authentication by using GITHUB_TOKEN
Randy Palamar
2
-2
/
+2
2023-05-24
Fix luadoc to use ~= for status
Andrey Proskurin
1
-1
/
+1
2023-05-23
update test submodule
Felix Van der Jeugt
1
-5
/
+23
2023-05-23
vis.1: list equivalent key bindings on the same line
Randy Palamar
1
-4
/
+2
2023-05-23
ci: remove deprecated ubuntu-18.04 and switch to ubuntu-latest
Randy Palamar
1
-8
/
+2
2023-05-23
build: update alpine in docker build to version 3.18
Christian Hesse
2
-2
/
+2
2023-05-23
vis-complete: Fix commandline options handling
Quentin Rameau
2
-18
/
+34
2023-05-22
check for EOF before unsetting row, col & line cache in view_coord_get
Jeremy Bobbin
1
-1
/
+2
2023-03-19
build: update alpine in docker build to version 3.17
Christian Hesse
2
-2
/
+4
2023-03-19
vis: remove unused Arg union member
Nick Hanley
1
-1
/
+0
2023-03-19
don't set _FORTIFY_SOURCE in configure
Randy Palamar
2
-1
/
+2
2023-03-19
fix bug where visual-line selections after view were considered visible
Jeremy Bobbin
2
-1
/
+2
2023-03-19
implement Selection:remove()
Jeremy Bobbin
2
-0
/
+14
2023-03-19
lua: Make luacheck happy
Matěj Cepl
2
-2
/
+2
2023-02-13
update changelog
Felix Van der Jeugt
1
-0
/
+4
2023-02-13
vis-open: further improvement & clean-up
pmnw
2
-33
/
+28
2023-02-12
Do tilde expansion only for the tilde character at the beginning of the pattern.
Matěj Cepl
1
-1
/
+5
2023-02-12
Correct initial value of 'syntax' option, which is not 'off'
Matěj Cepl
1
-1
/
+1
2023-02-12
text-io: close "cwd" in all cases
Silvan Jegen
1
-2
/
+3
2022-12-10
Add CHANGELOG.md based on the GitHub releases.
Matěj Cepl
1
-0
/
+307
2022-12-10
Add dealing with error value from fchdir in text-io.c
Matěj Cepl
1
-1
/
+2
2022-11-29
vis-menu: use `void' to indicate an empty parameter list
Tom Schwindl
1
-2
/
+2
2022-11-29
make vis-open and vis-complete more POSIX compliant
Tom Schwindl
2
-6
/
+4
2022-11-29
lua/lexers: add gleam lexer
tynanbe
1
-0
/
+3
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
17
-41
/
+41
2022-11-29
Resync the lexers with Scintillua
qiu-x
155
-12225
/
+9559
2022-11-29
add a basic .editorconfig file
Felix Van der Jeugt
1
-0
/
+12
2022-11-01
Set version to 0.8-git
Felix Van der Jeugt
3
-4
/
+4
[next]