helix/helix-core/src
Blaž Hrastnik 8c82f8f140 indent: use_list indentation, fix indentation bug on open_below
use std::{
  time::Duration // <- pressing `o` here would use }'s indent instead of prev line
}
2021-02-19 14:55:53 +09:00
..
comment.rs commands: Wire up toggle comments as ctrl-c 2021-02-19 13:59:24 +09:00
diagnostic.rs Total mess but it works: diagnostic marking. 2020-12-03 13:10:34 +09:00
graphemes.rs more lints 2021-02-18 18:45:41 +09:00
history.rs Fix undo/redo not updating the syntax tree. 2020-12-03 13:10:35 +09:00
indent.rs indent: use_list indentation, fix indentation bug on open_below 2021-02-19 14:55:53 +09:00
lib.rs more lints 2021-02-18 18:45:41 +09:00
macros.rs Split parts of helix-term into helix-view. 2020-09-21 18:24:16 +09:00
position.rs nix: include rust-src so rust-analyzer works correctly. 2021-01-19 16:16:15 +09:00
register.rs Simple yank/paste registers. 2020-10-13 23:13:56 +09:00
selection.rs treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref 2021-02-18 18:34:22 +09:00
state.rs treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref 2021-02-18 18:34:22 +09:00
syntax.rs treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref 2021-02-18 18:34:22 +09:00
transaction.rs transaction: Also modify map_pos to work with insert|delete order. 2021-02-18 12:17:33 +09:00