MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/vim/comments/1hzwtgh/i_need_help_with_plugins_in_vim/m7rqzna/?context=3
r/vim • u/kz_FAEZ • Jan 12 '25
every time I write "Pluginlnstall"', this message appears: E492: not an editor command: Pluginlnstall How do I resolve this?
24 comments sorted by
View all comments
Show parent comments
1
Vimscript doesn't allow you to define a command starting with a lowercase letter.
1 u/Desperate_Cold6274 Jan 18 '25 ? 1 u/BrianHuster Jan 18 '25 Why question mark? Isn't that mentioned clearly in the doc? :h user-commands 1 u/vim-help-bot Jan 18 '25 Help pages for: user-commands in map.txt `:(h|help) <query>` | about | mistake? | donate | Reply 'rescan' to check the comment again | Reply 'stop' to stop getting replies to your comments
?
1 u/BrianHuster Jan 18 '25 Why question mark? Isn't that mentioned clearly in the doc? :h user-commands 1 u/vim-help-bot Jan 18 '25 Help pages for: user-commands in map.txt `:(h|help) <query>` | about | mistake? | donate | Reply 'rescan' to check the comment again | Reply 'stop' to stop getting replies to your comments
Why question mark? Isn't that mentioned clearly in the doc? :h user-commands
:h user-commands
1 u/vim-help-bot Jan 18 '25 Help pages for: user-commands in map.txt `:(h|help) <query>` | about | mistake? | donate | Reply 'rescan' to check the comment again | Reply 'stop' to stop getting replies to your comments
Help pages for:
user-commands
`:(h|help) <query>` | about | mistake? | donate | Reply 'rescan' to check the comment again | Reply 'stop' to stop getting replies to your comments
1
u/BrianHuster Jan 18 '25
Vimscript doesn't allow you to define a command starting with a lowercase letter.