brandon1024/cortado.vim

enhancement: split import statements on same line

Closed this issue · 2 comments

If there are import statements on the same line (see example below), the plugin will skip over it. We should make an effort to reformat such lines.

import java.util.ArrayList;import java.util.Collections;import java.util.HashMap;

Be sure to update the limitations section in the help doc page.

To be fixed in #19