summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-07text-object: add ` as a delimiter for file name text objectsMarc André Tanner
2016-08-07view: fix screen line based motions when cursor is not visibleMarc André Tanner
2016-08-07Merge branch 'new-lexers-readme' of https://github.com/5paceToast/visMarc André Tanner
2016-08-07Mention POSIX.1-2008 as a requirement in READMEMarc André Tanner
2016-08-07sam: do not change cursor position after :! commandMarc André Tanner
2016-08-07sam: improve quoted argument parsingMarc André Tanner
2016-07-25Fix filetype table link in lexers/README.mdChloe
2016-07-15build: properly set LDFLAGS for standalone build dependenciesMarc André Tanner
2016-07-11standalone: update to musl version 1.1.15Christian Hesse
2016-07-06vis: fix inner text object variants when cursor is on opening delimiterMarc André Tanner
2016-06-29Merge branch 'master' of https://github.com/aeosynth/visMarc André Tanner
2016-06-28remove duplicate argumentJames Campos
2016-06-21vis-open: Add a manpage.Tim Allen
2016-06-17Merge branch 'vis-clipboard-manpage' of https://github.com/Screwtapello/visMarc André Tanner
2016-06-16vis-clipboard: Add a manpage.Tim Allen
2016-06-14Update the statusline when starting or ending the recording of a macroJosh Wainwright
2016-05-29Merge branch 'vis-open-cleanup' of https://github.com/Screwtapello/visMarc André Tanner
2016-05-29vis-menu: improve empty prompt handling (vis-menu -p '')Marc André Tanner
2016-05-29vis-menu: reduce indentation level of switch statementsMarc André Tanner
2016-05-29vis-menu: more cleanupMarc André Tanner
2016-05-29sam: use more suitable error message if no command is givenMarc André Tanner
2016-05-28vis: try to reduce number of redrawsMarc André Tanner
2016-05-28lexer: add lexer for Google protocol buffer IDLDavid B. Lamkins
2016-05-28[vis-menu] Document the initial-filter parameter.Tim Allen
2016-05-28[vis-open] Don't use realpath(1).Tim Allen
2016-05-28[vis-open] Handle filenames with spaces and tabs.Tim Allen
2016-05-28[vis-open] Actually use '--' where it's useful.Tim Allen
2016-05-28[vis-open] Fix '--' to actually work.Tim Allen
2016-05-28Rewrite vis-open to be more robust.Tim Allen
2016-05-28[vis-menu] Add a manpage.Tim Allen
2016-05-28[vis-menu] Remove unused keybinding.Tim Allen
2016-05-26ui: properly redraw status line when window focus changesMarc André Tanner
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner
2016-05-24vis-lua: cleanup Lua status bar display codeMarc André Tanner
2016-05-24vis: cleanup C status bar display codeMarc André Tanner
2016-05-24Add utility function to calculate display width of a stringMarc André Tanner
2016-05-24vis-lua: improve error handling when loading visrc.luaMarc André Tanner
2016-05-24vis-lua: add debug infrastructure to trace object lifetimeMarc André Tanner
2016-05-22vis: only display mode in status bar of active windowMarc André Tanner
2016-05-22vis-lua: introduce light references for short lived objectsMarc André Tanner
2016-05-22Add a newline at the end of the fileSilvan Jegen
2016-05-22Remove unneeded header importSilvan Jegen
2016-05-22vis: load default styles even for unknown file typesMarc André Tanner
2016-05-22vis-lua: fall back to C status bar handling if the Lua implementation is not ...Marc André Tanner
2016-05-22vis-lua: do not report errors recursivelyMarc André Tanner
2016-05-22vis: refactor status line handlingMarc André Tanner
2016-05-22vis-lua: add win:status functionMarc André Tanner
2016-05-22vis: add function to change window statusbar contentMarc André Tanner
2016-05-22vis-lua: add vis.recording propertyMarc André Tanner
2016-05-22vis-lua: add window.{width, height} read only propertiesMarc André Tanner