1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • 0a9da74463 Derive debug without feature Ivan Tham 2021-06-07 22:34:19 +0800
  • 6018fce45b Implement Debug for data structure as a feature notoria 2021-06-06 17:55:05 +0200
  • 845aad527f Fix Shift-Tab for moving upwards in menu Kevin Sjöberg 2021-06-08 19:56:53 +0200
  • e20d2c6e79 Add helper for reading file Kevin Sjöberg 2021-06-08 18:20:02 +0200
  • ba34688861 Drop editor.reload Kevin Sjöberg 2021-06-08 18:16:25 +0200
  • 0e9ce04362 Add tests for backward motion PabloMansanet 2021-06-08 17:10:26 +0200
  • 293e13ce94 Reset state when reloading Kevin Sjöberg 2021-06-08 16:36:16 +0200
  • 35feb614b6 Updated elixir queries to fix crash Corey Powell 2021-06-08 09:59:53 -0500
  • 5fff68df10 Updated elixir queries to fix crash Corey Powell 2021-06-08 09:59:53 -0500
  • 85457d12c9 Add empty test case for deletion and fix nth_prev_word_boundary PabloMansanet 2021-06-08 16:18:46 +0200
  • 5e2ba28e0e Fix panic on ctrl-w empty document Ivan Tham 2021-06-08 21:50:33 +0800
  • 9c4fa15262 Fix panic on ctrl-w empty document Ivan Tham 2021-06-08 21:50:33 +0800
  • 82e4418eb1 Remove unused function PabloMansanet 2021-06-08 15:30:59 +0200
  • 2f08f2fc3d Restore formatting PabloMansanet 2021-06-08 15:29:20 +0200
  • 9eded7768c Add strict whitespace checks and edge case tests PabloMansanet 2021-06-08 15:25:52 +0200
  • 61028b1d00 Reload the current file from disk Kevin Sjöberg 2021-06-08 15:16:56 +0200
  • b805dd9bd6 Add complex forward movement unit tests PabloMansanet 2021-06-08 15:05:39 +0200
  • 83723957fe Fix crash when too many completions available Blaž Hrastnik 2021-06-08 21:58:26 +0900
  • ae51065213 Support go to line 1 Zheming Li 2021-06-08 03:24:27 +0000
  • 4e3a343602 Make r<ENTER> work Wojciech Kępka 2021-06-08 08:44:26 +0200
  • 81e02e1ba4 Remove unwanted as_str Wojciech Kępka 2021-06-08 06:42:35 +0200
  • c349ceb61f Don't replace newlines Wojciech Kępka 2021-06-07 21:28:04 +0200
  • 2e4a338944 Add bounds checks to replace Wojciech Kępka 2021-06-07 19:03:44 +0200
  • 9c83a98469 commands: Replace all characters in selection Wojciech Kępka 2021-06-07 18:49:27 +0200
  • 1bffb34350 Make matching bracket dimmed, prevent out of bounds rendering Wojciech Kępka 2021-06-08 06:08:28 +0200
  • 6c56c0ee09 deploy: c978d811d96d03acf04ddbe5af66fff57c17e287 archseer 2021-06-08 08:22:55 +0000
  • c978d811d9 Cleanup find_first_non_whitespace_char funcs Wojciech Kępka 2021-06-08 09:11:45 +0200
  • 48df05b16d commands: Add goto first non-whitespace char of line Wojciech Kępka 2021-06-08 08:25:55 +0200
  • b5a5058328 Refactor skip_over_next PabloMansanet 2021-06-08 09:50:39 +0200
  • 04af27517a Cleanup find_first_non_whitespace_char funcs Wojciech Kępka 2021-06-08 09:11:45 +0200
  • 7da462fd50 Add failing movement conditions for multi-word moves PabloMansanet 2021-06-08 09:29:15 +0200
  • d4f7601e53 Merge remote-tracking branch 'upstream/master' into MovementUnitTests PabloMansanet 2021-06-08 09:29:01 +0200
  • 9b53eef588 commands: Add goto first non-whitespace char of line Wojciech Kępka 2021-06-08 08:25:55 +0200
  • e0329ea6c7 Make r<ENTER> work Wojciech Kępka 2021-06-08 08:44:26 +0200
  • 48ef2469f6 Remove unwanted as_str Wojciech Kępka 2021-06-08 06:42:35 +0200
  • e22ca2f725 Make matching bracket dimmed, prevent out of bounds rendering Wojciech Kępka 2021-06-08 06:08:28 +0200
  • b873fb9897
    Fix Unicode (#135) Kirawi 2021-06-08 00:20:15 -0400
  • 728258cf69 Support go to line 1 Zheming Li 2021-06-08 03:24:27 +0000
  • 8f1eb7b2b0 Add trace log primer to the Contributing section Kelly Thomas Kline 2021-06-07 19:44:31 -0700
  • 2d9d16a79d
    Add trace log primer to the Contributing section Kelly Thomas Kline 2021-06-07 19:44:31 -0700
  • 732d65aca3 fix #88 Shafkath Shuhan 2021-06-07 22:43:59 -0400
  • 82fdfdc38e Add missing newline to end of file on load Ivan Tham 2021-06-07 19:33:55 +0800
  • ea6667070f helix-lsp cleanup Egor Karavaev 2021-06-07 22:11:17 +0300
  • 462e0ebaca helix-lsp cleanup Egor Karavaev 2021-06-07 22:11:17 +0300
  • 960bc9f134 Don't panic on LSP not starting Egor Karavaev 2021-06-07 21:50:20 +0300
  • 08f50310bd Bump file picker limit Kevin Sjöberg 2021-06-07 21:38:55 +0200
  • 8f859b8683 deploy: 4bec87ad18de992bae8f3fdbd3c28ccbe237b4b9 archseer 2021-06-08 00:50:31 +0000
  • 4bec87ad18 Update keymap Wojciech Kępka 2021-06-07 20:28:39 +0200
  • c65b4dea09 commands: Add replace with yanked as R Wojciech Kępka 2021-06-07 20:13:40 +0200
  • 6fc0e0b5fb completion: Fix unimplemented autocomplete Wojciech Kępka 2021-06-07 19:01:07 +0200
  • 98b9e329a0 fix view Shafkath Shuhan 2021-06-07 17:17:41 -0400
  • 816b206ca3 fix Shafkath Shuhan 2021-06-07 16:34:46 -0400
  • b667163e0f wip Shafkath Shuhan 2021-06-07 16:11:46 -0400
  • 32817e299a wip Shafkath Shuhan 2021-06-07 16:05:36 -0400
  • b0bbec62f7 Don't replace newlines Wojciech Kępka 2021-06-07 21:28:04 +0200
  • 2119844986 Bump file picker limit Kevin Sjöberg 2021-06-07 21:38:55 +0200
  • 30c23bacaf Don't panic on LSP not starting Egor Karavaev 2021-06-07 21:50:20 +0300
  • 3e0cce0146 wip Shafkath Shuhan 2021-06-07 14:44:18 -0400
  • 251db71fdd Update keymap Wojciech Kępka 2021-06-07 20:28:39 +0200
  • cdffaaf779 commands: Add replace with yanked as R Wojciech Kępka 2021-06-07 20:13:40 +0200
  • 6f3fac0746 Add column jumping tests PabloMansanet 2021-06-07 20:03:50 +0200
  • deb7b919da wip Shafkath Shuhan 2021-06-07 13:40:55 -0400
  • 28237c8167 Test horizontal moves PabloMansanet 2021-06-07 19:21:05 +0200
  • b1653a5288 Add bounds checks to replace Wojciech Kępka 2021-06-07 19:03:44 +0200