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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
vis_pipe: correctly return non-zero exit status
Randy Palamar
1
-1
/
+4
2023-08-27
Make expandtab option window-local
Alexey Yerin
1
-2
/
+2
2023-08-27
Make tabwidth option window-local
Alexey Yerin
1
-3
/
+1
2023-08-24
Implementation of the non-blocking process running Lua API
xomachine
1
-1
/
+4
2023-08-01
Prevent flickering in curses
Ian Hixson
1
-0
/
+8
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
1
-4
/
+6
2023-06-06
Limit to lines within range for inner text objects
Miles Canfield
1
-0
/
+3
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
1
-1
/
+1
2022-07-27
vis: Some duplicate files were overlooked due to a condition in the wrong place
Tom Schwindl
1
-5
/
+7
2022-07-23
vis: Compare non-existing files by name and existing files by inode
Tom Schwindl
1
-5
/
+12
2022-07-12
vis: Compare inodes instead of filenames
Tom Schwindl
1
-3
/
+8
2021-02-15
vis: correctly close pipe connected to stdin of external process
Marc André Tanner
1
-2
/
+2
2020-12-10
fix typos in comments
Moesasji
1
-2
/
+2
2020-11-14
vis: fix <C-c> processing after SIGINT
Marc André Tanner
1
-1
/
+2
2020-09-20
Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into master
Marc André Tanner
1
-1
/
+2
2020-09-19
Add ignorecase option
Evan Gates
1
-1
/
+2
2020-09-17
Pass up terminal CSI as events to Lua.
Ez Diy
1
-0
/
+15
2020-07-17
support for primary clipboard
Jeremy Bobbin
1
-0
/
+1
2020-05-12
vis: cleanup pre-processing of :-commands
Marc André Tanner
1
-5
/
+5
2020-03-18
Merge branch 'single-cursor-is-primary' of https://github.com/3dc1d3/vis
Marc André Tanner
1
-2
/
+1
2020-03-17
color-column: Don't change fg/bg if not set explicitly
Gennadiy Volkov
1
-1
/
+6
2020-03-17
Set single cursor style as primary, not secondary
Gennadiy Volkov
1
-2
/
+1
2020-02-07
vis: restore mode when dot-repeating
Georgi Kirilov
1
-0
/
+1
2020-02-07
Merge branch 'fix-cc-cell' of https://github.com/zsugabubus/vis
Marc André Tanner
1
-5
/
+6
2020-02-04
vis: make core code more robust
Marc André Tanner
1
-13
/
+41
2020-01-27
vis: make r<Enter> insert a new line
Marc André Tanner
1
-1
/
+1
2020-01-27
vis: pass absolute path to pre/post save events
Marc André Tanner
1
-1
/
+1
2020-01-26
vis: don't search off screen when highlighting matches
Georgi Kirilov
1
-1
/
+2
2020-01-12
vis: don't draw colorcolumn after the end
zsugabubus
1
-5
/
+6
2018-05-30
vis: add loadmethod option
Marc André Tanner
1
-1
/
+1
2018-05-16
vis: remove v and V in operator pending mode
Marc André Tanner
1
-1
/
+1
2018-01-26
vis: insert carriage return upon <C-v><C-j> in insert mode
Marc André Tanner
1
-1
/
+1
2017-12-09
vis: make selections visible when lua support has been disabled
Marc André Tanner
1
-2
/
+6
2017-11-04
vis: take symbolic keys into account when evaluating key prefixes
Marc André Tanner
1
-6
/
+32
2017-09-15
vis: remove ! operator
Marc André Tanner
1
-11
/
+1
2017-07-23
vis: use strncpy to copy into fixed sized buffer
Marc André Tanner
1
-1
/
+1
2017-07-23
vis: only draw selections of currently active window
Marc André Tanner
1
-2
/
+3
2017-07-17
vis: specify window in mark related API
Marc André Tanner
1
-1
/
+1
2017-07-14
vis: use distinct mark to save last selections
Marc André Tanner
1
-1
/
+13
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
1
-1
/
+1
2017-07-11
Revert "vis: process aliased key sequences individually"
Marc André Tanner
1
-12
/
+2
2017-07-10
vis: let '^ mark point to top of jump list
Marc André Tanner
1
-11
/
+1
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
1
-20
/
+7
2017-07-08
vis: cleanup marks implementation
Marc André Tanner
1
-16
/
+1
2017-07-07
vis: use marks instead of registers to store selections
Marc André Tanner
1
-11
/
+9
2017-07-04
vis: implement `gv` by means of new "^ register
Marc André Tanner
1
-12
/
+10
2017-07-04
vis: process aliased key sequences individually
Marc André Tanner
1
-2
/
+12
2017-06-27
vis: properly set initial window ui options
Marc André Tanner
1
-1
/
+2
2017-06-27
Merge branch 'show-eof' of https://github.com/p-e-w/vis
Marc André Tanner
1
-1
/
+1
2017-06-27
Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/vis
Marc André Tanner
1
-1
/
+1
[next]