-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: linux-bytes/vim
base: master
head repository: linux-bytes/vim
compare: pathogen
- 14 commits
- 23 files changed
- 2 contributors
Commits on Feb 16, 2018
-
Build a initial vim configuration
Just build a initial vim configuration, and introduce in the pathogen vim script. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a195ea - Browse repository at this point
Copy the full SHA 3a195eaView commit details -
Custom a vim script for cscope and ctags
Create a new vim script "cscope_tags.vim" for cscope and ctags. Implement a lot of custom command related with cscope and tags. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9629a0 - Browse repository at this point
Copy the full SHA d9629a0View commit details -
Introduce in a syntax file for ARM ASM
For supporting ARM ASM syntax highlight, introduce in this syntax file. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7df7d8f - Browse repository at this point
Copy the full SHA 7df7d8fView commit details -
Just add in a vimrc file for custom vim. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d3f1fc - Browse repository at this point
Copy the full SHA 5d3f1fcView commit details -
Just "git submodule add" the following into "bundle" https://github.com/vim-scripts/DrawIt.git bundle/DrawIt https://github.com/majutsushi/tagbar.git bundle/tagbar https://github.com/hari-rangarajan/CCTree.git bundle/CCTree https://github.com/andreyugolnik/manpageview.git bundle/manpageview https://github.com/aperezdc/vim-template.git bundle/vim-template https://github.com/Lokaltog/vim-powerline.git bundle/vim-powerline https://github.com/vim-scripts/vim-mediawiki-editor.git bundle/vim-mediawiki-editor https://github.com/aklt/plantuml-syntax.git bundle/plantuml-syntax https://github.com/tpope/vim-git.git bundle/vim-git Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e5d572 - Browse repository at this point
Copy the full SHA 2e5d572View commit details
Commits on Feb 18, 2018
-
ShortKey Update and Code Refining
1. All the ShortKey Update, and remove some useless ShortKey setting. 2. Refine related code lines. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1621071 - Browse repository at this point
Copy the full SHA 1621071View commit details -
1. Introduce in NERDTree. 2. Make some configuration for NERDTree in vimrc. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2826cb6 - Browse repository at this point
Copy the full SHA 2826cb6View commit details -
1. Introduce in bufexplorer. 2. Make some configuration for bufexplorer in vimrc. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c3a4bb - Browse repository at this point
Copy the full SHA 1c3a4bbView commit details -
1. Introduce in vim-gitgutter. 2. Make some configuration for vim-gitgutter in vimrc. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acb0462 - Browse repository at this point
Copy the full SHA acb0462View commit details -
1. Introduce in vim-airline and its themes. 2. Make some configuration for vim-airline in vimrc. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84f378b - Browse repository at this point
Copy the full SHA 84f378bView commit details -
1. Introduce in CtrlP. 2. Make some configuration for CtrlP in vimrc. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c7814d - Browse repository at this point
Copy the full SHA 2c7814dView commit details -
cscope_tags: Refine code lines
1. Improve the function name definition. 2. Set the cscope shortkey only when cscope.out exists. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d464091 - Browse repository at this point
Copy the full SHA d464091View commit details
Commits on Feb 19, 2018
-
Introduce in ultisnips and vim-snippets
1. Introduce in ultisnips and vim-snippet. 2. Make some configuration for ultisnips in vimrc. Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46a894a - Browse repository at this point
Copy the full SHA 46a894aView commit details -
1. Introduce in YouCompleteMe 2. Build the YouCompleteMe .vim $ cd bundle/YouCompleteMe/ YouCompleteMe $ git submodule update --init --recursive YouCompleteMe $ ./install.py --clang-completer YouCompleteMe $ ./install.py --clang-completer Signed-off-by: Jerry Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 226f93a - Browse repository at this point
Copy the full SHA 226f93aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...pathogen