mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-08-10 15:40:37 +02:00
Cleanup
This commit is contained in:
parent
f3d66b3356
commit
b45e32dd3f
@ -30,9 +30,6 @@ import com.maddyhome.idea.vim.group.RegisterGroup;
|
||||
import com.maddyhome.idea.vim.helper.EditorHelper;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class PutLinesHandler extends CommandHandler {
|
||||
public PutLinesHandler() {
|
||||
super(new CommandName[]{
|
||||
@ -40,7 +37,8 @@ public class PutLinesHandler extends CommandHandler {
|
||||
}, RANGE_OPTIONAL | ARGUMENT_OPTIONAL | WRITABLE);
|
||||
}
|
||||
|
||||
public boolean execute(@NotNull Editor editor, @NotNull DataContext context, @NotNull ExCommand cmd) throws ExException {
|
||||
public boolean execute(@NotNull Editor editor, @NotNull DataContext context,
|
||||
@NotNull ExCommand cmd) throws ExException {
|
||||
final CommandGroups groups = CommandGroups.getInstance();
|
||||
final RegisterGroup registerGroup = groups.getRegister();
|
||||
final int line = cmd.getLine(editor, context);
|
||||
|
Loading…
Reference in New Issue
Block a user