clink-completions icon indicating copy to clipboard operation
clink-completions copied to clipboard

.init.lua isn't loaded under some circumstances

Open vladimir-kotikov opened this issue 4 years ago • 2 comments

See https://github.com/cmderdev/cmder/issues/957 and https://github.com/cmderdev/cmder/issues/957#issuecomment-535692572 for background

Basically .init.lua is the root cause here as it modifies modules path so other modules can be loaded and I believe it just needs to be renamed into something else to not start with the dot (perhaps underscore should work, it just needs to be a symbol that goes before other ASCII symbols so that this module gets executed first by Clink)

vladimir-kotikov avatar Sep 26 '19 21:09 vladimir-kotikov

Also https://github.com/cmderdev/cmder/pull/2278

vladimir-kotikov avatar Apr 14 '20 06:04 vladimir-kotikov

I'll rename the file. This should be coming in the next release, probably within the next 2 weeks.

chrisant996 avatar Aug 15 '22 01:08 chrisant996

Closing because it is fixed in the dev branch, and closing it helps me keep track of the remaining work for the next release (which will include the dev changes).

chrisant996 avatar Aug 15 '22 15:08 chrisant996