]>
Commit | Line | Data |
---|---|---|
1 | Motions = require './general-motions' | |
2 | {Search, SearchCurrentWord, BracketMatchingMotion, RepeatSearch} = require './search-motion' | |
3 | MoveToMark = require './move-to-mark-motion' | |
4 | {Find, Till} = require './find-motion' | |
5 | ||
6 | Motions.Search = Search | |
7 | Motions.SearchCurrentWord = SearchCurrentWord | |
8 | Motions.BracketMatchingMotion = BracketMatchingMotion | |
9 | Motions.RepeatSearch = RepeatSearch | |
10 | Motions.MoveToMark = MoveToMark | |
11 | Motions.Find = Find | |
12 | Motions.Till = Till | |
13 | ||
14 | module.exports = Motions |