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: dptr/code_complete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mbbill/code_complete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 3 files changed
  • 5 contributors

Commits on Sep 5, 2015

  1. Changed README to markdown

    Fixed broken GIF: now embedded in page.
    used code tags for code
    a3f committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    8a7b023 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mbbill#2 from a3f/patch-1

    Changed README to markdown
    mbbill committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    39f8d1f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. 1. fix bug of user defined snippets file cannot load when g:user_defi…

    …ned_snippets set to a path not in &runtimepath
    
    2. adapter Vundle. when use Vundle to manage plugin, my_snippets.vim is not in $VIMRUNTIME/plugin
    mzlogin committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    af0af08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mbbill#3 from mzlogin/upstream_bugfix

    fix bug of load user defined snippets
    mbbill committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    8814ebc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Add new option for case-insensitive keyword search

    - Add new option g:CodeComplete_Ignorecase.
    
    - Add checks for new option before dictionary handling
    in ExpandTemplate function.
    Interleaved committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    917241c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Merge pull request mbbill#4 from interleaved/master

    Add new option for case-insensitive keyword search
    mbbill authored Dec 24, 2016
    Configuration menu
    Copy the full SHA
    5d95a1b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Add possibility to use multiple user snippet files

    IMPORTANT: It is backwards-compatible. I first check if the variable
    is a string (used until this PR) and keep the existing code for that
    (except adding the runtime command for loading the snippet file). Only
    if the variable is a list a for loop for loading multiple
    snippet files is used.
    Interleaved committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    df29f6e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. Add code snippet section to readme

    Interleaved committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    183337b View commit details
    Browse the repository at this point in the history
  2. Merge pull request mbbill#5 from interleaved/snippet-loading

    Add possibility to use multiple user snippet files
    mbbill authored Dec 31, 2016
    Configuration menu
    Copy the full SHA
    65fe5c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    186409b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    9970eea View commit details
    Browse the repository at this point in the history
  2. Merge pull request mbbill#6 from huhumt/master

    do not add ) when there is one already
    mbbill authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    23650aa View commit details
    Browse the repository at this point in the history
Loading