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-02-03
fix {, }, (, ) movements
Markus Teich
2016-02-01
Change vis-{copy,paste} to use X clipboard xsel -b
Marc André Tanner
2016-02-01
Improve cursor position after :substitute command
Marc André Tanner
2016-01-31
Rename stderr field to err
Markus Teich
2016-01-30
Implement "A - "Z registers
Marc André Tanner
2016-01-30
Implement system clipboard registers "* and "+
Marc André Tanner
2016-01-30
Implement blackhole register "_
Marc André Tanner
2016-01-30
Cleanup register implementation
Marc André Tanner
2016-01-30
Improve Lua error reporting
Marc André Tanner
2016-01-29
vis: implement new pipe/write out command :| or :w !
Marc André Tanner
2016-01-29
vis: factor out filter command implementation
Marc André Tanner
2016-01-28
vis: factor out common code to create internal file
Marc André Tanner
2016-01-28
lexer: snyc with upstream scintillua 3.6.3-1
Marc André Tanner
2016-01-28
vis: implement nn%
Marc André Tanner
2016-01-28
vis: clean up count handling
Marc André Tanner
2016-01-27
text-motion: change text_bracket_match API
Marc André Tanner
2016-01-27
vis: let % move to next special char if not already there
Marc André Tanner
2016-01-27
vis: apply insert register <C-r> to all cursors
Marc André Tanner
2016-01-27
vis: remove unused struct Mode member 'is_user'
Marc André Tanner
2016-01-20
vis: make <End> in insert/replace mode move to the end of line
Marc André Tanner
2016-01-20
vis: further improve selection restore code
Marc André Tanner
2016-01-20
Fix to/till movements
Markus Teich
2016-01-19
Add usage example for file open dialog to README
Silvan Jegen
2016-01-19
vis: fix # and * motions to only match words
Marc André Tanner
2016-01-19
vis: switch to normal mode if a :-command was successful in visual mode
Marc André Tanner
2016-01-19
vis: fix default command prompt in visual mode
Marc André Tanner
2016-01-19
vis: improve :-command argument tokenizing
Marc André Tanner
2016-01-19
vis: keep selection in visual mode after shift operators
Marc André Tanner
2016-01-19
vis: improve selection restore `gv`
Marc André Tanner
2016-01-19
vis: improve cursor placement after shift operators
Marc André Tanner
2016-01-18
vis: do not move cursor when entering visual line mode
Marc André Tanner
2016-01-18
vis: tweak count handling of till motions 't' and 'T'
Marc André Tanner
2016-01-18
vis: fix segfault upon :qall
Marc André Tanner
2016-01-18
text-regex: remove unused struct member
Marc André Tanner
2016-01-18
vis: simplify code by using text_bytes_alloc0
Marc André Tanner
2016-01-18
Fix default $VIS_PATH in man page
Marc André Tanner
2016-01-17
ui: display current line number instead of relative 0
Marc André Tanner
2016-01-17
vis: make Y only yank from the current position to the end of line
Marc André Tanner
2016-01-17
theme: change solarized theme to use the 256 degenerated colors
Marc André Tanner
2016-01-17
ui: support color definitions in terms of the 256 color palette
Marc André Tanner
2016-01-17
vis: make :e an alias for :edit
Marc André Tanner
2016-01-17
vis: let ~ have an immediate effect in normal mode
Marc André Tanner
2016-01-16
view: remove special cursor handling at end of visible area
Marc André Tanner
2016-01-16
vis: move selected prompt entry to end of the file
Marc André Tanner
2016-01-16
vis: make o and O work in prompt
Marc André Tanner
2016-01-15
vis: sentence motions are not linewise
Marc André Tanner
2016-01-14
vis: use different default register when editing a prompt file
Marc André Tanner
2016-01-14
vis: move prompt handling to separate file
Marc André Tanner
2016-01-14
vis: more cleanups
Marc André Tanner
2016-01-14
vis: s/moves/vis_motions/g
Marc André Tanner
[next]