| Commit message (Expand) | Author | Age |
* | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
* | Misc fixes and clean up of line ending detect code. | Nathan Vegdahl | 2021-06-20 |
* | added the line_end helper function | Jan Hrastnik | 2021-06-20 |
* | changed some hardcoded newlines, removed a else if in line_ending.rs | Jan Hrastnik | 2021-06-19 |
* | Merge remote-tracking branch 'origin/master' into line_ending_detection | Jan Hrastnik | 2021-06-19 |
|\ |
|
| * | cargo: add more metadata to manifests | Benoît CORTIER | 2021-06-19 |
| * | Run cargo-diet | Benoît CORTIER | 2021-06-19 |
| * | cargo: add version to local dependencies | Benoît CORTIER | 2021-06-19 |
| * | Update ropey dependency to 1.3 | Benoît CORTIER | 2021-06-18 |
| * | Fix expansion of `~` (#284) | Wojciech Kępka | 2021-06-18 |
* | | ran cargo fmt | Jan Hrastnik | 2021-06-19 |
* | | added get_line_ending from pr comment | Jan Hrastnik | 2021-06-19 |
* | | applied changes from pr review | Jan Hrastnik | 2021-06-17 |
* | | trying out line ending helper functions in commands.rs | Jan Hrastnik | 2021-06-16 |
* | | added some tests and a line_ending helper function in document.rs | Jan Hrastnik | 2021-06-16 |
* | | fix typo | Jan Hrastnik | 2021-06-16 |
* | | added more changes from pr review for line_ending_detection | Jan Hrastnik | 2021-06-16 |
* | | resolved conflict in rebase | Jan Hrastnik | 2021-06-16 |
* | | ran cargo clippy and cargo fmt | Jan Hrastnik | 2021-06-16 |
* | | rebase on branch line_ending_detection | Jan Hrastnik | 2021-06-16 |
|/ |
|
* | Remove RwLock for registers | Benoît CORTIER | 2021-06-15 |
* | Address PR comments. | Nathan Vegdahl | 2021-06-15 |
* | Add ctrl-w for prompt | Ivan Tham | 2021-06-14 |
* | Bump once_cell from 1.7.2 to 1.8.0 (#255) | dependabot[bot] | 2021-06-14 |
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 |
* | Use `runtime` dir when defaulting to executable location | Wojciech Kępka | 2021-06-12 |
* | Make `runtime_dir` private | Wojciech Kępka | 2021-06-12 |
* | Add more ways to detect runtime directory | Wojciech Kępka | 2021-06-12 |
* | Fix broken test | Blaž Hrastnik | 2021-06-12 |
* | Only auto-format for certain languages | Blaž Hrastnik | 2021-06-12 |
* | Add :earlier and :later commands that can be used to navigate the full edit h... | Jakub Bartodziej | 2021-06-11 |
* | Movement fixes, refactor and unit test suite (#217) | PabloMansanet | 2021-06-11 |
* | Downgrade `unicode-segmentation` | notoria | 2021-06-10 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Reuse a cursor from the pool if available (fixes #202) | Blaž Hrastnik | 2021-06-10 |
* | Fix panic on ctrl-w empty document | Ivan Tham | 2021-06-08 |
* | Cleanup find_first_non_whitespace_char funcs | Wojciech Kępka | 2021-06-08 |
* | commands: Add goto first non-whitespace char of line | Wojciech Kępka | 2021-06-08 |
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
* | Implement register selection | Benoît CORTIER | 2021-06-07 |
* | lsp: Provide workspace root on client.initialize() | Blaž Hrastnik | 2021-06-07 |
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
* | fix: 2 panics while setting style + off by 1 | ahkrr | 2021-06-07 |
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 |
* | Fix panic when moving over unicode punctuation | Benoît CORTIER | 2021-06-07 |
* | Add test for prev word | Ivan Tham | 2021-06-06 |
* | Add ctrl-w in insert mode | Ivan Tham | 2021-06-06 |
* | Return an error if we request an embedded file that does not exist. | Brian Dawn | 2021-06-06 |
* | Add a smoke test around loading runtime files. | Brian Dawn | 2021-06-06 |