Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Oct 16, 2015
1 parent d25ccb5 commit a9244f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vintage_motions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
import sublime, sublime_plugin
from Vintage.vintage import transform_selection
from Vintage.vintage import transform_selection_regions
from VintageES.vintage import transform_selection
from VintageES.vintage import transform_selection_regions

class ViSpanCountLines(sublime_plugin.TextCommand):
def run(self, edit, repeat = 1):
Expand Down

0 comments on commit a9244f9

Please sign in to comment.