aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-24vis: improve unpaired text objectsMarc André Tanner1-6/+54
2016-08-24text-motions: improve matching quotation marks heuristicMarc André Tanner1-32/+55
2016-08-24vis-lua: add win:draw() functionMarc André Tanner2-0/+9
2016-08-24vis: overhaul input queue handlingMarc André Tanner4-45/+30
2016-08-20buffer: add buffer_remove implementationMarc André Tanner2-0/+12
2016-08-07text-regex: improve searching in binary dataMarc André Tanner1-20/+43
2016-08-07vis: use vis-open for gf implementationMarc André Tanner1-27/+8
2016-08-07text-object: add ` as a delimiter for file name text objectsMarc André Tanner1-1/+1
2016-08-07view: fix screen line based motions when cursor is not visibleMarc André Tanner1-0/+4
2016-08-07Merge branch 'new-lexers-readme' of https://github.com/5paceToast/visMarc André Tanner1-1/+1
2016-08-07Mention POSIX.1-2008 as a requirement in READMEMarc André Tanner1-2/+3
2016-08-07sam: do not change cursor position after :! commandMarc André Tanner1-1/+1
2016-08-07sam: improve quoted argument parsingMarc André Tanner1-33/+28
2016-07-25Fix filetype table link in lexers/README.mdChloe1-1/+1
2016-07-15build: properly set LDFLAGS for standalone build dependenciesMarc André Tanner1-2/+2
2016-07-11standalone: update to musl version 1.1.15Christian Hesse1-2/+2
2016-07-06vis: fix inner text object variants when cursor is on opening delimiterMarc André Tanner1-3/+3
2016-06-29Merge branch 'master' of https://github.com/aeosynth/visMarc André Tanner1-1/+1
2016-06-28remove duplicate argumentJames Campos1-1/+1
2016-06-21vis-open: Add a manpage.Tim Allen2-0/+110
2016-06-17Merge branch 'vis-clipboard-manpage' of https://github.com/Screwtapello/visMarc André Tanner2-0/+107
2016-06-16vis-clipboard: Add a manpage.Tim Allen2-0/+107
2016-06-14Update the statusline when starting or ending the recording of a macroJosh Wainwright1-0/+4
2016-05-29Merge branch 'vis-open-cleanup' of https://github.com/Screwtapello/visMarc André Tanner1-16/+42
2016-05-29vis-menu: improve empty prompt handling (vis-menu -p '')Marc André Tanner1-0/+2
2016-05-29vis-menu: reduce indentation level of switch statementsMarc André Tanner1-74/+78
2016-05-29vis-menu: more cleanupMarc André Tanner1-219/+195
2016-05-29sam: use more suitable error message if no command is givenMarc André Tanner1-1/+3
2016-05-28vis: try to reduce number of redrawsMarc André Tanner5-23/+34
2016-05-28lexer: add lexer for Google protocol buffer IDLDavid B. Lamkins2-0/+58
2016-05-28[vis-menu] Document the initial-filter parameter.Tim Allen1-0/+8
2016-05-28[vis-open] Don't use realpath(1).Tim Allen1-1/+2
2016-05-28[vis-open] Handle filenames with spaces and tabs.Tim Allen1-0/+5
2016-05-28[vis-open] Actually use '--' where it's useful.Tim Allen1-1/+1
2016-05-28[vis-open] Fix '--' to actually work.Tim Allen1-0/+1
2016-05-28Rewrite vis-open to be more robust.Tim Allen1-16/+35
2016-05-28[vis-menu] Add a manpage.Tim Allen2-1/+255
2016-05-28[vis-menu] Remove unused keybinding.Tim Allen1-4/+0
2016-05-26ui: properly redraw status line when window focus changesMarc André Tanner1-1/+4
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner5-30/+77
2016-05-24vis-lua: cleanup Lua status bar display codeMarc André Tanner3-17/+22
2016-05-24vis: cleanup C status bar display codeMarc André Tanner1-18/+69
2016-05-24Add utility function to calculate display width of a stringMarc André Tanner2-0/+40
2016-05-24vis-lua: improve error handling when loading visrc.luaMarc André Tanner1-3/+25
2016-05-24vis-lua: add debug infrastructure to trace object lifetimeMarc André Tanner1-16/+108
2016-05-22vis: only display mode in status bar of active windowMarc André Tanner2-3/+4
2016-05-22vis-lua: introduce light references for short lived objectsMarc André Tanner1-7/+20
2016-05-22Add a newline at the end of the fileSilvan Jegen1-1/+1
2016-05-22Remove unneeded header importSilvan Jegen1-1/+0
2016-05-22vis: load default styles even for unknown file typesMarc André Tanner1-8/+11