index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-03-15
vis: do not segfault when given a NULL command to process
Marc André Tanner
2016-03-15
vis: do properly replay ": and "/ registers
Marc André Tanner
2016-03-15
vis: slightly cleanup register related code
Marc André Tanner
2016-03-15
vis: add support for command register ":
Marc André Tanner
2016-03-15
text: improve ENOSPC handling when saving
Marc André Tanner
2016-03-14
text-regex: fix possible infinite loop when searching backwards
Marc André Tanner
2016-03-13
Update README to include recent changes to supported registers
Marc André Tanner
2016-03-13
vis: convert gn and gN text objects to use "/ register content
Marc André Tanner
2016-03-12
ui/view: general code cleanup
Marc André Tanner
2016-03-12
ui: use correct default cell style
Marc André Tanner
2016-03-12
view: cleanup default ui style handling
Marc André Tanner
2016-03-12
vis-lua: allow to set window.syntax = nil
Marc André Tanner
2016-03-12
view: also load lua theme for windows without syntax highlighting
Marc André Tanner
2016-03-12
ui: make primary cursor blink even if no lua theme has been loaded
Marc André Tanner
2016-03-12
vis: overhaul search related code, support "/ register
Marc André Tanner
2016-03-12
register: add function to set register content to arbitrary data
Marc André Tanner
2016-03-12
register: make sure returned register content is always NUL terminated
Marc André Tanner
2016-03-12
register: rename register put related functions
Marc André Tanner
2016-03-11
Update README to reflect changes in multiple cursor support
Marc André Tanner
2016-03-11
ui: also blink primary cursor if it is on a blank cell
Marc André Tanner
2016-03-11
vis: respect count for <C-d> and <C-u>
Marc André Tanner
2016-03-10
view: add query function for multiple cursors
Marc André Tanner
2016-03-10
ui: make primary cursor blink
Marc André Tanner
2016-03-10
ui: add support for blink style attribute
Marc André Tanner
2016-03-10
vis: let <C-u> and <C-d> in visual mode move to prev/next cursor
Marc André Tanner
2016-03-10
view: clean up API functions related to primary cursor handling
Marc André Tanner
2016-03-10
vis: let /^pattern match at the start of the line
Marc André Tanner
2016-03-08
Merge branch 'master' of https://github.com/xomachine/vis
Marc André Tanner
2016-03-08
Add missing angle brackets around broken C-p key binding
Marc André Tanner
2016-03-08
Workaround for #199
xomachine
2016-03-08
Added page up and down keys for visual mode
Erlend Fagerheim
2016-03-08
vis: handle lexer module load failure even more gracefully
Marc André Tanner
2016-03-06
vis: gracefully handle lpeg module load failure
Marc André Tanner
2016-03-06
build: remove hardening compiler flags for now
Marc André Tanner
2016-02-28
build: do not modify $CFLAGS directly
Marc André Tanner
2016-02-28
build: update make standalone to use musl-1.1.14
Marc André Tanner
2016-02-25
vis: ignore trailing NUL byte of register content by default
Marc André Tanner
2016-02-25
vis: use standard registers for macro recordings
Marc André Tanner
2016-02-23
Make f, F, t, T motion work when replaying a macro
Marc André Tanner
2016-02-23
Merge branch 'line-motions' of https://github.com/rgburke/vis
Marc André Tanner
2016-02-22
Added + and - motions
Richard Burke
2016-02-22
initized variables
Christian Hesse
2016-02-22
remove unused function cmd()
Christian Hesse
2016-02-21
vis: only move to start of yanked range if it is not line wise
Marc André Tanner
2016-02-21
vis: insert missing new line when putting at the end of file
Marc André Tanner
2016-02-21
Cleanup new line insertion code
Marc André Tanner
2016-02-20
vis: move cursor to next char after ~ in normal mode
Marc André Tanner
2016-02-20
vis: reject obviously recursive key bindings
Marc André Tanner
2016-02-20
recursive ib fix
Erlend Fagerheim
2016-02-20
vis: list layout specifc key mappings in <F1> help output
Marc André Tanner
[next]