Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?

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"