Split out typable commands into a separate file

imgbot
Blaž Hrastnik 2 years ago
parent 9bfb0caf1b
commit 19247ff0ec
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -107,7 +107,7 @@ pub mod md_gen {
use crate::path;
use std::fs;
use helix_term::commands::cmd::TYPABLE_COMMAND_LIST;
use helix_term::commands::TYPABLE_COMMAND_LIST;
pub const TYPABLE_COMMANDS_MD_OUTPUT: &str = "typable-cmd.md";
pub const LANG_SUPPORT_MD_OUTPUT: &str = "lang-support.md";

Loading…
Cancel
Save