clink.lua: add header

Introduce a header like in the rest of the scripts that this file
is overwritten on updates and should not be modified.
This commit is contained in:
Jan Schulz 2016-01-15 18:06:35 +01:00
parent 788b5262b4
commit fe45b186e0

6
vendor/clink.lua vendored
View File

@ -1,3 +1,9 @@
-- default script for clink, called by init.bat when injecting clink
-- !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED
-- !!! Use "%CMDER_ROOT%\config\<whatever>.lua" to add your lua startup scripts
-- At first, load the original clink.lua file
-- this is needed as we set the script path to this dir and therefore the original
-- clink.lua is not loaded.