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
|
# vim-mode
|
||||||
pattern = vimState.getSearchHistoryItem()
|
pattern = vimState.getSearchHistoryItem()
|
||||||
else if vimState.searchHistory?
|
else if vimState.searchHistory?
|
||||||
#vim-mode-plus
|
# vim-mode-plus
|
||||||
pattern = vimState.searchHistory.get('prev')
|
pattern = vimState.searchHistory.get('prev')
|
||||||
|
|
||||||
if not pattern?
|
if not pattern?
|
||||||
|
|
@ -350,7 +350,7 @@ class Ex
|
||||||
# vim-mode
|
# vim-mode
|
||||||
vimState.pushSearchHistory(pattern)
|
vimState.pushSearchHistory(pattern)
|
||||||
else if vimState.searchHistory?
|
else if vimState.searchHistory?
|
||||||
#vim-mode-plus
|
# vim-mode-plus
|
||||||
vimState.searchHistory.save(pattern)
|
vimState.searchHistory.save(pattern)
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue