elvish/pkg/edit
2021-10-23 18:18:31 +01:00
..
complete Support new lambda syntax { |arg &opt=default| body }. 2021-10-13 22:47:16 +01:00
filter Rename the query DSL to the filter DSL. 2021-03-28 23:52:25 +01:00
highlight pkg/testutil: ScaledMs -> Scaled, takes a time.Duration instead. 2021-10-05 01:02:54 +01:00
binding_map_test.go pkg/edit: Improve coverage of binding_map.go. 2021-09-08 12:46:38 +01:00
binding_map.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
buf_to_html_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
buf_to_html.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
builtins_test.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
builtins.go pkg/edit: Correct the elvdoc for edit:notify. 2021-10-03 22:58:45 +01:00
command_api_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
command_api.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
complete_getopt_test.go pkg/edit: Improve coverage of complete_getopt.go. 2021-09-08 00:21:11 +01:00
complete_getopt.go pkg/edit: Improve coverage of complete_getopt.go. 2021-09-08 00:21:11 +01:00
completion_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
completion.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
config_api_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
config_api.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
editor_test.go pkg/eval: Deliver message for finished bg job using editor notification. 2021-10-05 00:08:14 +01:00
editor.go pkg/eval: Deliver message for finished bg job using editor notification. 2021-10-05 00:08:14 +01:00
highlight_test.go Remove most uses of the ioutil package. 2021-08-23 00:36:26 +01:00
highlight.go Remove special treatment of the builtin: namespace. 2021-04-08 00:42:58 +01:00
hist_store.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
histwalk_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
histwalk.go pkg/cli: Simplify the API for dismissing a widget. 2021-09-07 23:16:01 +01:00
init.elv Copy the majority of key bindings from insert:binding to minibuf:binding. 2021-09-01 22:42:23 +01:00
insert_api_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
insert_api.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
instant_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
instant.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
key_binding.go pkg/cli: Pass the widget to binding bodies. 2021-02-12 21:34:47 +00:00
listing_custom.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
listing_nonwindows_test.go Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
listing_test.go pkg/edit: Improve test coverage of listing.go. 2021-09-08 01:05:14 +01:00
listing_windows_test.go Fix tests on Windows. 2021-08-06 23:39:02 +01:00
listing.go pkg/edit: Improve test coverage of listing.go. 2021-09-08 01:05:14 +01:00
minibuf_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
minibuf.go pkg/cli: Simplify the API for dismissing a widget. 2021-09-07 23:16:01 +01:00
navigation_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
navigation.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
ns_helper_test.go Remove special treatment of the builtin: namespace. 2021-04-08 00:42:58 +01:00
ns_helper.go pkg/eval: Clean up the Ns type a bit. 2021-10-23 18:18:31 +01:00
prompt_test.go pkg/testutil: ScaledMs -> Scaled, takes a time.Duration instead. 2021-10-05 01:02:54 +01:00
prompt.go Remove most uses of the ioutil package. 2021-08-23 00:36:26 +01:00
repl.go Minor fixups for #1270. 2021-05-05 22:24:49 +01:00
state_api_test.go Make editor builtins that operate on code area use the focused code area. 2021-09-01 22:41:39 +01:00
state_api.go Make editor builtins that operate on code area use the focused code area. 2021-09-01 22:41:39 +01:00
store_api_test.go Make editor builtins that operate on code area use the focused code area. 2021-09-01 22:41:39 +01:00
store_api.go Make editor builtins that operate on code area use the focused code area. 2021-09-01 22:41:39 +01:00
testutils_test.go Make editor builtins that operate on code area use the focused code area. 2021-09-01 22:41:39 +01:00
vars_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
vars.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00