-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: dptr/code_complete
base: master
head repository: mbbill/code_complete
compare: master
- 12 commits
- 3 files changed
- 5 contributors
Commits on Sep 5, 2015
-
Fixed broken GIF: now embedded in page. used code tags for code
Configuration menu - View commit details
-
Copy full SHA for 8a7b023 - Browse repository at this point
Copy the full SHA 8a7b023View commit details -
Merge pull request mbbill#2 from a3f/patch-1
Changed README to markdown
Configuration menu - View commit details
-
Copy full SHA for 39f8d1f - Browse repository at this point
Copy the full SHA 39f8d1fView commit details
Commits on Oct 29, 2015
-
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
Configuration menu - View commit details
-
Copy full SHA for af0af08 - Browse repository at this point
Copy the full SHA af0af08View commit details -
Merge pull request mbbill#3 from mzlogin/upstream_bugfix
fix bug of load user defined snippets
Configuration menu - View commit details
-
Copy full SHA for 8814ebc - Browse repository at this point
Copy the full SHA 8814ebcView commit details
Commits on Dec 23, 2016
-
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 committedDec 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 917241c - Browse repository at this point
Copy the full SHA 917241cView commit details
Commits on Dec 24, 2016
-
Merge pull request mbbill#4 from interleaved/master
Add new option for case-insensitive keyword search
Configuration menu - View commit details
-
Copy full SHA for 5d95a1b - Browse repository at this point
Copy the full SHA 5d95a1bView commit details
Commits on Dec 30, 2016
-
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 committedDec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for df29f6e - Browse repository at this point
Copy the full SHA df29f6eView commit details
Commits on Dec 31, 2016
-
Add code snippet section to readme
Interleaved committedDec 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 183337b - Browse repository at this point
Copy the full SHA 183337bView commit details -
Merge pull request mbbill#5 from interleaved/snippet-loading
Add possibility to use multiple user snippet files
Configuration menu - View commit details
-
Copy full SHA for 65fe5c1 - Browse repository at this point
Copy the full SHA 65fe5c1View commit details
Commits on Jan 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 186409b - Browse repository at this point
Copy the full SHA 186409bView commit details
Commits on Dec 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9970eea - Browse repository at this point
Copy the full SHA 9970eeaView commit details -
Merge pull request mbbill#6 from huhumt/master
do not add ) when there is one already
Configuration menu - View commit details
-
Copy full SHA for 23650aa - Browse repository at this point
Copy the full SHA 23650aaView 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...master