elvish/edit
2017-03-26 19:36:49 +02:00
..
tty Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00
uitypes Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
action.go edit: Reorganize 2016-09-15 14:54:43 +02:00
arg-completers.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
bang_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
bang.go Rename store methods. 2017-03-01 01:30:34 +00:00
binding.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
buffer.go Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00
builtin-fn.go Small refactor and documentation. 2017-03-26 19:12:48 +02:00
call.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
candidate.go Always populate candidate.display instead of fixing it later. 2017-02-10 04:31:23 -05:00
compl-getopt.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
completers.go Boring renames. 2017-02-13 00:49:11 -05:00
completion.go Let edit.completion embed edit.compl. 2017-02-13 00:54:32 -05:00
distribute-width.go Use a sophisticated algorithm to determine widths of nav columns. 2016-09-10 03:25:43 +02:00
editor.go Small refactor and documentation. 2017-03-26 19:12:48 +02:00
highlight.go Make "try" a special form using curly braces. 2017-02-18 04:16:21 +00:00
histlist_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
histlist.go Rename store methods. 2017-03-01 01:14:03 +00:00
history-value.go Rename store methods. 2017-03-01 01:14:03 +00:00
history.go Rename store methods. 2017-03-01 01:30:34 +00:00
insert.go Rename store methods. 2017-03-01 01:30:34 +00:00
listing-common_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
listing.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
location_test.go In loc mode, match the shown string instead of the actual string. 2017-03-26 19:36:49 +02:00
location.go In loc mode, match the shown string instead of the actual string. 2017-03-26 19:36:49 +02: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 Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00
module.go Add $le:loc-hidden, a list of directories to be hidden in location mode. 2017-02-25 21:08:46 +00:00
navigation.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
nodeutil.go Consider a compound to be one word in bang mode and insert-last-word. 2017-02-25 17:23:41 +00:00
prompt.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
raw-insert.go Small refactor and documentation. 2017-03-26 19:12:48 +02:00
render.go Get rid of edit.Token. 2017-02-12 01:29:24 -05:00
style.go Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00
styled.go Dead code elimination. 2017-02-03 20:47:42 -08:00
styling.go Get rid of edit.Token. 2017-02-12 01:29:24 -05:00
writer.go Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00