- Feb 22, 2013
-
-
Metatheos authored
- handling special keys better for commands requiring a character - r can operate on selection - fixed: t moves back if character not found - +/-/_ via extension of moveByLines motion
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1264
-
Marijn Haverbeke authored
Closes #1268
-
Marijn Haverbeke authored
Closes #1274
-
Marijn Haverbeke authored
No full measurement is needed, since most of the time the longest line will be scrolled out of view, and we're only interested in its length. Issue #1275
-
- Feb 21, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1129
-
angelo.zerr@gmail.com authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1271
-
Marijn Haverbeke authored
Issue #1262
-
- Feb 20, 2013
-
-
Marijn Haverbeke authored
Closes #1267
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1264
-
Marijn Haverbeke authored
Closes #1265
-
- Feb 19, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Feb 18, 2013
-
-
Marijn Haverbeke authored
-
Matthias BUSSONNIER authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
- Link to external jsonlint.js (don't want dependencies in repo if I can help it) - Use a single demo file (prevent demo/ from becoming a huge mess) - Make whitespace and newlines conform to other files, fix linter errors
-
angelo.zerr@gmail.com authored
-
Marijn Haverbeke authored
-
Narciso Jaramillo authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This way, we don't have to shuffle coordinate systems. Closes #1255
-
Marijn Haverbeke authored
Closes #1252
-
Charles Skelton authored
-
Marijn Haverbeke authored
Closes #1254
-
- Feb 15, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
I don't think anyone is using it anymore, and it was a kludge to begin with.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Metatheos authored
- gj/gk for moveByDisplayLines motion, allows vertical movement within wrapped lines - :noh[lsearch] is now an ex-command - new ex-commands can be defined through api, using CodeMirror.Vim.defineEx() - :{number} should now move to line with {number} on the gutter - parseKeyString now also accepts keys like <Space> (in addition to <C-{Key}>)
-