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
/
sam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-27
Make expandtab option window-local
Alexey Yerin
1
-1
/
+1
2023-08-27
Make tabwidth option window-local
Alexey Yerin
1
-1
/
+1
2023-08-26
support old option names but mark as deprecated
Randy Palamar
1
-10
/
+20
2023-08-24
sam.c: rename a number of options to match lua api
Randy Palamar
1
-5
/
+5
2023-07-28
view.c: add word wrapping
Andrey Proskurin
1
-0
/
+12
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
1
-2
/
+2
2023-06-22
allow underscore (_) in command names
Randy Palamar
1
-1
/
+1
2023-05-28
fix use after free in cmd_files()
Randy Palamar
1
-4
/
+6
2021-02-11
sam: simplify trailing match handling for x/y commands
Marc André Tanner
1
-6
/
+2
2021-02-11
sam: tweak handling of zero length matches in y commands
Marc André Tanner
1
-4
/
+9
2021-01-25
sam: produce empty match at the end of looped range
Marc André Tanner
1
-2
/
+2
2021-01-25
sam: only skip the last empty match if it follows a newline
Marc André Tanner
1
-1
/
+2
2020-12-10
fix typos in comments
Moesasji
1
-2
/
+2
2020-11-13
sam: simplify boolean expression, start < end implies end > 0
Marc André Tanner
1
-1
/
+1
2020-09-19
Add ignorecase option
Evan Gates
1
-0
/
+6
2020-08-29
text: provide save function taking a directory descriptor
Marc André Tanner
1
-1
/
+2
2020-08-01
Update copyright year
Marc André Tanner
1
-1
/
+1
2020-04-27
Avoid use of VLAs
Michael Forney
1
-3
/
+3
2020-03-15
sam: fix X and Y commands which were interchanged
Marc André Tanner
1
-2
/
+2
2020-02-29
sam: fix spurious "file exists" warnings
Marc André Tanner
1
-1
/
+1
2020-02-23
sam: warn when attempting to write to an existing file
Marc André Tanner
1
-0
/
+4
2020-02-23
sam: fix modification time comparision when writing file
Marc André Tanner
1
-6
/
+13
2020-02-22
sam: re-take range after pre-save hooks are run
alex
1
-2
/
+14
2020-02-12
sam: support optional count for text commands
Marc André Tanner
1
-12
/
+21
2020-02-12
sam: move parse_number code, no functional change
Marc André Tanner
1
-9
/
+9
2020-01-28
vis: support an optional exit status in :q and :qall commands
Marc André Tanner
1
-2
/
+2
2020-01-27
vis: pass absolute path to pre/post save events
Marc André Tanner
1
-13
/
+24
2020-01-24
sam: fix ^ anchor behavior in looping commands
Marc André Tanner
1
-3
/
+7
2020-01-23
remove redundant layout option abbreviation
Karl Schultheisz
1
-1
/
+1
2019-05-23
Add layout option
Karl Schultheisz
1
-0
/
+6
2018-05-30
vis: add loadmethod option
Marc André Tanner
1
-0
/
+6
2018-05-30
sam: always apply | command to existing selections
Marc André Tanner
1
-1
/
+1
2018-05-30
sam: normalize selections after command execution
Marc André Tanner
1
-0
/
+3
2018-05-30
sam: change nomencalture, use selection where appropriate
Marc André Tanner
1
-16
/
+16
2018-05-16
sam: keep selections after :> command
Marc André Tanner
1
-3
/
+0
2018-04-15
Update year numbers in copyright information
Marc André Tanner
1
-1
/
+1
2018-02-19
sam: fix g/^$/
Marc André Tanner
1
-2
/
+7
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
1
-3
/
+3
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
1
-0
/
+1
2017-07-07
vis: use marks instead of registers to store selections
Marc André Tanner
1
-5
/
+10
2017-06-27
Merge branch 'show-eof' of https://github.com/p-e-w/vis
Marc André Tanner
1
-0
/
+6
2017-06-15
sam: simplify print command implementation
Marc André Tanner
1
-16
/
+11
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-110
/
+110
2017-06-15
view: rename view_cursors
Marc André Tanner
1
-6
/
+6
2017-06-15
view: rename view_selection_anchored
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_count
Marc André Tanner
1
-2
/
+2
2017-06-15
view: rename view_cursors_next
Marc André Tanner
1
-4
/
+4
2017-06-15
view: rename view_cursors_selection_start
Marc André Tanner
1
-3
/
+3
2017-06-15
view: rename view_cursors_selection_clear
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_selection_get
Marc André Tanner
1
-6
/
+6
[next]