helix/helix-term/src
Benoît CORTIER 6fb2d2679d Use _impl suffix instead of _ prefix
Helpers / internal implementations where using the `_` prefix.
However, this prefix also suppress unused warnings.
I suggest we use the `_impl` suffix instead.
2021-06-15 02:33:12 -04:00
..
ui Use _impl suffix instead of _ prefix 2021-06-15 02:33:12 -04:00
application.rs lsp: Check bounds when converting lsp positions (#204) 2021-06-12 16:04:30 +09:00
args.rs Separate helix-term as a library 2021-06-07 21:35:31 +08:00
commands.rs Use _impl suffix instead of _ prefix 2021-06-15 02:33:12 -04:00
compositor.rs Disable failing doctest 2021-06-07 23:05:39 +09:00
keymap.rs Refactor keymap definitions using macros 2021-06-14 20:31:20 +09:00
lib.rs Separate helix-term as a library 2021-06-07 21:35:31 +08:00
main.rs Create all parent directories for config and cache 2021-06-08 01:07:30 +09:00