how to set 'destination' column to a string with lua plugin?
I want to set 'destination' column to a string. I tried following but it did not help.
pinfo.cols.dst = "Hello"
Can it be done?
It works for 'info' column as follows:
pinfo.cols.info = "Hello"
It should work -- I have a Lua plugin that does it successfully using exactly the code you posted.
Could you try to put together a smallest possible example of what doesn't work?