Skip to content

Commit

Permalink
removing space in blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacamilaremolinagutierrez committed Oct 18, 2017
1 parent 5f9c942 commit 7244c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_vim/vim_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def b(self, repeat=1):

def e(self, repeat=1):
"""Go to end of current word.
Or go to end of next word if cursor is currently on whitespace.
"""
cursor = self._editor_cursor()
Expand Down

0 comments on commit 7244c70

Please sign in to comment.