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

Commit Graph

  • f64ed38250 deploy: d70f58da10194131bacf596b09b7a057bf7e9425 pascalkuthe 2024-06-18 08:44:45 +0000
  • d70f58da10
    Fix multiple broken links in the documentation (#10953) David Else 2024-06-18 09:43:36 +0100
  • 668f1239a9
    Fix jump_backwards behaviour when jumplist is at capacity (#10968) Thomas Schafer 2024-06-18 09:42:46 +0100
  • 69acf66cd8
    Add curly single and double quotes to BRACKETS (#10971) adiabatic 2024-06-18 01:40:19 -0700
  • afe9049a0e
    improve jump colors for github_dark themes (#10946) Meris Bahtijaragic 2024-06-18 10:39:56 +0200
  • bc73dd19d3
    Make prompt use cursor set for Insert mode (#10945) Shaun_Sheep 2024-06-18 10:38:56 +0200
  • d06b8d941e
    Merge branch 'helix-editor:master' into vsplit_extend Lyndon-Mackay 2024-06-18 14:56:58 +1000
  • d65c4490fd
    Merge branch 'helix-editor:master' into sh-err Lyndon-Mackay 2024-06-18 14:56:50 +1000
  • 104835fe3c perf(commands): swap as_ref + clone with take Rolo 2024-06-17 21:09:19 -0700
  • 3c42e85155
    build(deps): bump unicode-width in the rust-dependencies group dependabot[bot] 2024-06-17 23:14:33 +0000
  • e94771b1ce Moved thiserror version configuration to the workspace instead of the individual packages. Alice 2024-06-17 18:37:41 -0400
  • 221c0080aa
    Update helix-term/src/application.rs TiredTumblrina 2024-06-17 18:36:21 -0400
  • d1e955e38e set separator by section Sergio Ribera 2024-06-17 17:50:41 -0400
  • 2e02306004
    tree-sitter: Update parent links on reused injection layers Michael Davis 2024-06-17 10:54:30 -0400
  • 0b440ffc94
    Merge branch 'helix-editor:master' into master Shaun_Sheep 2024-06-16 16:21:28 +0200
  • 7eedeaaa71 Update tree-sitter-rust blt__ 2024-06-16 14:26:13 +0400
  • f044e32ca8 Add curly single and double quotes to BRACKETS Nathan Galt 2024-06-15 19:55:11 -0700
  • 7278d76027
    Hide num_removed from public interface and tidy up jump location check thomasschafer 2024-06-15 22:40:03 +0100
  • a248aa1499 add ruler at 101 and text-width at 100 to lean in languages.toml Ashley Vaughn 2024-06-15 14:32:15 -0700
  • 23895211c4 Forgot cargo fmt Alice 2024-06-15 17:09:34 -0400
  • d3fb6b85bb Created DocumentOpenError Sum Type to switch on in Application Alice 2024-06-15 17:08:19 -0400
  • e3b9c1fa48
    Return num elements removed from front, and use in backward method thomasschafer 2024-06-15 20:09:05 +0100
  • 962b81b85d
    Merge af96b9ba2143df1cd7f7a4a0dff8302bbf17fd9a into dbacaaddcaa4a9dd39c73d0102d03ea7c24ca647 Mo 2024-06-15 22:18:22 +0200
  • fa15699501
    Remove unnecessary changes in push thomasschafer 2024-06-15 19:46:23 +0100
  • 381660c098
    Fix naming of previous jump, and remove unneeded comment change thomasschafer 2024-06-15 18:48:46 +0100
  • edf568b4b2
    Use saturating_sub when decrementing current thomasschafer 2024-06-15 18:29:36 +0100
  • c586712d5d
    Realised that truncate is intentional thomasschafer 2024-06-15 17:07:45 +0100
  • f6ac3d6e60
    Fix issue with conflicting updates to self.current thomasschafer 2024-06-15 17:03:12 +0100
  • 12f8df11ca
    Decrement self.current while popping from front thomasschafer 2024-06-15 16:41:45 +0100
  • 6524d5f6bc
    Fix jump_backwards behaviour when jumplist is at capacity thomasschafer 2024-06-15 16:13:00 +0100
  • 4cd2a106ff Merge branch 'master' into gruvbox-theme-refactoring Chirikumbrah 2024-06-15 15:17:46 +0300
  • dbacaaddca
    DAP: Deserialize number IDs (#10943) slawomirlech 2024-06-15 09:05:04 +0200
  • 43cc30d225
    Sync latest Catppuccin themes changes (#10954) uncenter 2024-06-14 22:34:33 -0400
  • 8eda96de6d
    Downgrade unicode-width to 0.1.12 (#10963) Michael Davis 2024-06-14 20:58:14 -0500
  • 59e000ddea add ability to override helix config & cache path Alexandria P. 2024-06-14 14:01:51 -0600
  • b3c2d363d8
    Expand tilde for selected paths in goto_file Michael Davis 2024-06-14 15:13:34 -0400
  • 628ccd402a
    Downgrade unicode-width to 0.1.12 Michael Davis 2024-06-14 15:41:24 -0400
  • 257f4c50c0
    helix-tui: Skip line-endings in Buffer::set_string Michael Davis 2024-06-14 14:15:06 -0400
  • 83099b8866
    Apply code review suggestion David Else 2024-06-14 17:29:17 +0100
  • fc13e6cfd5
    Add block comment tokens for typst tingerrr 2024-06-14 13:01:35 +0200
  • 6c8a26756c
    Sync latest Catppuccin themes changes uncenter 2024-06-14 06:46:12 -0400
  • 930fc243f0 refactor(commands): trim end of pipe-like output Rolo 2024-06-14 01:17:27 -0700
  • ffdf09fb00
    Fix multiple broken links in the documentation David 2024-06-14 10:02:56 +0100
  • 8c8799c7e0 Display error from shell command in popup box same as success lyndon mackay 2024-06-14 11:49:42 +1000
  • 8c2b6c0d55 cargo fmt GNUSheep 2024-06-13 20:23:45 +0200
  • 09124e359e improve jump colors for github_dark themes meris 2024-06-13 19:45:47 +0200
  • 008ccd41db Resolve issue #10874 GNUSheep 2024-06-13 19:20:56 +0200
  • dcb935f4bb Moved tests Sławomir Lech 2024-06-13 17:22:01 +0200
  • 5af9baceae Adding tests Sławomir Lech 2024-06-13 16:51:37 +0200
  • e97c34edd1 Fix incorrect import Sławomir Lech 2024-06-13 16:31:36 +0200
  • d1cb4fe394 Removing external dependencies Sławomir Lech 2024-06-13 15:25:26 +0200
  • 27962afc16 Fix deserialization of id Sławomir Lech 2024-06-13 13:38:55 +0200
  • 9458f49cb7
    Merge 11d30b77da8b0aebe5647b13f93982d249e13413 into 9c479e6d2de3bca9dec304f9182cee2b1c0ad766 Ravi Shekhar Jethani 2024-06-13 02:10:36 +0000
  • e39423fb92 Start extend scrolled down lyndon mackay 2024-06-13 12:05:53 +1000
  • 9c479e6d2d
    fix(editor): prevent overflow in count modifier (#10930) RoloEdits 2024-06-12 18:24:24 -0700
  • ec7499b057 removed @spell from comment christoph bothe 2024-06-12 23:13:55 +0200
  • 62655e97f1
    Optional history for rename_symbol (#10932) Sebastian Poeplau 2024-06-12 16:44:47 +0200
  • 99eac4faf9 fixing test and removing dead code lyndon mackay 2024-06-12 17:05:38 +1000
  • a22de85f95 Implement splitting vertically with syncing lyndon mackay 2024-06-12 15:30:42 +1000
  • 9123d3fbb8
    feat(cairo): update tree-sitter grammar and queries (#10919) Lucas @ StarkWare 2024-06-12 02:20:13 +0200
  • b22d6bea0b Optional history for rename_symbol Sebastian Poeplau 2024-06-11 21:36:45 +0200
  • 69a6d6a02c fix(editor): prevent overflow in count modifier Rolo 2024-06-11 11:24:09 -0700
  • 8a549b767b
    build(deps): bump the rust-dependencies group across 1 directory with 5 updates (#10926) dependabot[bot] 2024-06-12 01:08:50 +0900
  • 53da38a145
    helix-tui: Use zero-width-space for zero-width grapheme test Michael Davis 2024-06-11 09:41:07 -0400