scrooloose / vim-colon-therapy

Handle trailing colons and line numbers in the filename when `:edit`ing
Do What The F*ck You Want To Public License
10 stars 1 forks source link

Handle column number and fix vint warnings #4

Closed syyyr closed 1 year ago

syyyr commented 3 years ago

Hello, I thought it would be nice if the plugin also handled columns. I also added some tests for the new functionality.

Other than that, I've:

syyyr commented 1 year ago

The PR is now rebased on current master

syyyr commented 1 year ago

I have rebased the PR on current master. @scrooloose Is there any chance that this gets merged? If there's a problem with the vint fix-ups, I can delete those and keep just the column number feature.

scrooloose commented 1 year ago

Merged! Sorry for the delay - I had been in java land using intellij for a couple of years and was neglecting vim stuff.

Just come back to a ruby job and to vim.

Thanks for your patience :-)

syyyr commented 1 year ago

Thanks!