.. |
action.go
|
edit: Reorganize
|
2016-09-15 14:54:43 +02:00 |
arg-completers.go
|
Renames and comments.
|
2017-02-09 16:40:53 -08:00 |
async-reader_test.go
|
edit: Reorganize.
|
2016-09-15 22:54:32 +02:00 |
async-reader.go
|
edit: Reorganize.
|
2016-09-15 22:54:32 +02:00 |
bang_test.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
bang.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
binding.go
|
Get rid of edit.BoundFunc.
|
2016-09-15 15:22:47 +02:00 |
buffer.go
|
Added styles type, which translates human-readable values to ANSI codes
|
2017-01-11 19:50:29 +00:00 |
builtin-fn.go
|
Allow histlist to be filtered case-insensitive (#313)
|
2017-01-15 02:03:07 +00:00 |
call.go
|
Renames and comments.
|
2017-02-09 16:40:53 -08:00 |
candidate.go
|
Make edit.candidate implement eval.Value.
|
2016-09-14 15:43:50 +02:00 |
compl-getopt.go
|
Renames and comments.
|
2017-02-09 16:40:53 -08:00 |
completers.go
|
Let completers depend on Evaler instead of Editor.
|
2017-02-09 16:27:55 -08:00 |
completion.go
|
Let completers depend on Evaler instead of Editor.
|
2017-02-09 16:27:55 -08:00 |
distribute-width.go
|
Use a sophisticated algorithm to determine widths of nav columns.
|
2016-09-10 03:25:43 +02:00 |
editor.go
|
Unify and fix handling of $le:{before,after}-readline.
|
2017-02-09 17:24:22 -08:00 |
histlist_test.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
histlist.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
history-value.go
|
Improve performance of $le:history.
|
2016-10-13 15:35:33 +08:00 |
history.go
|
Meaningless renames.
|
2017-02-03 20:36:55 -08:00 |
insert.go
|
Alt-. and Alt-, now use the parser to break last line into words.
|
2017-02-03 21:38:17 -08:00 |
key.go
|
Normalize Ctrl-{a-z} to upper case; Ctrl-{I,J} to {Tab,Enter}.
|
2016-09-16 16:01:22 +02:00 |
listing-common_test.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
listing.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
location_test.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
location.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
ls-colors.go
|
Cache result of getLsColor.
|
2016-10-11 00:04:30 +08:00 |
minmax.go
|
Use persistent history in the editor
|
2015-02-26 00:40:35 +01:00 |
mode.go
|
edit.OldLister -> ListRenderer
|
2017-02-03 20:47:26 -08:00 |
module.go
|
Remove unused edit.StringExposer.
|
2017-02-09 16:57:22 -08:00 |
navigation.go
|
In edit.listingProvider.Show, separate header and content.
|
2017-02-09 14:01:37 -08:00 |
nodeutil.go
|
Dead code elimination.
|
2017-02-03 20:47:42 -08:00 |
prompt.go
|
edit.MustBeFn -> eval.ShouldBeFn
|
2017-02-09 16:49:44 -08:00 |
reader.go
|
Fix a crash.
|
2016-03-15 16:20:36 +01:00 |
render.go
|
Meaningless renames.
|
2017-02-03 20:36:55 -08:00 |
style.go
|
Use white-on-red for error style.
|
2017-02-04 09:39:51 -08:00 |
styled.go
|
Dead code elimination.
|
2017-02-03 20:47:42 -08:00 |
stylist.go
|
Add a spacey assignment syntax.
|
2017-02-03 10:06:11 -08:00 |
token_test.go
|
Test edit/token.go.
|
2017-02-03 23:51:30 -08:00 |
token.go
|
Alt-. and Alt-, now use the parser to break last line into words.
|
2017-02-03 21:38:17 -08:00 |
tokenkind_string.go
|
Generate edit.TokenKind.String.
|
2016-09-11 02:04:48 +02:00 |
writer.go
|
Renames and comments.
|
2017-02-09 16:40:53 -08:00 |