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-12
Mark some tables as const
Marc André Tanner
2016-02-12
Improve large file support
Marc André Tanner
2016-02-11
vis: try to make * and # motions work on more systems
Marc André Tanner
2016-02-11
vis: implement gn and gN text objects
Marc André Tanner
2016-02-11
vis: add support for different kind of text objects
Marc André Tanner
2016-02-10
vis: tweak <F1> help text list all available key actions
Marc André Tanner
2016-02-10
vis: simplify modes implementation
Marc André Tanner
2016-02-10
vis: implement yank register "0
Marc André Tanner
2016-02-10
vis: implement gf and <C-w>gf to open filename under cursor
Marc André Tanner
2016-02-07
vis: export vis_window_closable
Marc André Tanner
2016-02-07
vis: mark output of pipe command as saved
Marc André Tanner
2016-02-07
text-object: introduce text_object_filename
Marc André Tanner
2016-02-07
vis: implement number increment <C-a> and decrement <C-x> functionality
Marc André Tanner
2016-02-07
text-object: introduce text_object_number
Marc André Tanner
2016-02-03
text-object: add utility function for abitrarily delimited text objects
Marc André Tanner
2016-02-03
text-object: hide ugly casts for isboundary behind a #define
Marc André Tanner
2016-02-03
text-object: hide ugly casts for isspace behind a #define
Marc André Tanner
2016-02-03
text-motion: hide ugly casts for isboundary behind a #define
Marc André Tanner
2016-02-03
text-motion: hide ugly casts for isspace behind a #define
Marc André Tanner
2016-02-03
text-object: merge word/WORD implementations
Marc André Tanner
2016-02-03
text-motion: export custom word motion functions
Marc André Tanner
2016-02-03
text-object: fix bugs in outer word `aw` implementation
Marc André Tanner
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
[next]