Commit Graph

160 Commits

Author SHA1 Message Date
K. Lange a78ffc513f Update bim 2018-10-26 10:12:20 +09:00
K. Lange 1180297730 bim: update to v1.0.8 2018-10-23 15:44:24 +09:00
K. Lange 9f112b9d2d bim: update to 1.0.7 2018-10-23 10:08:34 +09:00
K. Lange 077ba8a231 bim: fix differing signedness in comparison 2018-10-22 14:45:31 +09:00
K. Lange 77766bdec3 bim: smartcase search 2018-10-22 14:43:25 +09:00
K. Lange 4beb5c361b bim: add common commands to (e)sh syntax highlighting 2018-10-20 18:16:49 +09:00
K. Lange 7df9cc4d3c bim: bug fixes and version bump 2018-10-19 08:23:16 +09:00
K. Lange 8a1c9f4e19 bim: persist cursor column on vertical movements 2018-10-18 16:08:05 +09:00
K. Lange 67fb8f0838 bim: highlight matching paren 2018-10-18 13:26:04 +09:00
K. Lange a53f832107 bim: don't recalculate, just reset search flag 2018-10-16 10:28:59 +09:00
K. Lange 8cb45094fd bim: multiple search matches 2018-10-16 10:19:07 +09:00
K. Lange 73d9ada8a3 bim: newlib-style ctype bit macros conflict with _S 2018-10-12 11:34:16 +09:00
K. Lange 462192cde4 bim: Mask VINTR, but don't set -ISIG? 2018-10-05 22:25:28 +09:00
K. Lange 6d34e9ae4a [bim] more C keywords 2018-10-04 14:50:23 +09:00
K. Lange e978a6b4a0 [bim] Automatically add indent when coming from line ending in { or : 2018-10-04 14:19:32 +09:00
K. Lange a393e0262d [bim] Really basic git-rebase highlighter 2018-10-03 09:34:47 +09:00
K. Lange 9c20968150 [bim] Add literal ^V mode 2018-10-02 15:09:00 +09:00
K. Lange 59c646999d [bim] Use macro _set_colors when rendering space at eol 2018-10-01 14:23:56 +09:00
K. Lange 060034242e [bim] Fix bad cursor positioning when deleting lines 2018-10-01 11:36:43 +09:00
K. Lange c7136cbc6f Do something similar in insert mode in bim for fast paste 2018-09-29 14:14:50 +09:00
K. Lange 05ac83f96a sh syntax backslash escapes [bim+rline_exp] 2018-09-17 16:39:31 +09:00
K. Lange ad3ce212f0 [bim] fix make syntax highlighting issue 2018-09-17 16:24:52 +09:00
K. Lange 991fb36690 [bim] Bail early trying to edit a directory 2018-09-16 11:06:11 +09:00
K. Lange 964621ea08 Do the same in bim 2018-09-14 23:05:39 +09:00
K. Lange 0d2617831b [bim] :tabnew like in vim 2018-09-14 20:13:46 +09:00
K. Lange e9f886715f [bim] Add word delete and fix up horizontal scrolling on backspace 2018-09-13 18:39:27 +09:00
K. Lange b747ab7935 [bim] port variable highlighting from rline_exp 2018-09-13 18:09:30 +09:00
K. Lange fca849eb0f [bim] Reconfigured syntax highlighting 2018-09-10 21:26:12 +09:00
K. Lange 6074363484 [bim] 1.0.1 2018-09-07 14:48:10 +09:00
K. Lange 705c08e93a Update bim to v1.0.0; no more detailed bim commits moving forward 2018-09-07 10:54:00 +09:00
K. Lange b99b17c967 [bim] scroll padding and hilighted eol spaces 2018-09-06 13:03:08 +09:00
K. Lange f7f1be3b01 [bim] Update terminal titles more often 2018-09-05 21:37:54 +09:00
K. Lange afa04c5aa5 [bim] backwards incremental search, bug fixes 2018-09-05 21:14:56 +09:00
K. Lange a92007245d [bim] Warning from incorrect signededness 2018-09-03 19:47:54 +09:00
K. Lange 040dea6374 [bim] Partial yanks and bug fixes 2018-09-03 19:46:28 +09:00
K. Lange a9f2aeff15 [bim] CHAR SELECTION, fix a history bug 2018-09-01 23:51:43 +09:00
K. Lange 38bdbb7402 [bim] minor theme edit 2018-09-01 22:14:11 +09:00
K. Lange 1eb5de415f [bim] fix unused variable 2018-09-01 06:13:54 +09:00
K. Lange a498f14fad [bim] Unicode search 2018-09-01 06:12:47 +09:00
K. Lange 896ef92011 [bim] Use nprintf variants to appease the sortix gods 2018-08-31 15:43:45 +09:00
K. Lange 0150e2eb4d [bim] Remove direct calls to toaru's fswait2 (use poll wrapper) 2018-08-31 12:32:20 +09:00
K. Lange c4334830e5 [bim] Various updates, included backwards search 2018-08-30 22:03:46 +09:00
K. Lange 3bdc4751af [bim] New syntax theme 2018-08-30 16:21:53 +09:00
K. Lange 9df16633de [bim] Experimental undo/redo stack 2018-08-30 09:55:53 +09:00
K. Lange 03562d2f61 [bim] Change order of reset/line-feed so we can cat|head 2018-08-29 19:16:20 +09:00
K. Lange 55feb94517 [bim] Options cleanup, add -c/-C to cat files with syntax 2018-08-29 18:54:36 +09:00
K. Lange 5774273c14 [bim] Why are we using lstat... 2018-08-29 13:10:58 +09:00
K. Lange b37eb9fd2f [bim] Better Dragonfly BSD cons25 support 2018-08-29 12:50:52 +09:00
K. Lange d865b3e27b [bim] Remove nested functions to build on clang 2018-08-29 12:08:47 +09:00
K. Lange fb91f95a4e [bim] Change up 16-color modes to support default fg/bg 2018-08-28 23:43:59 +09:00