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

Commit Graph

  • ee9692eed3 Fix match for '|' and '|' - same open/close Andreas Liljeqvist 2021-06-24 12:00:20 +0200
  • 8935e7a879 Fix open-new-line command for CRLF, as well as other bugs. Nathan Vegdahl 2021-06-23 23:53:22 -0700
  • 82e3005c43 Fix clippy Andreas Liljeqvist 2021-06-24 10:54:01 +0200
  • f9699e77b1 WIP surround as selection Andreas Liljeqvist 2021-06-24 10:15:23 +0200
  • 223b6e0ae9 Fix open-new-line command for CRLF, as well as other bugs. Nathan Vegdahl 2021-06-23 23:53:22 -0700
  • 394629ab73 Skip enclosed pairs in surround Gokul Soumya 2021-06-24 00:20:19 +0530
  • fa29ac7310
    Update helix-term/src/commands.rs Kirawi 2021-06-23 23:39:50 -0400
  • e5305484c1
    Update helix-term/src/commands.rs Kirawi 2021-06-23 23:38:03 -0400
  • 60186527d2 Skip enclosed pairs in surround Gokul Soumya 2021-06-24 00:20:19 +0530
  • fb8e7dc25b Fix picker item width overflow Gokul Soumya 2021-06-23 20:38:08 +0530
  • 1373912a1d Fix picker item width overflow Gokul Soumya 2021-06-23 20:38:08 +0530
  • 4950da95f2 Blocking :wq Shafkath Shuhan 2021-06-23 22:30:21 -0400
  • 2924522aea Remove duplicate properties from theme.toml Alex Ryapolov 2021-06-24 01:08:40 +0700
  • 14f61fb6ac Fix lsp config deserialization case Benoît CORTIER 2021-06-23 16:33:28 -0400
  • 9cbf564d08 Handle erroneously ignored case in RopeGraphemes iterator. Nathan Vegdahl 2021-06-23 16:54:42 -0700
  • 81ed0f6091 Handle erroneously ignored case in RopeGraphemes iterator. Nathan Vegdahl 2021-06-23 16:54:42 -0700
  • 8c3d3cb2c9 Fix lsp config deserialization case Benoît CORTIER 2021-06-23 16:33:28 -0400
  • 3fac633245 Remove duplicate properties from theme.toml Alex Ryapolov 2021-06-24 01:08:40 +0700
  • 7f6265ecf3 fix: crash with ctrl-c on empty file Blaž Hrastnik 2021-06-24 01:38:02 +0900
  • 0f55e67576 fix: ok, needs to be the end of the previous line Blaž Hrastnik 2021-06-24 01:35:36 +0900
  • 7366fe81e0 open: Use the correct function Blaž Hrastnik 2021-06-24 01:06:17 +0900
  • 4ad7b61c69 fix: Better fix that also fixes crashes on o Blaž Hrastnik 2021-06-24 00:58:14 +0900
  • 655c1aeb73 fix: panic on O at the start of the file (fixes #354) Blaž Hrastnik 2021-06-24 00:50:52 +0900
  • ea8cd4765d Adjust default theme colors (insert/extend cursor) Blaž Hrastnik 2021-06-23 22:11:46 +0900
  • 449d20f6a2 deploy: 3606d8bd247c27067b987a11f20cba236d02dcaa archseer 2021-06-23 12:55:18 +0000
  • 39dc09e6c4 ui: Paginate prompt completion Blaž Hrastnik 2021-06-23 15:38:49 +0900
  • 3606d8bd24 Patch the primary cursor with insert and select styles wojciechkepka 2021-06-23 08:31:53 +0200
  • c534fdefdc Refactor, add ui.cursor.primary wojciechkepka 2021-06-21 18:01:35 +0200
  • d70be55f70 Add ability to theme primary selecition wojciechkepka 2021-06-20 22:02:41 +0200
  • ac1e98d088 Add ability to theme cursor wojciechkepka 2021-06-20 21:47:35 +0200
  • f09ccbc891 Update docs wojciechkepka 2021-06-20 21:47:32 +0200
  • 76bed1ec60 deploy: ed6528b9a6b7bf5513b20d1b2981e5c34cf58141 archseer 2021-06-23 07:23:31 +0000
  • ed6528b9a6 fix: Docs, select_line -> extend_line wojciechkepka 2021-06-23 08:45:37 +0200
  • 1001922110 fix: Docs, select_line -> extend_line wojciechkepka 2021-06-23 08:45:37 +0200
  • 6564257a7b add missing doc Shafkath Shuhan 2021-06-23 02:13:45 -0400
  • 7896eefd73 add tests nobody 2021-06-23 02:03:54 -0400
  • fd98e743e8 Handle non-UTF8 files Shafkath Shuhan 2021-06-23 02:03:34 -0400
  • 23be5bb4fe Patch the primary cursor with insert and select styles wojciechkepka 2021-06-23 08:31:53 +0200
  • e26b5b1d75 add missing doc Shafkath Shuhan 2021-06-23 02:13:45 -0400
  • dc1a0edec5 add tests nobody 2021-06-23 02:03:54 -0400
  • c7f833ec30 Handle non-UTF8 files Shafkath Shuhan 2021-06-23 02:03:34 -0400
  • 9706f1121d Fix small screen panics Blaž Hrastnik 2021-06-23 13:13:56 +0900
  • 2ff9b362fb Update to Ropey v1.3.1 with needed bugfix. Nathan Vegdahl 2021-06-22 20:30:20 -0700
  • 848cc1b438 Fix extend_line() behavior. Nathan Vegdahl 2021-06-22 19:07:19 -0700
  • 481c4ba044 Increment char_index by grapheme char count. Nathan Vegdahl 2021-06-22 19:05:56 -0700
  • 0cbaa998ce Fix flipped condition where Helix adds a line ending on open. Nathan Vegdahl 2021-06-22 17:36:29 -0700
  • 38bf9c2576 Missed some items in the CRLF PR. Nathan Vegdahl 2021-06-22 10:15:30 -0700
  • 3fc7a98cdd Update to Ropey v1.3.1 with needed bugfix. Nathan Vegdahl 2021-06-22 20:30:20 -0700
  • 9c53461429 fix: Select matching at the start of the doc could crash. Fixes #346 Blaž Hrastnik 2021-06-23 12:27:38 +0900
  • 2f79f7d0ee Fix extend_line() behavior. Nathan Vegdahl 2021-06-22 19:07:19 -0700
  • a124e56f63 Increment char_index by grapheme char count. Nathan Vegdahl 2021-06-22 19:05:56 -0700
  • 7511110d82 Fix build on master Blaž Hrastnik 2021-06-23 10:15:57 +0900
  • fd1ae35051 Make the prompt callback take a Context. Joe Neeman 2021-06-22 14:49:55 -0500
  • 2d8374d079 Fix flipped condition where Helix adds a line ending on open. Nathan Vegdahl 2021-06-22 17:36:29 -0700
  • 16883e7543 Implement show_current_directory command Lionel Flandrin 2021-06-21 16:49:21 +0100
  • b56174d738 Implement change_current_directory command Lionel Flandrin 2021-06-21 16:40:27 +0100
  • 5aabb54b37 Implement show_current_directory command Lionel Flandrin 2021-06-21 16:49:21 +0100
  • ec9d018546 Implement change_current_directory command Lionel Flandrin 2021-06-21 16:40:27 +0100
  • 99f77a6587 Make the prompt callback take a Context. Joe Neeman 2021-06-22 14:49:55 -0500
  • bda5974dba Push the configuration if language is not present in default config Wojciech Kępka 2021-06-22 20:46:49 +0200
  • 9c5973074c Merge base config with user config Wojciech Kępka 2021-06-22 20:41:36 +0200
  • 9c99ee1378 Add ability to merge language configuration Wojciech Kępka 2021-06-22 20:28:45 +0200
  • 7deadc457a Missed some items in the CRLF PR. Nathan Vegdahl 2021-06-22 10:15:30 -0700
  • 96e85610cb Use sort_by_key wojciechkepka 2021-06-22 18:17:46 +0200