git clone --bare https://github.com/user/repo.git
cd repo.git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # needed below dependencies to be installed (cmake, libcurses) | |
| sudo apt-get install cmake libncurses5-dev libncursesw5-dev | |
| # from https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source | |
| # make | |
| git clone https://github.com/vim/vim.git | |
| cd vim | |
| ./configure --with-features=huge \ | |
| --enable-multibyte \ |
Note: Most of the example codes are adapted from the excellent 'Learning Python' by Fabrizio Romano
Refer to PEP8 - https://www.python.org/dev/peps/pep-0008/
NewerOlder