summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-10text: mark text_mark_get argument as constMarc André Tanner
2020-10-10text: mark text_iterator_byte_get argument as constMarc André Tanner
2020-10-10text: mark text_bytes_alloc0 argument as constMarc André Tanner
2020-10-10text: mark text_byte(s)_get argument as constMarc André Tanner
2020-10-10text: mark text_iterator_get argument as constMarc André Tanner
2020-10-10text: mark text_state argument as constMarc André Tanner
2020-10-10text: mark text_modified argument as constMarc André Tanner
2020-10-10text: mark text_stat argument as constMarc André Tanner
2020-10-10text: introduce text_iterator_textMarc André Tanner
2020-10-10text: introduce text_iterator_has_{next,prev}Marc André Tanner
2020-10-10text: add namespace prefix to block type constantsMarc André Tanner
2020-10-10text: avoid direct access to txt->blocks in I/O related codeMarc André Tanner
2020-10-10text: introduce text_savedMarc André Tanner
2020-10-10text: use public text_stat interface where possibleMarc André Tanner
2020-10-10text: introduce block_loadMarc André Tanner
2020-10-10text: store blocks in arrayMarc André Tanner
2020-10-10text: simplify reading of initial file contentMarc André Tanner
2020-10-10vis: add vis-selection-new-match-allEvan Gates
2020-10-10vis: refactor selections_match_nextEvan Gates
2020-10-10text: add text_object_find_next/prevEvan Gates
2020-10-06filetype: and Node.js module extensionsBen Hormann
2020-09-20test: updateMarc André Tanner
2020-09-20Merge branch 'ts' of https://github.com/erf/vis into masterMarc André Tanner
2020-09-20Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into masterMarc André Tanner
2020-09-20Merge branch 'routeros' of https://github.com/eworm-de/vis into masterMarc André Tanner
2020-09-20Merge branch 'filetype' of https://github.com/eworm-de/vis into masterMarc André Tanner
2020-09-20Merge branch 'csi_event' of https://github.com/ezdiy/vis into masterMarc André Tanner
2020-09-19lexers: add .ts as a javascript (until typescript gets its own)Erlend Fagerheim
2020-09-19Add ignorecase optionEvan Gates
2020-09-18lexers: add Mikrotik RouterOS script lexerChristian Hesse
2020-09-17filetype: do not match text/plain too earlyChristian Hesse
2020-09-17filetype: use scheme lexer for racket filesMarc André Tanner
2020-09-17text: improve text_line_down on the last line of the fileMarc André Tanner
2020-09-17vis-lua: provide vis.mark propertyMarc André Tanner
2020-09-17vis-lua: use utility function to translate mark namesMarc André Tanner
2020-09-17vis: provide reverse mapping function for mark namesMarc André Tanner
2020-09-17vis-lua: provide vis.register propertyMarc André Tanner
2020-09-17vis-lua: use utility function to translate register namesMarc André Tanner
2020-09-17vis: provide reverse mapping function for register namesMarc André Tanner
2020-09-17vis-lua: fix mark_names Lua doc indentationMarc André Tanner
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy
2020-08-31text: improve and simplify inner word text objectMarc André Tanner
2020-08-29vis: improve C-n behavior in visual modeMarc André Tanner
2020-08-29vis: implement C-n in normal mode with a mapping to viwMarc André Tanner
2020-08-29text: make inner text objects work on single delimiting symbolsMarc André Tanner
2020-08-29text: provide save function taking a directory descriptorMarc André Tanner
2020-08-29text: provide load function taking a directory descriptorMarc André Tanner
2020-08-29text: move misplaced text_save documentation snippetMarc André Tanner
2020-08-14vis-lua: fix redraw method name in API documentationMarc André Tanner
2020-08-14vis-lua: make file.modified assignableMarc André Tanner