How is 618 sales champion made?Uncover the secret of e-commerce’s “invigorating” hundreds of millions of sales data>>>
In the oh my Zsh environment, the OS is centos7. After manually updating VIM to version 8.1, it is found that “after entering VIM on the command line (you want to edit a file), you can’t select a file by using tab. Instead, you throw this error:
(eval):1: _vim: function definition file not found
(eval):1: _vim: function definition file not found
(eval):1: _vim: function definition file not found
After Baidu and Google search, there are two solutions:
1.
rm -rf ~/.zcompdump* & exec
After testing, it doesn’t work on my machine
2. It may be caused by the reference of ‘zplug’ in. Zshrc and the plug-in ‘lib/comfort’ in zolug, but I did not refer to this plug-in, but I did use zplug. After investigation, the problem was caused by the plug-in named ‘Zsh users/Zsh syntax highlighting’. After annotating it, execute source. Zshrc and solve it successfully
Similar Posts:
- [Solved] Vue3 vetur error: has no default export component is not exported
- How to solve the problem of “fopen”: this function or variable may be unsafe
- How to solve the problem of “fopen”: this function or variable may be unsafe
- Git Add The Public Key sign_and_send_pubkey: signing failed: agent refused operation
- Super detail: command not found: the scratch solution (add the scratch environment variable to Zsh under MAC)
- Solution of docker error checking TLS connection
- .\Objects\BH-F103.axf: Error: L6218E: Undefined symbol RCC_APB2PeriphClkCmd (referred from bsp_led.o).
- Lab: exploiting blind xxE to retrieve data via error messages
- Vagrant: host manager host name management plug in
- [Solved] Node.js runs ES6 default import file error: import m1 from’./m1.js’ ^^ SyntaxError: Unexpected identifier