helix/helix-core/src
Skyler Hawthorne 93acb53812 add node boundary movement 2023-08-01 09:41:42 -05:00
..
doc_formatter
increment
auto_pairs.rs
chars.rs
comment.rs
config.rs
diagnostic.rs Adds support for multiple language servers per language. 2023-05-18 21:48:30 +02:00
diff.rs
doc_formatter.rs
graphemes.rs
history.rs Prefer RopeSlice to &Rope in helix_core::syntax 2023-07-27 11:50:19 +09:00
indent.rs Allow any indent size from 1 to 16 (#7429) 2023-06-23 23:36:02 +09:00
lib.rs Use refactored Registers type 2023-07-31 15:05:38 +09:00
line_ending.rs Add config for default line ending (#5621) 2023-06-16 12:02:15 -05:00
macros.rs
match_brackets.rs Reformat with nightly rustfmt for better let-else formatting (#7721) 2023-07-27 11:57:19 +09:00
movement.rs add node boundary movement 2023-08-01 09:41:42 -05:00
object.rs
path.rs Fix crash when cwd is deleted (#7185) 2023-07-11 19:51:04 +02:00
position.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
rope_reader.rs search buffer contents during global search (#5652) 2023-07-11 21:26:11 +09:00
search.rs
selection.rs Add '#' and '.' special registers 2023-07-31 15:05:38 +09:00
shellwords.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
surround.rs Fix warnings from clippy (#7013) 2023-05-11 14:44:52 +09:00
syntax.rs Prefer RopeSlice to &Rope in helix_core::syntax 2023-07-27 11:50:19 +09:00
test.rs fix test::plain 2023-03-20 18:34:40 -05:00
text_annotations.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
textobject.rs fix test::plain 2023-03-20 18:34:40 -05:00
transaction.rs Reformat with nightly rustfmt for better let-else formatting (#7721) 2023-07-27 11:57:19 +09:00
wrap.rs