- Feb 02, 2017
-
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
* Enable most in phantom * Enable all in !phantom * Disable two that trigger L1 which we don't do correctly currently * Revert commit 5cc5d7f50efc7a016485f017a603c4fa2b035266 (L1 tests)
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
Should fix #1862 for ltr text.
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
- Jan 22, 2017
-
-
ficristo authored
-
- Jan 19, 2017
-
-
Jakub Vrána authored
Selecting two full lines including line ends makes a selection from line 1 to line 3 (ch: 0). This command used to sort three lines (1 to 3) which is not what I expect. This change makes it sort only two lines if there are no selected characters on the last line. It also fixes a fatal error if there are more than one selection on the same line (the code used 'range' instead of 'ranges'). It also selects the trailing newline after sorting the lines so that the whole lines are selected.
-
- Jan 04, 2017
-
-
Marijn Haverbeke authored
-
- Dec 22, 2016
-
-
Marijn Haverbeke authored
Closes #3909
-
- Nov 27, 2016
-
-
Oskar Segersvärd authored
Add template/variable definitions, checking, types, additional keywords and indentation fixes.
-
- Nov 21, 2016
-
-
Kazuhito Hokamura authored
-
- Nov 09, 2016
-
-
Jim Avery authored
- Added for as a defining keyword - Added new types and operators - Fixed numbers so basic integers are represented - Identifiers can now be surrounded with backticks - Properties and #/@ instructions are now distinct, with the latter represented as a builtin type - Properties are now matched before punctuation. Code can now fold. - Remove the regexp checking as that syntax does not currently exist in Swift - Added tests
-
- Oct 17, 2016
-
-
Mark Peace authored
-
- Oct 04, 2016
-
-
Adrian Heine authored
With non-empty selections, transposeChar would only work on the chars next to head and ignore the selected chars. Also, a cursor at line start was not moved on successful swapping.
-
Adrian Heine authored
-
- Sep 26, 2016
-
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
- Sep 20, 2016
-
-
Joel Einbinder authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
And don't block-comment inside a block comment Closes #4208
-
- Sep 05, 2016
-
-
nightwing authored
-
- Aug 28, 2016
-
-
Marijn Haverbeke authored
And hopefully get Travis to run our tests again
-
- Aug 22, 2016
-
-
Marijn Haverbeke authored
Issue #4188
-
- Aug 15, 2016
-
-
Marijn Haverbeke authored
Closes #4148
-
- Jul 07, 2016
-
-
Luke Granger-Brown authored
In Replace mode (or Overwrite mode) it should still go backwards without deleting characters.
-
- Jun 09, 2016
-
-
Marijn Haverbeke authored
Issue #4038
-
- Apr 20, 2016
-
-
Matthias Bussonnier authored
@ as __matmul__ operator only on Python 3, Add tests for Python mode for this use case. Closes #3957
-
- Apr 12, 2016
-
-
James Howard authored
There were two issues: 1. Github flavored markdown calls Objective C `objective-c` 2. The gfm.js mode didn't include `-` in its fenced code block regex Additionally, test/index.html did not import the mode/meta.js file, which prevented mode lookup by name from working in unit tests.
-
- Mar 31, 2016
-
-
Josh Soref authored
-
- Mar 27, 2016
-
-
Andrey Shchekin authored
Added tests and fixed some issues uncovered by testing.
-