elvish/pkg/edit
2021-12-28 17:11:59 +00: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 Implement the tmp special command. 2021-12-09 22:12:38 +00:00
binding_map_test.go Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +01:00
binding_map.go Replace direct reference to persistent types with their aliases in eval/vals. 2021-12-17 00:21:20 +00: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
buffer_builtins.go Fixup for #1417 2021-11-07 15:08:22 +00:00
builtins_test.go Replace AnyError in tests with a specific error 2021-12-13 01:08:24 +00:00
builtins.go Fix the doc for ttyshots. 2021-12-28 13:01:21 +00: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 Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +01:00
complete_getopt_test.go Fixup for #1440. 2021-11-28 21:32:41 +00:00
complete_getopt.go Replace direct reference to persistent types with their aliases in eval/vals. 2021-12-17 00:21:20 +00:00
completion_test.go Replace legacy lambda with new lambda examples 2021-11-28 21:30:59 +00:00
completion.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
config_api_test.go Fixup for #1440. 2021-11-28 21:32:41 +00:00
config_api.go Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +01:00
editor_test.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
editor.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
highlight_test.go Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +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 Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
histwalk.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00: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 edit.md: Upgrade syntax. 2021-12-28 17:11:59 +00:00
instant_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
instant.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00: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 Fixup for #1440. 2021-11-28 21:32:41 +00:00
listing_windows_test.go Fix tests on Windows. 2021-08-06 23:39:02 +01:00
listing.go Replace direct reference to persistent types with their aliases in eval/vals. 2021-12-17 00:21:20 +00:00
minibuf_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
minibuf.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
navigation_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
navigation.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
ns_helper_test.go Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +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 Fixup for #1440. 2021-11-28 21:32:41 +00:00
prompt.go Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +01:00
repl.go Cleanups to rc.elv references 2021-12-24 01:40:01 +00: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 Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +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 Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +01:00
testutils_test.go Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +01:00
vars_test.go Replace AnyError in tests with a specific error 2021-12-13 01:08:24 +00:00
vars.go Wording tweak for the doc of edit:add-var. 2021-12-24 01:40:26 +00:00