Questions tagged «version»

1
我怎么知道我的vim的补丁版本?
我已经安装了vim 7.4,但是我不确定安装它时的补丁程序级别。我该如何检查? vim --version 给 VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Oct 15 2014 16:18:44) .... 但是它没有提供补丁程序级别或次要版本号。
17 version 

3
如何确定Linux发行版上是否安装了Vi或Vim?
我使用默认安装(bash,Konsole)的Kubuntu 14.04。我想学习一个功能强大的全键盘文本编辑器,并选择以下一种:Vi,Vim,Emacs(并且我将学习Nano,因为它很简单)。我对命令行有一些经验:Bash和Python,所以我准备在不使用Windows系统的情况下使用Linux时增加另一项技能。 在Bash中,键入vim或emacs提示我安装软件包。 打字的vi作品。它运行一个编辑器,所以我认为它一定是Vi。 但闪屏,如果你击称呼它,说VIM Vi Improved和它的Running in Vi compatible mode。所以现在我想一定是Vim。 那是什么?为什么输入vimbash不能运行我的编辑器?

2
安装2.7版时,Gundo插件需要python 2.4
我已经安装了Python 2.7.9。现在,我收到消息,Gundo插件需要2.4。有解决方法吗? 这是我的vimrc文件: set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " alternatively, pass a path where Vundle should install plugins "call vundle#begin('~/some/path/here') " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-surround' Plugin …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.