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
2017-02-25
vis: fix $ motion for lines containing \r
Marc André Tanner
2017-02-25
text: add iterator accessor function which translates \r\n to \n
Marc André Tanner
2017-02-25
vis: make ^ and g_ only skip blank (spaces+tabs) characters
Marc André Tanner
2017-02-25
vis: add vis- prefix to pseudo editor keys
Marc André Tanner
2017-02-24
vis: remove unused struct member
Marc André Tanner
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
2017-02-24
vis: fix ^ motion for blank lines terminated by \r\n
Marc André Tanner
2017-02-24
vis: fix display after newline insertion at the start of viewport
Marc André Tanner
2017-02-23
vis: improve handling of \r\n line endings
Marc André Tanner
2017-02-23
view: make sure viewport remains valid when scrolling up
Marc André Tanner
2017-02-23
vis: unify error path of command registration functions
Marc André Tanner
2017-02-23
test: update
Marc André Tanner
2017-02-23
build: skip configure check for built-in lpeg if lua is not found
Marc André Tanner
2017-02-23
vis: remove `gf` and `<C-w>gf` functionality
Marc André Tanner
2017-02-23
text-object: remove text_object_number
Marc André Tanner
2017-02-23
vis: remove number increment/decrement functionality
Marc André Tanner
2017-02-23
vis-lua: use shorter type names
Marc André Tanner
2017-02-23
vis-lua: cleanup type checks by using #define's
Marc André Tanner
2017-02-23
vis-lua: make vis:count assignable
Marc André Tanner
2017-02-22
vis-lua: expose current count specifier as vis:count
Marc André Tanner
2017-02-22
lua: add file:match_at method to match LPeg pattern around a position
Marc André Tanner
2017-02-22
vis-lua: expose type meta tables through vis.types
Marc André Tanner
2017-02-22
lua: expose vis:module_exist method, load lexer and lpeg module during startup
Marc André Tanner
2017-02-22
vis-lua: check for nil return value of text object callback
Marc André Tanner
2017-02-22
test: update
Marc André Tanner
2017-02-22
vis: simplify `r` implementation and fix cursor positioning
Marc André Tanner
2017-02-22
vis: add exact count motion flag
Marc André Tanner
2017-02-21
Tweak README
Marc André Tanner
2017-02-21
sam: make sure all commands can be undone
Marc André Tanner
2017-02-21
sam: reformat code to avoid one level of indentation
Marc André Tanner
2017-02-20
test: update
Marc André Tanner
2017-02-20
buffer: fix integer overflow issue
Marc André Tanner
2017-02-20
buffer: add buffer_grow
Marc André Tanner
2017-02-20
buffer: rename buffer_grow to buffer_reserve
Marc André Tanner
2017-02-20
text: fix some integer overflow issues
Marc André Tanner
2017-02-20
util: add overflow safe unsigned addition function
Marc André Tanner
2017-02-18
appveyor: let Cygwin handle the environment variable
Marc André Tanner
2017-02-18
appveyor: try to fix yaml multiline syntax
Marc André Tanner
2017-02-18
test: update
Marc André Tanner
2017-02-18
appveyor: fix symlinks for Cygwin builds
Marc André Tanner
2017-02-17
test: update
Marc André Tanner
2017-02-17
vis: cleanup error paths in key action handling code
Marc André Tanner
2017-02-17
build: more complete cleanup in make clean
Marc André Tanner
2017-02-16
test: update
Marc André Tanner
2017-02-16
build: enable RDP access to AppVeyor build workers
Marc André Tanner
2017-02-16
travis: fix yaml syntax
Marc André Tanner
2017-02-16
test: update
Marc André Tanner
2017-02-16
Move more README content to the Wiki
Marc André Tanner
2017-02-16
travis: try to fix code coverage for test/core
Marc André Tanner
2017-02-15
test: update
Marc André Tanner
[next]