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
path:
root
/
vis-cmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
vis-lua: complete_command: utilize map_prefix() instead of grep
Randy Palamar
1
-3
/
+4
2025-11-28
Add command completion with tab key
Max Schillinger
1
-0
/
+9
2025-11-24
text: remove a bunch of unused save functions
Randy Palamar
1
-1
/
+1
2025-01-11
buffer: delete pointless buffer_init function
Randy Palamar
1
-4
/
+1
2025-01-04
remove duplicated read_buffer functions
Randy Palamar
1
-1
/
+1
2024-05-24
combine Win and UiWin
Randy Palamar
1
-12
/
+12
2024-05-21
remove some view pointer chasing
Randy Palamar
1
-17
/
+17
2024-05-21
remove some ui pointer chasing
Randy Palamar
1
-8
/
+7
2024-05-21
replace UiTerm with Ui & delete function pointers
Randy Palamar
1
-11
/
+7
2024-05-21
replace UiTermWin with UiWin & remove function pointers
Randy Palamar
1
-6
/
+6
2024-05-21
make Selection unopaque
Randy Palamar
1
-1
/
+1
2024-05-21
make View unopaque
Randy Palamar
1
-2
/
+4
2024-04-21
vis-cmd: silence gcc warning & remove strlen call
Matěj Cepl
1
-1
/
+2
2024-02-01
allow disabling of statusbar
sewn
1
-0
/
+2
2023-08-27
Make expandtab option window-local
Alexey Yerin
1
-1
/
+1
2023-08-27
Make tabwidth option window-local
Alexey Yerin
1
-9
/
+1
2023-08-26
support old option names but mark as deprecated
Randy Palamar
1
-0
/
+3
2023-08-24
Lua API: access and set all available options
Randy Palamar
1
-11
/
+13
2023-07-28
view.c: add word wrapping
Andrey Proskurin
1
-0
/
+9
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
1
-1
/
+1
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-02-12
Do tilde expansion only for the tilde character at the beginning of the pattern.
Matěj Cepl
1
-1
/
+5
2020-11-13
vis: use localtime_r(3) instead of localtime(3)
Marc André Tanner
1
-1
/
+2
2020-09-19
Add ignorecase option
Evan Gates
1
-0
/
+3
2020-02-10
vis: omit error message when vis-menu(1) is cancelled
Marc André Tanner
1
-1
/
+1
2020-01-28
vis: support an optional exit status in :q and :qall commands
Marc André Tanner
1
-3
/
+3
2019-05-23
Add layout option
Karl Schultheisz
1
-0
/
+13
2018-05-30
vis: add loadmethod option
Marc André Tanner
1
-0
/
+13
2017-06-27
Merge branch 'show-eof' of https://github.com/p-e-w/vis
Marc André Tanner
1
-0
/
+2
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-21
/
+21
2017-06-04
Add option to hide EOF marker
Philipp Emanuel Weidmann
1
-0
/
+2
2017-05-06
vis: add doxygen comments
Marc André Tanner
1
-2
/
+2
2017-05-03
text: remove count argument from text_{earlier,later}
Marc André Tanner
1
-4
/
+7
2017-03-21
vis: reject invalid option names
Marc André Tanner
1
-0
/
+4
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
1
-3
/
+0
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
1
-6
/
+0
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-17
/
+0
2017-03-19
vis: add infrastructure to dynamically add :set options
Marc André Tanner
1
-25
/
+86
2017-03-14
Add experimental raw vt100 UI backend
Marc André Tanner
1
-0
/
+1
2017-03-02
vis: remove :bdelete command
Marc André Tanner
1
-18
/
+0
2017-02-27
vis: allow useage of file dialog for :read command
Marc André Tanner
1
-0
/
+18
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-12
/
+20
2017-02-23
vis: unify error path of command registration functions
Marc André Tanner
1
-6
/
+10
2017-02-08
vis: fix cursor positioning after :help
Marc André Tanner
1
-0
/
+1
2017-02-05
vis: add file argument to vis_pipe
Marc André Tanner
1
-1
/
+2
2017-02-02
vis: support rudimentary help search using :help pattern
Marc André Tanner
1
-0
/
+3
2017-01-31
vis: add workaround for broken color handling in Terminal.app
Marc André Tanner
1
-0
/
+3
2017-01-19
text-regex: add regex backend based on libtre
Marc André Tanner
1
-0
/
+1
2017-01-15
vis: show error messages for failed :map/:unmap commands
Marc André Tanner
1
-7
/
+19
[next]