directory or a directory other than the default installation directory in Unix?
install Vim in a directory other than the default installation directory, you have to specify the directory using the –prefix option while running the configure script. $ ./configure –prefix=/users/xyz You can enable/disable various Vim feature by supplying different arguments to the configure script. For more information about all these options, run $ ./configure –help For more information, read :help install-home :help install 35.3.