elvish/pkg/edit
2022-09-11 15:58:58 +01:00
..
complete Clean up tests introduced in #1604 slightly. 2022-09-11 15:58:58 +01:00
filter Make parse.Source naming more consistent 2022-05-29 17:36:29 +01:00
highlight pkg/edit/highlight: Highlight the catch keyword. 2022-08-29 11:18:57 +01: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 interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
buffer_builtins.go Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
builtins_test.go Remove edit:-dump-buf. 2022-09-11 15:33:59 +01:00
builtins.go Remove edit:-dump-buf. 2022-09-11 15:33:59 +01:00
command_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
command_api.go Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
complete_getopt_test.go Clarify error message when writing values to port not supporting it. 2022-06-07 20:29:34 +01:00
complete_getopt.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
completion_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
completion.go Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
config_api_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
config_api.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
editor_test.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
editor.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
highlight_test.go Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
highlight.go Improve searching PATH on Windows for completions 2022-03-12 22:49:52 +00: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 Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
init.elv vi append command binding 2022-09-11 15:36:53 +01:00
insert_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
insert_api.go webiste/cmd/macros: Strip leading $ from anchor targets of @cf. 2022-08-08 00:09:17 +01:00
instant_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
instant.go Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
key_binding.go Make ttyshots scripted and reproducible 2022-06-19 10:51:29 +01:00
listing_custom.go Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
listing_nonwindows_test.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
listing_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
listing_windows_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
listing.go Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
minibuf_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
minibuf.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
navigation_test.go Move pkg/testutil/must.go to a new pkg/must. 2022-06-20 20:29:14 +01:00
navigation.go Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
prompt_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
prompt.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
repl.go webiste/cmd/macros: Strip leading $ from anchor targets of @cf. 2022-08-08 00:09:17 +01:00
state_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
state_api.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
store_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
store_api.go Documentation fixups (#1584) 2022-09-11 15:28:32 +01:00
testutils_test.go Remove edit:-dump-buf. 2022-09-11 15:33:59 +01:00
vars_test.go Replace AnyError in tests with a specific error 2021-12-13 01:08:24 +00:00
vars.go Improve doc on conditionally importing a module. 2022-08-13 11:26:13 +01:00