summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-23Add missing wordMarc André Tanner
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner
2016-03-23vis: use vis-clipboard instead of vis-{copy,paste} scriptsMarc André Tanner
2016-03-23Add vis-clipboard scriptRichard Burke
2016-03-22configure: clear ${C,LD}FLAGS_LUA in error caseMarc André Tanner
2016-03-22configure: exchange _{BSD,DARWIN_C}_SOURCE definesMarc André Tanner
2016-03-21Remove bashisms from configure script.Richard Burke
2016-03-21vis: also lookup Lua support files relative to the binary locationMarc André Tanner
2016-03-21configure: probe for hardening flagsMarc André Tanner
2016-03-21configure: probe for size optimizing flags (disabled for now)Marc André Tanner
2016-03-21build: reorder some variablesMarc André Tanner
2016-03-21build: create empty config.mk if it does not existMarc André Tanner
2016-03-21configure: make vis depend on config.mkChristian Hesse
2016-03-21build: add vis subdirectory to $SHAREPREFIXMarc André Tanner
2016-03-21configure: make man and share directories configurableChristian Hesse
2016-03-21configure: fix install prefix for man and share directoriesChristian Hesse
2016-03-21configure: fix condition for libselinuxChristian Hesse
2016-03-21configure: fix condition for libaclChristian Hesse
2016-03-21configure: fix condition for libluaChristian Hesse
2016-03-21configure: fix condition for libtermkeyChristian Hesse
2016-03-21configure: fix condition for ncursesChristian Hesse
2016-03-21build: overhaul build system auto detect stuff using a configure scriptMarc André Tanner
2016-03-15vis: do not segfault when given a NULL command to processMarc André Tanner
2016-03-15vis: do properly replay ": and "/ registersMarc André Tanner
2016-03-15vis: slightly cleanup register related codeMarc André Tanner
2016-03-15vis: add support for command register ":Marc André Tanner
2016-03-15text: improve ENOSPC handling when savingMarc André Tanner
2016-03-14text-regex: fix possible infinite loop when searching backwardsMarc André Tanner
2016-03-13Update README to include recent changes to supported registersMarc André Tanner
2016-03-13vis: convert gn and gN text objects to use "/ register contentMarc André Tanner
2016-03-12ui/view: general code cleanupMarc André Tanner
2016-03-12ui: use correct default cell styleMarc André Tanner
2016-03-12view: cleanup default ui style handlingMarc André Tanner
2016-03-12vis-lua: allow to set window.syntax = nilMarc André Tanner
2016-03-12view: also load lua theme for windows without syntax highlightingMarc André Tanner
2016-03-12ui: make primary cursor blink even if no lua theme has been loadedMarc André Tanner
2016-03-12vis: overhaul search related code, support "/ registerMarc André Tanner
2016-03-12register: add function to set register content to arbitrary dataMarc André Tanner
2016-03-12register: make sure returned register content is always NUL terminatedMarc André Tanner
2016-03-12register: rename register put related functionsMarc André Tanner
2016-03-11Update README to reflect changes in multiple cursor supportMarc André Tanner
2016-03-11ui: also blink primary cursor if it is on a blank cellMarc André Tanner
2016-03-11vis: respect count for <C-d> and <C-u>Marc André Tanner
2016-03-10view: add query function for multiple cursorsMarc André Tanner
2016-03-10ui: make primary cursor blinkMarc André Tanner
2016-03-10ui: add support for blink style attributeMarc André Tanner
2016-03-10vis: let <C-u> and <C-d> in visual mode move to prev/next cursorMarc André Tanner
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner
2016-03-10vis: let /^pattern match at the start of the lineMarc André Tanner
2016-03-08Merge branch 'master' of https://github.com/xomachine/visMarc André Tanner