You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
}
3 years ago
..
comment.rs commands: Wire up toggle comments as ctrl-c 3 years ago
diagnostic.rs Total mess but it works: diagnostic marking. 4 years ago
graphemes.rs more lints 3 years ago
history.rs Fix undo/redo not updating the syntax tree. 4 years ago
indent.rs indent: use_list indentation, fix indentation bug on open_below 3 years ago
lib.rs more lints 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
position.rs nix: include rust-src so rust-analyzer works correctly. 4 years ago
register.rs Simple yank/paste registers. 4 years ago
selection.rs treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref 3 years ago
state.rs treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref 3 years ago
syntax.rs treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref 3 years ago
transaction.rs transaction: Also modify map_pos to work with insert|delete order. 3 years ago