(cm, oldCur, newCur)
| 12432 | } |
| 12433 | |
| 12434 | function recordJumpPosition(cm, oldCur, newCur) { |
| 12435 | if (!cursorEqual(oldCur, newCur)) { |
| 12436 | vimGlobalState.jumpList.add(cm, oldCur, newCur); |
| 12437 | } |
| 12438 | } |
| 12439 | |
| 12440 | function recordLastCharacterSearch(increment, args) { |
| 12441 | vimGlobalState.lastCharacterSearch.increment = increment; |