Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linux-bytes/vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: linux-bytes/vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pathogen
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 23 files changed
  • 2 contributors

Commits on Feb 16, 2018

  1. 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]>
    linux-bytes authored and amt-jerry committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    3a195ea View commit details
    Browse the repository at this point in the history
  2. 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]>
    linux-bytes authored and amt-jerry committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    d9629a0 View commit details
    Browse the repository at this point in the history
  3. 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]>
    linux-bytes authored and amt-jerry committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    7df7d8f View commit details
    Browse the repository at this point in the history
  4. Introduce in a VIMRC file

    Just add in a vimrc file for custom vim.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    linux-bytes authored and amt-jerry committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    5d3f1fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e5d572 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. 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]>
    amt-jerry committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    1621071 View commit details
    Browse the repository at this point in the history
  2. Introduce in NERDTree

    1. Introduce in NERDTree.
    2. Make some configuration for NERDTree in vimrc.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    amt-jerry committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    2826cb6 View commit details
    Browse the repository at this point in the history
  3. Introduce in bufexplorer

    1. Introduce in bufexplorer.
    2. Make some configuration for bufexplorer in vimrc.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    amt-jerry committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    1c3a4bb View commit details
    Browse the repository at this point in the history
  4. Introduce in vim-gitgutter

    1. Introduce in vim-gitgutter.
    2. Make some configuration for vim-gitgutter in vimrc.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    amt-jerry committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    acb0462 View commit details
    Browse the repository at this point in the history
  5. Introduce in vim-airline

    1. Introduce in vim-airline and its themes.
    2. Make some configuration for vim-airline in vimrc.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    amt-jerry committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    84f378b View commit details
    Browse the repository at this point in the history
  6. Introduce in CtrlP

    1. Introduce in CtrlP.
    2. Make some configuration for CtrlP in vimrc.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    amt-jerry committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    2c7814d View commit details
    Browse the repository at this point in the history
  7. 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]>
    amt-jerry committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    d464091 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. 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]>
    amt-jerry committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    46a894a View commit details
    Browse the repository at this point in the history
  2. Introduce in YouCompleteMe

    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]>
    amt-jerry committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    226f93a View commit details
    Browse the repository at this point in the history
Loading