comment refactoring.

This commit is contained in:
mkiken 2017-03-20 14:07:44 +09:00
parent 0abb61fcb8
commit 378cf6cff4

View file

@ -339,7 +339,7 @@ class Ex
# vim-mode
pattern = vimState.getSearchHistoryItem()
else if vimState.searchHistory?
#vim-mode-plus
# vim-mode-plus
pattern = vimState.searchHistory.get('prev')
if not pattern?
@ -350,7 +350,7 @@ class Ex
# vim-mode
vimState.pushSearchHistory(pattern)
else if vimState.searchHistory?
#vim-mode-plus
# vim-mode-plus
vimState.searchHistory.save(pattern)
try