chrisbra / csv.vim

A Filetype plugin for csv files

Home Page:http://www.vim.org/scripts/script.php?script_id=2830

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Max length of items in a column

mikeyw opened this issue · comments

Hi @chrisbra. Thanks for a great plugin!

Can you please add the ability to calculate the max length of items in a column?

For example, if you have the following values in a column:
mike
joseph
roger

The max length would be 6 (joseph)

You mean like for :AnalyzeColumn?