comment refactoring.
This commit is contained in:
parent
0abb61fcb8
commit
378cf6cff4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue