aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Make vis-clipboard executableMarc André Tanner1-0/+0
2016-03-23configure: fix detection of libtermkeyMarc André Tanner1-1/+1
2016-03-23configure: use temporary file instead of /dev/null for compiler outputMarc André Tanner1-12/+13
2016-03-23Add missing wordMarc André Tanner1-1/+1
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner7-103/+34
2016-03-23vis: use vis-clipboard instead of vis-{copy,paste} scriptsMarc André Tanner5-29/+6
2016-03-23Add vis-clipboard scriptRichard Burke1-0/+104
2016-03-22configure: clear ${C,LD}FLAGS_LUA in error caseMarc André Tanner1-0/+2
2016-03-22configure: exchange _{BSD,DARWIN_C}_SOURCE definesMarc André Tanner1-2/+2
2016-03-21Remove bashisms from configure script.Richard Burke1-4/+7
2016-03-21vis: also lookup Lua support files relative to the binary locationMarc André Tanner5-5/+23
2016-03-21configure: probe for hardening flagsMarc André Tanner1-1/+8
2016-03-21configure: probe for size optimizing flags (disabled for now)Marc André Tanner1-0/+3
2016-03-21build: reorder some variablesMarc André Tanner2-6/+8
2016-03-21build: create empty config.mk if it does not existMarc André Tanner1-0/+3
2016-03-21configure: make vis depend on config.mkChristian Hesse1-1/+1
2016-03-21build: add vis subdirectory to $SHAREPREFIXMarc André Tanner1-5/+5
2016-03-21configure: make man and share directories configurableChristian Hesse1-2/+8
2016-03-21configure: fix install prefix for man and share directoriesChristian Hesse1-0/+2
2016-03-21configure: fix condition for libselinuxChristian Hesse1-2/+2
2016-03-21configure: fix condition for libaclChristian Hesse1-2/+2
2016-03-21configure: fix condition for libluaChristian Hesse1-4/+4
2016-03-21configure: fix condition for libtermkeyChristian Hesse1-2/+2
2016-03-21configure: fix condition for ncursesChristian Hesse1-4/+4
2016-03-21build: overhaul build system auto detect stuff using a configure scriptMarc André Tanner6-254/+663
2016-03-15vis: do not segfault when given a NULL command to processMarc André Tanner1-0/+2
2016-03-15vis: do properly replay ": and "/ registersMarc André Tanner2-1/+9
2016-03-15vis: slightly cleanup register related codeMarc André Tanner4-7/+12
2016-03-15vis: add support for command register ":Marc André Tanner4-0/+5
2016-03-15text: improve ENOSPC handling when savingMarc André Tanner1-0/+3
2016-03-14text-regex: fix possible infinite loop when searching backwardsMarc André Tanner1-1/+11
2016-03-13Update README to include recent changes to supported registersMarc André Tanner1-3/+2
2016-03-13vis: convert gn and gN text objects to use "/ register contentMarc André Tanner4-7/+13
2016-03-12ui/view: general code cleanupMarc André Tanner3-14/+19
2016-03-12ui: use correct default cell styleMarc André Tanner1-1/+4
2016-03-12view: cleanup default ui style handlingMarc André Tanner1-28/+25
2016-03-12vis-lua: allow to set window.syntax = nilMarc André Tanner2-1/+6
2016-03-12view: also load lua theme for windows without syntax highlightingMarc André Tanner1-7/+7
2016-03-12ui: make primary cursor blink even if no lua theme has been loadedMarc André Tanner1-4/+4
2016-03-12vis: overhaul search related code, support "/ registerMarc André Tanner5-19/+51
2016-03-12register: add function to set register content to arbitrary dataMarc André Tanner2-0/+5
2016-03-12register: make sure returned register content is always NUL terminatedMarc André Tanner1-1/+4
2016-03-12register: rename register put related functionsMarc André Tanner3-8/+8
2016-03-11Update README to reflect changes in multiple cursor supportMarc André Tanner1-3/+8
2016-03-11ui: also blink primary cursor if it is on a blank cellMarc André Tanner2-1/+5
2016-03-11vis: respect count for <C-d> and <C-u>Marc André Tanner1-10/+13
2016-03-10view: add query function for multiple cursorsMarc André Tanner4-6/+11
2016-03-10ui: make primary cursor blinkMarc André Tanner5-1/+12
2016-03-10ui: add support for blink style attributeMarc André Tanner1-0/+4
2016-03-10vis: let <C-u> and <C-d> in visual mode move to prev/next cursorMarc André Tanner2-4/+40