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: vim-scripts/PDV--phpDocumentor-for-Vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sumpygump/php-documentor-vim
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.
  • 11 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 20, 2011

  1. - Moved file to ftplugin, renamed file, cleaned up file, added handl…

    …ing of user custom default values, added option to specify order and inclusion of docblock tags for classes, corrected detection for bool and float types, updated usage information and file documentation
    sumpygump committed Nov 20, 2011
    Configuration menu
    Copy the full SHA
    2ee25f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2012

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

Commits on Aug 27, 2013

  1. use vimrc defined g:pdv_cfg_ClassTags

    In you .vimrc, you can also specify the tags and the order they appear for
    class docblocks:
    let g:pdv_cfg_ClassTags = ["package","author","version"]
    
    Signed-off-by: BlackEagle <[email protected]>
    BlackIkeEagle committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    89bd237 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from BlackIkeEagle/classtags-behave-like-docume…

    …ntation
    
    use vimrc defined g:pdv_cfg_ClassTags
    sumpygump committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    bb1281e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2014

  1. type error?

    use local variant l:indent.
    appell committed Mar 16, 2014
    Configuration menu
    Copy the full SHA
    6c4a3df View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2014

  1. Merge pull request #2 from appellcode/master

    Use local variant l:indent instead of indent
    sumpygump committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    531a5f3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Add PHP7 return types support

    - Force blank line before return docblock.
    - Allow space before return types.
    shaggyz committed May 6, 2019
    Configuration menu
    Copy the full SHA
    2063124 View commit details
    Browse the repository at this point in the history
  2. Add gitignore

    shaggyz committed May 6, 2019
    Configuration menu
    Copy the full SHA
    5c3e136 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Merge pull request #3 from shaggyz/master

    Add PHP7 return types support.
    sumpygump authored May 22, 2019
    Configuration menu
    Copy the full SHA
    fa1038e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Clean up returns.

    - Remove extra space after '@return'
    - Don't capture '{' if return type and '{' are on the same line.
    phatsk committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    6385972 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

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