- Mar 10, 2014
-
-
Marijn Haverbeke authored
Conflicts: lib/codemirror.js
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
It should duplicate for every selection, and for non-empty selections only duplicate the selected text.
-
Marijn Haverbeke authored
Also, wrap the command in an operation and use the head rather than the anchor of the selections.
-
B Krishna Chaitanya authored
-
Marijn Haverbeke authored
- Mar 09, 2014
-
-
Malay Majithia authored
-
Marijn Haverbeke authored
Issue #2334
-
Marijn Haverbeke authored
Issue #2305
-
- Mar 08, 2014
-
-
Yunchi Luo authored
-
Travis Heppe authored
Use CreateInsertModeChanges to make a copy of the latest insert mode changes in pushInsertModeChanges so that the latest insert mode changes can safely be modified without bashing previously recorded macros. Fix the :register command and add unit tests. Add a fakeOpenNotification for matching the notification text.
-
- Mar 07, 2014
-
-
Marijn Haverbeke authored
Issue #2326
-
Marijn Haverbeke authored
Issue #2326
-
Marijn Haverbeke authored
Conflicts: lib/codemirror.js
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2305
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2305
-
- Mar 06, 2014
-
-
Marijn Haverbeke authored
It causes noticeable missinge scrollbar in some cases. Closes #2317
-
binny authored
-
Alberto González Palomo authored
pressing Ctrl-Space once starts the selection extension mode, pressing it again cancels that
-
- Mar 05, 2014
-
-
binny authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
It was broken and confused. Make the mode register a list of completable words instead. Issue #2324
-
Marijn Haverbeke authored
Since it's what you want most of the time, and easy to forget.
-
Marijn Haverbeke authored
Issue #2305
-
Marijn Haverbeke authored
Issue #2332
-
Marijn Haverbeke authored
-
mtaran-google authored
-
- Mar 04, 2014
-
-
Ng Zhi An authored
In Vim, defaults keymap cannot be unmapped. They must be explicityly set to <NOP>. In this case we allow that because user defined maps are stored in the same map as the defaults.
-
Marijn Haverbeke authored
Closes #2331
-
Marijn Haverbeke authored
-
Adam Ahmed authored
If a line has widgets with heights, use them when estimating line height. This prevents a .refresh() call from reverting to less accurate line heights.
-
Narciso Jaramillo authored
-
Marijn Haverbeke authored
Issue #2305
-
Marijn Haverbeke authored
Issue #2323
-
- Mar 03, 2014
-
-
Travis Heppe authored
-
Marijn Haverbeke authored
Require explicit turning on of history event merging. Issue #2305
-