Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Enhance phpDocTags #28

Closed
StanAngeloff opened this issue Aug 4, 2014 · 2 comments
Closed

Enhance phpDocTags #28

StanAngeloff opened this issue Aug 4, 2014 · 2 comments

Comments

@StanAngeloff
Copy link
Owner

Furthermore, I strongly suggest adding file|class|brief|details|author|created|date|todo|bug|warning| to the list of phpDocTags.
@rszabo

See #27 (comment)

@ghost
Copy link

ghost commented Aug 12, 2014

Also there is useless(or not working for some reason) highlighting of phptags, all tags are highlighted with phpComment color:

Lines 792-797, syntax/php.vim:

hi def link phpCommentStar      phpComment
hi def link phpDocComment       phpComment
hi def link phpCommentTitle     phpComment
hi def link phpDocTags          phpComment
hi def link phpDocParam         phpComment
hi def link phpDocIdentifier    phpComment

I suggest changing it to at least this:

hi def link phpCommentStar      phpComment
hi def link phpDocComment       phpComment
hi def link phpCommentTitle     phpComment
hi def link phpDocTags          PreProc
hi def link phpDocParam         Type
hi def link phpDocIdentifier    phpComment

StanAngeloff pushed a commit that referenced this issue Aug 14, 2014
@StanAngeloff
Copy link
Owner Author

The suggested tags have been added thanks for @baldrs.

ziz added a commit to ziz/vimrc that referenced this issue Oct 12, 2014
* vim/bundle/ack f183a34...303bcef (66):
  > Fix highlight, now using negative looking behind
  > Merge pull request #136 from EPNGH/patch-1
  > simplify regexp on highlight function
  > Fix(again) highlight function to work with options
  > Add a changelog entry
  > Manual apply of @mannih fix in highlight
  > fix highlight when using ack with options
  > Fixed formatting of slashes
  > Merge pull request #130 from gavruk/doc_typo
  > remove grouped results format
  > fixes #129
  > improve readme
  > Fixes errorformat when using vim-dispatch.
  > fixes #128. Always apply mappings, even when using vim-dispatch
  > use &:lhlsearch instead of v:hlsearch, to keep compatibility
  > fixes changelog
  > Merge pull request #126 from Linuus/feature/vim-dispatch-compatibility
  > add ack version on readme(fixes #125)
  > fixes #124
  > remove ackpreview duplication on docs
  > Merge branch 'v1.0'
  > fix typo
  > only apply -s option for ack >= 2
  > Merge pull request #121 from jlund3/master
  > Merge pull request #116 from brianpeiris/patch-1
  > back with information about special chars on readme
  > put space between ackprg and ack_default_options :bomb:
  > fixes #109, replace eval by str2nr
  > only apply maps when found results
  > do not blow without ack or ack-grep
  > add documentation for g:ackpreview
  > fix other maps to work only on quickfix window
  > fix maps to work only on quickfix window
  > fix highlight, force to highlight the searched term
  > Merge pull request #107 from juanpabloaj/noinstalled
  > update version goals
  > Remove `ack_wildignore` feature.
  > fixes #105. Fix wildignore with "dir/**" values
  > Avoid conflict with ag
  > add information about how use ag with ack.vim
  > update README goals DONE
  > improve documentation about wildignore
  > fix wildignore to ignore directories too
  > By default ignore files listed on wildignore
  > Remove support for rake install
  > add as goal for 1.0 use autoload directory
  > add a link for ack documentation
  > add a little RoadMap plan
  > You can use more than one directory as parameter
  > improve installation section
  > remove ack installation steps, just linked it with the official manual
  > just improve indentation an update ack url
  > add documentation for g:ackprg
  > add documentation for ackhighlight
  > Merge pull request #83 from zmughal/fix/ack-2.0-args
  > manually add #86 diff. closes #86
  > Merge branch 'mMontu-master'
  > Merge pull request #77 from thebinarypenguin/auto-preview
  > fixes issue #81 and closes #99
  > Merge pull request #96 from imtapps/master
  > Merge pull request #95 from ilyakatz/doc_occurance
  > Merge pull request #97 from blueyed/master
  > fix ackhighlight
  > Merge pull request #63 from rizzatti/close_location_list
  > Merge pull request #58 from sickill/patch-1
  > Merge pull request #89 from kassio/master

* vim/bundle/delimitMate 35280c1...38487bb (5):
  > Merge pull request #169 from blueyed/hack-jumpout-del-and-reinsert
  > Merge pull request #167 from blueyed/makefile-detect-sed
  > ParenDelim: improve smart_matchpairs handling
  > Merge pull request #162 from blueyed/handle-dotted-filetype
  > Merge pull request #161 from blueyed/doc-typo

* vim/bundle/emmet-vim afb2086...485abff (74):
  > Add test to expand dn to 'display: none' for css
  > Find snippet more fuzzy. Close #212
  > Version bump up
  > Merge branch 'master' of github.com:mattn/emmet-vim
  > Support 's' filter. Close #231
  > fl should be expanded float:left; in css. close #225
  > Fix tests
  > Merge pull request #223 from sheoak/master
  > Fix attribute parse
  > Fix #224
  > Remove debug code
  > Workaround for sass, fixes #222
  > Merge pull request #221 from mvz/fix-vundle-instructions
  > div[foo bar] should be expanded into <div foo="" bar=""></div>. close #218
  > Fix test
  > Merge branch 'master' of github.com:mattn/emmet-vim
  > Revert 08eb534c42f2da7905beeadb8ea94b75701f404d, because test is failing
  > Set attributes. fix #218
  > Merge pull request #219 from typoon/master
  > Fix typo
  > parenthesis for haml #216
  > Merge pull request #215 from shaabhishek/master
  > Merge pull request #213 from sevko/master
  > Add test for #210
  > Parse as css
  > Don't handle @i for @i {}
  > Fix tests
  > Fix #210
  > Fix default attributes
  > Merge pull request #209 from deepflame/master
  > Fix #207
  > Merge pull request #205 from richardscollin/patch-1
  > Add c# for expanding color: ;
  > s/7/8/
  > Fixed #203
  > Fixes behavior of removeTag
  > Fix balance tag
  > Try more candidates.
  > Use indent getting from configuration, Fix #201
  > Fix #199
  > Wrap what you see when leader contains {$#}
  > update doc
  > Update doc
  > Merge pull request #198 from ctruett/master
  > Guard attributes
  > Add test for #195
  > Fixes #195
  > comment_type
  > Fix doc
  > Fix typo
  > remove \<right>
  > upper case
  > <!DOCTYPE> should be contains last \n
  > Find snippet recursibly
  > Remove debug message
  > Add test for update tag
  > Add test for RGBa syntax
  > New emmet feature: RGBa syntax
  > New emmet feature: update tag
  > bump up version
  > Save/restore cursor position for removing $cursor$. related issue #162
  > Use dash
  > Use dash
  > Add test
  > script[jquery.js]
  > Fix default attributes
  > Fix default attribute
  > unlet Val
  > Take two arguments for lg(xx,xx)
  > Add default attributes(emmet v1.1beta)
  > Improve cursor position after expanding for sass
  > Fix sass indentation
  > Fixes indentation bug. Closes #189
  > Look Content-Type for ^YA. closes #188

* vim/bundle/fugitive 8f0b8ed...0374322 (97):
  > Fix :Glog
  > Pass line1 and line2 as 0 for :Gbrowse without range
  > Set nobuflisted in blame buffers
  > Ensure clipboard support before using * register
  > Change arity of browse API
  > Browse handler API
  > Fix load order issue
  > Experimentally expose browse API
  > Try including helptags instructions in README
  > Don't run pre-commit hook on merge
  > Only change 'tags' if tags file exists
  > Try harder to avoid -esp on :Gcommit follow-up
  > Provide :Gpush and :Gfetch
  > Fix :Gcommit when closing message lands in different project
  > :Gcommit -v opens message in new tab
  > Ignore ^[[K lines from progress output
  > Fix subcommand complete when cursor mid-line
  > Expose list of global git subcommands
  > Don't quote url argument to :Browse
  > Invoke :Browse if available to open URL
  > :Gblame in blame buffer deletes buffer
  > :Gmerge and :Gpull
  > Force :Gstatus U to root of tree
  > Set cursorbind in :Gblame
  > Colorize hashes in blame
  > Use -L to handle :Glog range
  > Support -L in :Glog errorformat
  > fugitive.vim 2.1
  > Less mofo
  > Fix diff direction
  > fugitive.vim 2.0
  > Revert "Allow erroneous swap warning through."
  > Always treat cmd.exe as Windows
  > Restore commit autocmd
  > Disambiguate add path with --
  > Use relative path in :Gwrite
  > Typo
  > Remove junk
  > Don't wincmd p if just one window
  > Allow erroneous swap warning through.
  > Only :diffoff our own diffs
  > Make <CR> jump to sha under cursor
  > Fix status reload after rename
  > Fix :Gcommit -c
  > Keep alternate file on :Gdiff
  > Use 'shellslash' to detect Windows shell
  > Encapsulate Windows shell conditional
  > Use netrw not web--browse to invoke browser
  > Enforce foldmethod=syntax in commits
  > :.Glog adds current line number to each entry
  > Provide checkout/unlink on U in :Gstatus
  > Prefer :Gdiff to :Gvdiff for D in :Gstatus
  > Change reload map to r
  > Ignore E302 "Could not rename swap file" error
  > Change section heading style
  > Restore 'foldenable' setting when diff ends
  > Account for third window width in merge diff
  > Include foldcolumn in diff width calculation
  > Smart choice of vertical or horizontal diff
  > Fix untracked false positive on unmerged files
  > Fix version number
  > Don't gratuitously clobber quickfix in :Ggrep
  > Simplify tab completion
  > Cleaner :Git commands
  > Override status.short configuration
  > Fix fold opening
  > Check correct window for 'diff' on BufWinLeave
  > Fix Gblame problems on Windows
  > Fix Gblame documentation
  > Restore ridiculous hack to set cursor position on :Gdiff
  > Revert "Ridiculous hack to set cursor position on :Gdiff"
  > Limit scope of ctrlp.vim :Gstatus hack
  > Drop support for CtrlP in history
  > Map both g? and <F1> to show help
  > Ridiculous hack to set cursor position on :Gdiff
  > Support implicit github username in remote
  > Fix modeline errors in historical buffers
  > Make commands available in command line window
  > Revert "Work around issue using buffer number rather than name"
  > Don't blow up on type checking empty buffers
  > Cater for powershell as well as cmd for windows users
  > Don't blow up on vanishing HEAD
  > Work around issue using buffer number rather than name
  > Add missing aborts
  > Revert "Work around more 'wildignore' silliness"
  > Work around more 'wildignore' silliness
  > Set winfixwidth
  > Accidental omission from previous commit
  > Support :Gcommit --patch
  > Improve keepjumps situation
  > Turn off swap files in all URL buffers
  > Check `&diff` first in fugitive_diff autocmds
  > Fix version regex
  > Improve heuristics for status section detection
  > Place extra emphasis on a clean history
  > Look for $GIT_DIR and $GIT_WORK_TREE
  > Store more than just dir in s:temp_files

* vim/bundle/gitv 05792bd...4ad120b (2):
  > Merge pull request #83 from idbrii/fix-80-shellslash
  > Merge pull request #75 from ashcatch/master

* vim/bundle/nerdcommenter 0b3d928...6549cfd (1):
  > make the delimitermap a global variable

* vim/bundle/nerdtree b0bb781...4f1e6ec (44):
  > Merge pull request #365 from ifsred/master
  > Merge pull request #359 from Xuyuanp/up/master
  > move nerdtree#treeExists.* methods into the NERDTree class
  > add proper events and make the notifier class generic
  > allow plugins to override the default mappings
  > Merge pull request #356 from alvan/patch-2
  > fix a bug from recent refactoring RE some NERDTreeCWD
  > add highlighting for flags
  > remove testing git plugin
  > Merge branch 'master' into expt_add_path_flags_and_git
  > Merge branch 'master' into expt_add_path_flags_and_git
  > Merge branch 'master' into expt_add_path_flags_and_git
  > add `.refreshFlags()` to path/dir/file objects
  > fix a retarded bug with FlagSet.clearFlags
  > allow flags to be scoped to a plugin
  > add proof of concept for path flags API and add git modified flags
  > comment and tweak the <LeftRelease> fix in 24561ad
  > Merge pull request #298 from buggo/master
  > simplify the <cr> mapping definition
  > Merge pull request #346 from shanesmith/master
  > uncomment out some needed syntax matching code... fail
  > trivial highlighting update for consistency
  > fix highlighting for readonly files
  > remove the NERDChristmasTree option
  > simplify the syntax matching code slightly
  > Merge branch 'better_symlink_highlighting' into update_highlighting
  > separate out syntax matching for Dir Arrows vs old style
  > update the doc/quickhelp for :Bookmark
  > update code in readme to auto-open a tree on startup
  > Merge branch 'inkarkat-better-set-filetype'
  > update the NERDTreeCascadeOpenSingleChildDir doc
  > Merge pull request #251 from pendulm/master
  > Merge pull request #266 from staeff/patch-1
  > Merge pull request #299 from tophsic/master
  > Merge pull request #316 from ZeroProbability/master
  > rename NERDTreeWildIgnore option and refactor the usage of it
  > Merge pull request #303 from amarshall/wildignore
  > Merge pull request #308 from igrep/patch-1
  > Merge pull request #295 from DanielleSucher/create_parent_directories_as_needed
  > Merge pull request #274 from an1zhegorodov/master
  > Merge pull request #326 from migueldvb/docs
  > Merge pull request #331 from jinnko/add-bookmarks-sort-flag
  > Merge pull request #338 from trkoch/spaces-umlauts
  > Merge pull request #340 from netj/sort-hidden-first-option

* vim/bundle/php-indenting 4328c38...1f002b1 (34):
  > Merge pull request #38 from hallabro/patch-1
  > Add a Gratipay.com badge to README.md
  > Update changelog and :retab!
  > Don't mistaken single-lined /**/ comments followed by some code with the start of a multiline comments that should not be indented. (second part of issue #37)
  > Prevent closures in array to cause mayhem (first part of issue #37) by checking the line above their definition instead of using something irrelevant inside.
  > Do not indent the last line of a multiline string declaration
  > Remove optimization related to labels detection that could trigger indent issues when URLs are found in comments at end of lines
  > Add support for 'phpDocComment' syntax identifier
  > Add support for `label:` (used with `goto`)
  > comment cleanup
  > Add '0]' to indentkeys
  > Fix an edge case in conditional block declarations when the ')' of the condition is put on the same line as the following '{' (complement to issue #4)
  > Fix issue #34 where indentation could get wrong with arrays defined using the short [] declaration.
  > Add a link to https://github.com/2072/vim-syntax-for-PHP
  > Update change log and version
  > Merge pull request #33 from dsawardekar/develop
  > Add comment stripped version for sending to Bram
  > Added 'finally' as a block starter
  > Fix a issue with lines following a single-line {} block if that block was just beneath a '{'
  > The 'use' keyword is now seen as a block starter (as used to handle trait conflicts resolution).
  > Code in trait blocks was not indented
  > Fix #32 ('case:/default:' indentation issues in complex switch blocks)
  > Implement support for multi-line block declarations (issue #4)
  > Fix issue #31 (introduced in previous commit about issue #17 which could also fail if more than one space were added between 'function' and its optional name)
  > Added tags for each option in the help and also clarified PHP_outdentphpescape option's description (in regards to issue #30).
  > Attempt to fix issue #17 (closures' content being extra indented)
  > Fix issue #28
  > Better README.md
  > Added support (with some restrictions) for multi-line string declarations (issue #22).
  > :retab! and added set nosta noet
  > Fix issue #6 ( https://github.com/2072/PHP-Indenting-for-VIm/issues/6 ) where nested switches would fail to indent correctly.
  > update change log.
  > Fix issue #23 ( https://github.com/2072/PHP-Indenting-for-VIm/issues/23 ) where the indent script could hang in an infinite loop is some specific cases involving a '}' character at col 0.
  > Fix handing of ^}\s*else\n{ blocks which were not detected as new blocks and resulted in wrong indentation.

* vim/bundle/phpcomplete be9088a...b2341df (63):
  > Changing default jump_to_def_vsplit again to <C-W><C-\>
  > Change jump_to_def_vsplit default to <C-W>}
  > Merge pull request #51 from paprykarz/fix_vsplit
  > Improve available mappings
  > Add the patched ctags formula to the repo
  > Fix invalid command field in included ctags
  > Merge pull request #50 from tox2ik/master
  > Made jump-to-definition mappings configurable
  > Change hasmapto() to mapcheck() in ftplugin
  > Redoing the ftplugin to only use nnoremap and and hasmap() guards
  > Fix class name resolution in the "array of objects" case of GetClassName()
  > Add tests for d477a92496 commit
  > Reimplement previous commit with sytnax based solution
  > Improve class content extraction
  > Add missing class name expanding in the type-hinted parameter case.
  > Make class name suggestions match tags case-insensitive
  > Make <C-]> mappings faster when timeout option is enabled
  > Fix tag search condition in JumpToDefinition()
  > Remove unused code
  > Add a few tests for #47
  > Merge pull request #47 from lovek323/var_syntax
  > Made GetClassName() search lookup more context aware
  > Minor cleanups
  > Make patched ctags source repackaged in tar.gz
  > Enhanced jump redux from feedkeys() to :tag
  > Remap <C-W><C-]> too to enhanced jump
  > Magic methods should not be returned as suggestions
  > Add support for extending built-in classes
  > Normalize and check the return value of GetFunctionLocation()
  > Fix various function matching patterns for '&' reference returns
  > Make reference-returning global functions supported too in JumpToLocation
  > Merge pull request #45 from zytron/master
  > Add a redraw after tag jump
  > Fix "already has mapping" warnings by removing <unique>
  > Make dummy tag files should contain absolute file paths
  > Make enhanced <C-]> play nice with the tagstack
  > Make the mappings defined in an ftplugin instead of a regular plugin
  > Stop creating unnamed buffers everytime phpcomplete#LocateSymbol() called
  > Normalize the case around builtin classes and interfaces
  > Add support for self, static, $this in docblock @return
  > Check for not found class location search result in LocateSymbol
  > Make enhanced <C-]> handle inherited methods
  > Adding modeline inside test files, also a retab! of them
  > Implement a smarter <C-]>
  > Make callchains with static call in front resolved faster
  > Fix built-in classname and interface methods loading
  > Fix infinite loop when triggered on first column on the line
  > Fix context mangling
  > Improve classname detection
  > Make the context mangling regexp less prone to backtraces
  > fix syntax error in GetFunctionLocation()
  > Updated windows ctags build with --disable-external-sort
  > Add version distributed with vim
  > Improve context detection around interfaces in class declarations
  > Improve completion for built-in interface names
  > Update built-in informations
  > Add support for plain old function return types in class detection
  > Fix copy-paste generated error in interface support
  > Added misc/builtin_manual.vim for non-autogenerated builtin info
  > Fix regression introduced in 8b376bf7d5
  > Improve context detection
  > Added catch() clause handling into class detection
  > Updated the maintainer's list

* vim/bundle/supertab 7a32e08...4e2376a (23):
  > add setting for supertab context completion member patterns
  > prevent context file completion on sgml end tags
  > add note on context omni precedence + completion chaining
  > release fix for possible infinite recursion on <bs>
  > Fix a typo.
  > fix handling of existing non-expr <s-tab> mapping
  > add support for triggering user's <s-tab> when not completing
  > fix spelling and whitespace in docs
  > fix undefined variable 'patch32'
  > Merge remote-tracking branch 'blueyed/fix-chaining-with-dict-results'
  > Merge remote-tracking branch 'blueyed/fix-bs-feeding'
  > Merge remote-tracking branch 'blueyed/doc-fixes'
  > fix key capturing to handle expr mappings when possible
  > de-indent the code blocks in the README
  > remove extraneous period from README
  > add an installation section to the README
  > Fix minor typo in README
  > use keepalt + bufhidden=wipe instead of delete for SuperTabHelp
  > bump the version to 2.1
  > init supertab buffer vars on manual completion enter
  > fix minor typo in README
  > add support for honoring NoCompleteAfter on bs while in completion mode
  > updates to supertab docs

* vim/bundle/syntastic 8e0f22e...008ac98 (268):
  > Workaround for Vim changing the semantics of lockvar.
  > Don't change Vim's shell.
  > Solve chicken-and-egg problem with getting ghc-mod version.
  > Disable bash_hack by default.
  > Minor autoload cleanup.
  > Formating.
  > Merge remote-tracking branch 'remko/rnc-rnv'
  > Cleanup.
  > Add RelaxNG (RNC) RNV checker
  > New checker for DocBook SGML, mdoc, and text: igor.
  > Eruby: fix logging.
  > Filetype groff is actually nroff.
  > Pylint: remove leftovers from the logging patch.
  > Checker-specific logging.
  > Markdown lint: vim-markdown sets filetype to mkd.
  > Markdown lint: cleanup.
  > Vim's filetype for Markdown is "markdown".
  > combine improperly separated checkers
  > Markdown: Added initial version of Markdown checkers
  > Bro: minor errorformat fix, and highlighting.
  > Better handling of temporary directories.
  > Bug fix: SyntasticToggleMode shouldn't trigger the checks.
  > Typo.
  > Safer handling of temporary directories.
  > README: rephrase of a FAQ question.
  > Mypy: cleanup.
  > Added mypy syntax plugin
  > The handlebars checker needs "guards".
  > New checker for Linux RPM spec files: rpmlint.
  > New checker for Scala: scalastyle.
  > Checkstyle checker: cleanup.
  > More grouping in errorformat.
  > Puppet: the "future" parser outputs column numbers.
  > Puppet: fix errorformat.
  > Expand b:syntastic_<checker>_exec.
  > New options.
  > FAQ: add a note about empty error windows.
  > Clear loclist when running lolder at the bottom of the loclist stack.
  > Manual: add a note about opening the error window.
  > PC-Lint: mark informational messages as "Style".
  > PC-Lint: add column numbers.  Cleanup.
  > Minor cleanup for text filetype.
  > README: clarifications about style checkers.
  > PC-Lint: cleanup.
  > Merge remote-tracking branch '2sb18/pc_lint'
  > Grammar.
  > README: add a note about style checkers.  Minor cleanup.
  > Pylint checker: more versioning delirium.
  > Bug fix: grouping in errorformat.
  > Merge pull request #1187 from rradonic/enable-warnings
  > SASS checker: fix errorformat.
  > Make `b:syntastic_skip_checks` suitable for general use.
  > Merge pull request #1182 from russss/master
  > The php checkers needs "guards" postprocessing.
  > New postprocess function: `guards`.
  > Merge pull request #1177 from r3m0t/patch-1
  > New global option `syntastic_exit_checks`.
  > Bump version.
  > Transform code using pmod_pt module before checking
  > Bump version number.
  > PHPLint: fix syntax highlighting.
  > New checker for PHP: PHPLint.
  > Cursor columns: fix redraw.
  > Merge pull request #1170 from blueyed/dont-call-expand-on-shellvar
  > SCSS-Lint: new error codes.
  > Don't assume loclists have vcol fields.
  > README: typo.
  > README: add a note about Python 3.
  > A cleaner way to kill default variables.
  > Clang tools: check exit codes.
  > Clang tools: missing space.
  > Clang tools: work without a compilation database.  Cleanup.
  > Merge remote-tracking branch 'bbanier/t/clang_tools' into clang_tools
  > Allow oclint to use cmake compilation databases.
  > Merge pull request #1161 from dtwitty/patch-1
  > OClint: slightly more robust regexps.
  > OClint: fix parsing.
  > New option: cursor_columns.
  > Fixes duplicate syntax checker for arduino files
  > Escript: parseShebang() is more capable these days.
  > Bug fix: SyntasticReset didn't really reset.
  > Bug fix: forgotten return.
  > Try to prevent g:syntastic_mode_map from being modified.
  > Manual: clarification about g:syntastic_mode_map.  Minor cleanup.
  > More detailed logging.
  > Set default reuse_loc_lists to 0.
  > Make sure version lists are formed of numbers.
  > Revert 1e3e0a8.  The problem was placing signs on unloaded buffers.
  > Manual: add a note about canceling default arguments.
  > Security: disable the elixir checker by default.
  > Defensive coding against stepping over other plugins' signs.
  > JSHint checker: sort results.
  > Refresh optimisations: avoid floats.
  > Typo.
  > Check for +float.
  > SyntasticInfo: minor bug fix.
  > SyntasticInfo: more details about modes.  Minor cleanup.
  > Manual: add a note about YouCompleteMe.
  > New redirect checker for arduino: avrgcc.
  > Don't check compressed files.
  > Refresh optimisations.
  > README: nit pick about re-enabling the perl checker.
  > Vimlint: add g:syntastic_vimlint_options.
  > New option for SyntasticMake(): env.
  > Make syntastic#util#parseShebang() aware of /usr/bin/env.
  > Manual: add a note about netrw.
  > Error highlighting cleanup.
  > Bug fix: refresh notifiers in BufEnter, rather than BufWinEnter.
  > Cleanup.  Deprecate a number of checker variables.
  > Add a note about rustc's new home.
  > R lint and svtools: fix CWD for Windows.
  > Add a note about the removal of the rustc checker.
  > Remove the rustc checket for Rust.
  > rustc: make arguments configurable.
  > Merge pull request #1113 from BurntSushi/makeprg-fname-param
  > ruby-lint: typo.
  > ruby-lint: add version check for "analyze".
  > ruby-lint: removed analyze sub-command
  > New checker for sass and scss: sassc.
  > Registry optimisation: lazy IsAvailable() calls.
  > Cabal checker: cleanup.
  > Rename cabal/check --> cabal/cabal.
  > Add syntax checker for Haskell .cabal files
  > coffeelint: option `--csv` is deprecated (@greenify).
  > Vim no longer allows setting signs on line 0.
  > Update installation instructions.
  > Add separate highlighting groups for style messages (@kovidgoyal).
  > eslint: honour the exec parameter.
  > Output of pep257 has changed.
  > Cleanup for bro.
  > Merge remote-tracking branch 'JustinAzoff/bro'
  > Merge pull request #1074 from lucc/doc
  > Some versions of phcs produce an extra column: fix errorformat.
  > Merge branch 'multi'
  > Contributing guide: add TOC; formatting.
  > Update the contributing guide.  Make `:SyntasticInfo` print version.
  > More clisp fixes.
  > clisp: fix argument order.
  > New checker for less and css: recess (@pixelastic).
  > Manual: add a note about PowerShell.
  > GitHub has changed the addresses for user content.
  > Merge pull request #1062 from benekastah/master
  > README: minor update.
  > Merge pull request #1060 from witchard/ghdl_argument_ordering
  > Python checkers: workaround for GNU readline brain damage.
  > Cleanup: lock some variables.
  > Cleanup: fix two vimlint warnings.
  > tslint: cleanup.
  > Merge remote-tracking branch 'swook/master'
  > haxe and dartanalyzer: fix syntax highlighting.
  > Merge remote-tracking branch 'cww/master'
  > Cleanup for java/javac.
  > Cleanup for the new aggregate_errors.
  > HTML Tidy: add a note about HTML Tidy for HTML5.
  > New option: syntastic_sort_aggregated_errors.
  > Bug fix: error sorting.
  > oclint: option "-text" is obsolete.
  > Formatting.
  > Minor cleanup.
  > vimlint: a more efficient IsAvailable().
  > README: clarifications for calling multiple checkers.
  > New checker for plist XML: plutil.
  > Manual: minor cleanup.
  > New checker for haskell: scan.
  > Hdevtools: fix column calculations.  Cleanup.
  > Hlint: fix column calculations.
  > Manual: add a note about vim-virtualenv.
  > Merge pull request #1046 from dan-t/master
  > Merge pull request #1044 from riobard/fix/jsxhint
  > R svtools: disable the checker by default, for security reasons.
  > New checker for R: svtools.
  > New checker for R: lint.
  > README: add anchors for FAQ items.
  > README: minor update.
  > README: change address for YouCompleteMe.
  > Minor rephrase in the manual.
  > jshint: require version 1.0.0 or later.
  > Yet more pylint versioning delirium.
  > splint: add errorformat sequences for Windows.
  > Add a note to the manual about Eclim.
  > Expand a few config parameters.
  > ESLint: add version check; expand config parameter.
  > fix javascript/eslint format
  > Merge pull request #1027 from jseabold/patch-1
  > Bump version number.
  > Minor cleanup.
  > \V<pattern> regexps can spell trouble if <pattern> contains backslashes.
  > phpcs is slow as a css checker, remove it from the defaults.
  > Make "g:syntastic_<filetype>_checkers = []" work as expected.
  > Merge pull request #1018 from lavrin/search-apps-deps-libs
  > Version tracking.
  > Allow foreign checkers to call foreign preprocess and postprocess functions.
  > README: put examples in accord with the defaults.
  > README: minor updates, rewording, and formatting.
  > Security: disable the perl checker by default.
  > pyflakes: update errorformat.
  > Move preprocess functions to their own file.
  > Merge branch 'registry_refactor'
  > jscs: add exit code 2 as valid (new in JSCS 1.3.0).
  > jshint: check return code.
  > jsxhint: cleanup.
  > Add jsxhint checker
  > Fix debug output.
  > yamlxs: fix exec parameter.
  > syntastic#util#wideMsg() should use screen width rather than window width.
  > phpcs: move --tab-width to args.
  > Pylint versioning strikes again.
  > Merge pull request #997 from kisielk/go_c_warnings
  > Add a header to syntaxerl.vim.
  > Merge remote-tracking branch 'syntaxerl/master'
  > phpmd: make options mutable.  Cleanup.
  > Bug fix: expansion of syntastic_quiet_messages.
  > cppcheck: update for the new error format.  Remove duplicate code.
  > More shell escape fixes.
  > scss-lint: add version check.
  > Minor cleanup.
  > Minor cleanup.
  > scss-lint: check exit code.
  > Option shellxescape has been added in Vim 7.3.446.
  > Document the new b:syntastic_<filetype>_<checker-name>_<option-name>.
  > Add support for buffer versions of makeprgBuild variables.
  > Document g:syntastic_extra_filetypes.
  > Second attempt to shut up "go test".
  > Revert "Attempt to shut up "go test"."
  > Attempt to shut up "go test".
  > Vimlint: add a safety net for a bug in Vim.
  > Vimlint: better highlighting for `l:var`.
  > Cleanup: allow more exec overrides; formatting.
  > Cleanup: asm/gcc checker.
  > added syntax checking for .asm and .s files using gcc
  > Bug fix: pilot error adding g:syntastic_extra_filetypes.
  > Add support for g:syntastic_extra_filetypes.
  > Escape Festschrift, vol. 2: add function getExecEscaped().
  > Cleanup: avrgcc checker.
  > avr-gcc: added syntax checker
  > Escape Festschrift: getExec() needs to be escaped before being used.
  > Bug fix: the result of expand('<sfile>:p:h') has to be escaped.
  > cpplint: add exit code check.
  > OCLint: minor cleanup.
  > Add shellcheck as zsh checker.
  > Docs: clarification about running checkers when aggregating errors.
  > pylint: fix detection of column numbers.
  > phpcs: fix detection of column numbers.
  > README.markdown: add a TOC.
  > Bug fix: default highlighting incorrectly computes end of line.
  > New checker for texinfo: makeinfo.
  > Allow makeprgBuild() arguments to be lists.
  > Haxe: fix escaping; add highlighting.
  > Bug fix: remove extra fnameescape() when handling include paths.
  > Cleanup: minor optimisations, formatting.
  > Bug fix: handling spaces in config files.
  > New checker for racket: code-ayatollah.
  > Remove the gnumake checker.
  > More debug logs.
  > Add a note about using syntastic with fizsh.
  > Add &shellquote to debug logs.
  > Typo.
  > New jump mode for g:syntastic_auto_jump.
  > Add make to the list of supported filetypes.
  > Cleanup for gnumake.
  > Rename make.vim --> gnumake.vim.
  > Merge remote-tracking branch 'make/make' into makeprg
  > Cleanup.
  > Further refactor: remove SyntasticMakeprgBuilder class.
  > makeprgBuild() refactor: add *_before and *_after options.
  > Optimisation: cache statusline flag.
  > Vimlint: update list of warnings.
  > Merge pull request #967 from hkbarton/bugfix-syntastic_java_javac_classpath

* vim/bundle/tagbar e872e67...76f16f8 (29):
  > Return pattern for prototype if linenr is not available, closes #219
  > Small doc improvement for pause, closes #199
  > Reset 'shell' to improve compatibility
  > Use prettier screenshots, just because.
  > Update README
  > Fix typo
  > Don't skip over unmodifiable buffers, closes #213
  > Add inline help for toggleautoclose mapping
  > Add mapping to toggle autoclose option
  > Merge pull request #206 from hachibeeDI/fix/disable_appendmode
  > Better mapping init, closes #203
  > Clarify debug instructions
  > Log typeinfo of newly processed file
  > Better fileinfo removal logging
  > Log fileinfo removal
  > Rename debug log function
  > Better timestamps
  > Don't remove fileinfo on BufUnload
  > Keep cursor on current tag when sorting, closes #200
  > Add LICENSE file, closes #197
  > Document common way to run debug command
  > Add ? as help key, closes #194
  > Change default hide_nonpublic mapping
  > Add documentation for hide_nonpublic
  > Allow hiding non-public tags, closes #186
  > Remove some duplication
  > Allow configuring zoom, closes #189
  > Jump to correct window even after opening preview window
  > Extract GetFileWinnr() function

* vim/bundle/tlib 02f631c...bc4097b (49):
  > tlib#input#List: state "picked"
  > version
  > g:tlib#input#user_shortcuts (not functional yet)
  > docs
  > tlib#var#List(): use keys(namespace) for newer versions of vim
  > SetInitialFilter(): Use deepcopy()
  > docs
  > tlib#file#Canonic()
  > tlib#dir#CanonicName(): Use tlib#file#Canonic()
  > version
  > tlib#list#ToDictionary()
  > docs
  > docs
  > version
  > tlib#var#Get(): For namespaces other than global, replace "#" with "_"
  > scripts/create_crc_table.rb
  > tlib#vcs#Executable()
  > tlib#arg#StringAsKeyArgsEqual(), tlib#arg#StringAsKeyArgs(): Support "key=val" type argument lists
  > Some system-related functions (e.g. facilitate use of cygwin tools)
  > tlib#vcs#FindVCS(filename): Wrong parameters to fnamemodifiy if filename is a directory
  > docs
  > docs
  > misc
  > version
  > tlib#string#Chomp: Optional argument: max number of chars that should be removed
  > docs
  > docs
  > docs
  > version
  > tlib#list#Uniq(): Implementation based on syntastic#util#unique(list) by scrooloose
  > lis picker: Remove <C-Space> from help
  > tlib#list#Uniq(): Fix handling of empty items
  > tlib#input#ListW: Temporarily set noshowmode
  > misc
  > tlib#cache#MTime(); tlib#persistent#Save() calls tlib#cache#Save()
  > tlib#list#Uniq(): option to remove empty values
  > tlib#cache#Value(): Undo previous hack
  > tlib#cache#Filename(): Use sha256() for VIM >= 7.4
  > docs
  > version
  > docs
  > tlib#persistent#Get() refers to tlib#cache#Get()
  > tlib#cache#Value(): If generator is empty, use the optional argument as start value
  > tlib#vim#CopyFunction()
  > Prepare for proper handling of scratch_split == -1
  > tlib#tab#Set()
  > tlib#cmd#ParseScriptname: Properly parse results from :scriptnames
  > tlib#cmd#BrowseOutputWithCallback: Support calling callback with multiple results
  > tlib#agent#ShowInfo: Show full filename

* vim/bundle/toggle_mouse 1c89b0c...50ad10a (1):
  > Avoid the use "simply" in docs

* vim/bundle/ultisnips 335663d...1ad9703 (143):
  > Support for sw=0 in newer Vim versions.
  > Merge pull request #388 from blueyed/doc-ref-triggers
  > Merge pull request #377 from petobens/master
  > Merge pull request #360 from tafryn/master
  > Add 'context' value to g:UltiSnipsEditSplit.
  > Merge pull request #370 from sakana/master
  > Merge pull request #357 from kballard/tweak_ftplugin
  > Merge pull request #355 from kballard/fix_syntax_nested_tabstop
  > Updates the doc for the new clearsnippets behavior. Slight rewording by me.
  > Implements clearsnippets by priority.
  > Merge pull request #348 from cwahbong/select-cr-fix
  > Merge pull request #349 from m42e/master
  > Test refactorings.
  > Merge pull request #340 from cwahbong/test-fix
  > Merge pull request #342 from chivalry/master
  > Merge pull request #331 from kballard/tagbar_snippets
  > Better syntax file.
  > Back out fix for #323. Fixes #324.
  > Merge pull request #323 from opennota/master
  > Fixed docu for clearsnippets.
  > Escape '\\' in UltiSnipsEdit.
  > Support for selection=old.
  > Remove tool that converts snipMate snippets. As support is now build into ultisnips, this is no longer needed.
  > Brought back snipMate compatibility file. We cannot rely on people tracking vim-snippets to have the renmamed version of this available there.
  > Merge pull request #275 from skeept/patch-2
  > Merge pull request #276 from meonkeys/patch-1
  > Merged unite source by Skeept.
  > Remove snipMate compatibility file. If at all, this should now live in vim-snippets.
  > All mappings should be 'silent'.
  > Be more correct about encoding/decoding strings under py3. Patch by aeruder.
  > Do not barf more than once when python is not found. Patch by blueyed.
  > _vimfiles -> vimfiles. Patch b Oberon.
  > Properly escape locations on windows.
  > Overwrite all snippets with lower priority on expansion.
  > Documentation fixes.
  > Show where snippets are defined in selection.
  > Escape \ when asking for snippets.
  > selection=old cannot work with UltiSnips.
  > Change the way placeholders are selected.
  > Do not delete child that is already gone.
  > Update ChangeLog.
  > Made UltiSnipsEdit! more consistent with multiple filetypes.
  > Retry unmapping when we switched buffers.
  > More tweaking.
  > tweaked readme
  > Use the demo in the README.
  > Added a nice interactive demo.
  > Added realname of petobens.
  > Fixed a bug in UltiSnipsEdit!
  > Made UltiSnipsEdit more useful and consistent.
  > Mention neocomplete in the docs.
  > Adapted neosnippets source. Examples by petobens.
  > Make the cloning direcotory explicit on stdout.
  > Added integration test for SuperTab.
  > Removed no longer planned TODOs
  > Snippet sources can now be registered.
  > Adapted neocomplete integration.
  > Add option to only clone and immediately exit the test runner.
  > Added preliminary support for neocomplete.
  > Added version checking for other plugins.
  > Add integration tests with YouCompleteMe.
  > Added quickstart to readme.
  > Removed snippet contributors from README.
  > Removes snippets. Please track honza/vim-snippets.
  > Barf when using "snipmate" for UltiSnips.
  > Small fixes to the documentation.
  > Updated ChangeLog.
  > Empty lines do not end a snippet for snipMate.
  > Ups. Forgot to add this.
  > Makes UltiSnips a drop in replacement for snipMate.
  > Launch and exit vim for each test.
  > Allow tests to write arbitrary files into the runtimepath, not just snippet files.
  > Attempted fix at several startup problems.
  > Change initialization to make session work.
  > Fixed a typo that might make problems when there is no python available.
  > Fix priorities to work with partial matches.
  > Dedent visual line selections before using them.
  > Removes UltiSnipsDontReverseSearchPath.
  > Makes number of test retries a parameter.
  > Adds 'priority' keyword and removes '!' option.
  > Added deprecation warnings for old functions.
  > Fix leading whitespaces to be tabs where appropriate (basically everywhere.)
  > Added syntax highlighting for leading spaces, as they are most likely wrong.
  > Added a tmux test running backend. This allows me to run tests on Mac and Linux with one command.
  > autoload/ultisnips -> autoload/UltiSnips
  > Remove no longer needed loading of vim script from python.
  > after script maps Keys again. Needed some refactorings. This fixes supertab integration and closes #212.
  > Fix line numbers in python error warnings and make all.snippets work for lua too. Fixes #211.
  > Removed undocumented and untested g:UltiSnipsClearJumpTrigger.
  > Small fixes to documentation.
  > Removed a unnecessary property.
  > Removed exe bit from all python files.
  > Project is now hosted on github.
  > Some typos and a todo.
  > Do not pass filename to UltiSnips#AddSnippet.
  > Moving towards Snippet providers.
  > Removed an unused Vim function.
  > vim-jinja (https://github.com/mitsuhiko/vim-jinja) uses the filetype htmljinja, kinda like htmldjango
  > Only use on dictionary in exec(). This works around wierd scoping for list comprehensions.
  > Properly skip tests instead of just not defining them. Now the testsuite looks exactly the same on py2 and py3.
  > Fixed remaining test for python3 and added a shell code test using umlauts.
  > Make iterators python 3 and 2 compatible.
  > Revert to the old way of making scratch buffers. Less flaky.
  > Use the correct python version in tests.
  > Create UltiSnips.UltiSnips_Manager in all cases.
  > Fixed a bug in displaying error messages.
  > childs -> children.
  > Moved the core of the plugin into autoload. This will not really impact loading times because UltiSnips is loaded on the first CursorMovedI command anyways, but it might fix some issues with --noplugin.
  > Improved a comment.
  > Refactored retaining of unnamed register to be done in VimState.
  > Fix a bug in retaining the unnamed register.
  > Only load snippet files when you need to.
  > Do not set a filetype in scratch buffers.
  > Do not set a filetype in scratch buffers.
  > Small bug fix.
  > Refactored how snippet files are parsed.
  > Small bug fix.
  > Small documentation fixes.
  > All linting done. Project is now lint warning free.
  > More linting.
  > More refactorings and linting.
  > More linting and refactorings mainly in _transformation.py.
  > More linting.
  > More linting done.
  > Follow the Vim 7.4 convention where to place python files.
  > More linting.
  > More linting warnings and a small bug fix.
  > More linting and some code simplifications.
  > More linter warnings down.
  > More lint warnings gone and simplified some code.
  > Added a preliminary pylintrc to the project.
  > util -> indent_util
  > Done with simplifying __init__.py.
  > Moved SnippetsFileParser into a file of its own.
  > Moved SnippetDictionary into a file of its own.
  > Moved VisualContentPreserver into its own file.
  > Moved some code from __init__.py into a file of its own.
  > Whitespace cleanups.
  > Some minor refactorings.
  > Merge pull request #136 from aeruder/master
  > Be when to map Forward and Backwards Trigger
  > Try hard to retain the unnamed register. Patch by Gernot Höflechner - LFDM.
  > Merge pull request #135 from ivanbrennan/fix-rails-form_for

* vim/bundle/vim-coffee-script 18c6852...827e4a3 (8):
  > Update required coffeelint version
  > Update copyright date and contact info
  > Do a v003
  > Syntax file shouldn't be executable (fix #175)
  > Merge pull request #167 from dhruvasagar/master
  > Merge pull request #166 from meonkeys/patch-1
  > Merge pull request #169 from tpope/buffer-local-commands
  > Merge pull request #171 from jcmuller/fix-reporter-option

* vim/bundle/vim-eunuch 6a4d193...c856e5d (20):
  > Restore grepprg in correct window
  > Fix syntax highlighting after chmod +x
  > eunuch.vim 1.1
  > Easter egg
  > Rename :W to :Wall
  > Complete directories for :Mkdir
  > Use sudo -e to drive reading/writing
  > Further tweak of :SudoEdit 'readonly' override
  > Document non-commands
  > Support old Vim without fnameescape
  > Better filetype detection with sudoedit
  > More robust 'noreadonly' for :SudoEdit
  > Provide :Mkdir
  > Automatic mkdir in :Move and :Rename
  > chmod doesn't accept -- on OS X
  > Spelling fix
  > Fix formatting issue
  > Provide :SudoEdit
  > Don't prompt to read after automatic chmod
  > Alternate strategy to detect unlink failure

* vim/bundle/vim-git 104636f...297e707 (6):
  > Fix "Filenames:" header for gitsendemail
  > vim-git: add syntax highlighting for diffs in gitsendemail
  > Merge pull request #24 from gtd/always-set-textwidth
  > Support localized commit messages
  > Highlight TAG_EDITMSG as a commit
  > Merge pull request #23 from dcbaker/fix-gitsendemail

* vim/bundle/vim-javascript a957e1e...51a337b (19):
  > Use a default &tw of 80 for formatting
  > Use &tw instead of hard-coded 80 for formatting
  > Merge pull request #205 from JelteF/develop
  > Merge pull request #204 from qiao/closure-compiler-annotations
  > Merge pull request #201 from JelteF/develop
  > Merge pull request #200 from qstrahl/develop
  > Merge pull request #187 from xtian/develop
  > Allow customizing individual concealing characters
  > Merge pull request #168 from mrhooray/develop
  > Merge pull request #174 from pangloss/add-contributing
  > Merge pull request #171 from pangloss/useless-whitespace
  > Merge pull request #170 from pangloss/add-misc-contained
  > Merge pull request #169 from davidchambers/shorthand-character-classes
  > Merge pull request #145 from pangloss/feature/rest-args
  > Merge branch 'pr/163' into develop
  > Merge pull request #162 from davidchambers/spell-checking
  > Merge branch 'pr/160' into develop
  > Merge branch 'pr/154' into develop
  > Merge remote-tracking branch 'source/master' into develop

* vim/bundle/vim-ls a7687cf...86faf38 (6):
  > Merge pull request #17 from elclanrs/master
  > add loop keyword
  > add yield
  > Merge pull request #16 from Necoro/master
  > Merge pull request #15 from viirya/update_readme
  > Merge pull request #14 from coachshea/master

* vim/bundle/vim-php-syntax 8d0deae...5bdc6f0 (40):
  > Syntax: Re-generate using PHP 5.6, no major changes.
  > Merge remote-tracking branch 'sudar/master'
  > Add syntax overriding documentation.
  > Don't highlight {TRUE,FALSE,NULL} as constants.
  > Update PHPDoc with PSR proposed tags, closes #26.
  > Sort PHPDoc tags alphabetically, no functional changes.
  > Add tags from StanAngeloff/php.vim/issues/28
  > Save the 'iskeyword' setting before including the HTML syntax.
  > Comments: Don't highlight whitespace as part of a match.
  > Merge branch 'commonquail/match-first-tag-identifier'
  > Merge pull request #25 from swekaj/option-refactoring
  > Merge pull request #23 from swekaj/fold-enhancements
  > PHP 5.6.0RC2
  > Docker: Don't add the syntax file in the container.
  > Folding: {Doc => Syn}Fold, after syntax/yacc.vim.
  > Merge branch 'swekaj/fold-enhancements'
  > Merge pull request #21 from swekaj/option-refactoring
  > Merge pull request #19 from commonquail/lazy-annotations
  > Scripts: Always use UTC timezone.
  > Merge branch 'gehidore/master'
  > Syntax: Turn off fancy options by defaut.
  > Merge branch 'rodrigore/master'.
  > Syntax: Check variable values, not only if they exist.
  > README: Call for help.
  > Syntax: Sort constants, functions and classes alphabetically, #nfc.
  > Syntax: Update against PHP 5.6.0beta3.
  > Scripts: DOS => Unix line endings, no functional changes.
  > Syntax: Add ability to enable / disable built-ins for extensions.
  > Syntax: Re-generate using PHP 5.5.12 and new script.
  > Scripts: Add block for last modified date and PHP version.
  > Scripts: Update syntax script.
  > Scripts: Drop php.template file.
  > Project: Move PHP files to scripts/, update Dockerfile reference.
  > Docker: Build using Ubuntu 14.04 LTS.
  > Docker: Update README instructions and tag the image correctly.
  > Rebuild the syntax file from Docker, #nfc.
  > Add a Dockerfile which can be used to rebuild the syntax.
  > Highlight static class references as 'phpClasses'.
  > Update {phpCommentTitle,phpDocTags} leakage.
  > Don't highlight '$' as an identifier by default.

* vim/bundle/vim-phpqa 8646fb3...f7224ea (6):
  > Merge pull request #24 from rodrigorm/master
  > Merge pull request #23 from rodrigorm/master
  > Merge pull request #20 from skotos/fix-namespace
  > Merge pull request #19 from FunTimeCoding/master
  > Merge pull request #17 from shanemikel/patch-1
  > Apply location list toggle to PHP linting

* vim/bundle/vim-snippets c90e10e...e2bd41a (157):
  > SCSS snipmate snippes
  > Fix Bug in UltiSnips/tex.snippets fig env b
  > More JS console. snippets
  > Merge pull request #467 from craigp/angular_minification_fix_plus_additional
  > Merge pull request #466 from craigp/change_jsdoc_author_to_match_ref_docs
  > Remove Scala braces to adhere to the style guide
  > JS: Group related snippets together.
  > Merge pull request #464 from lpil/js-return-semicolon
  > Merge pull request #463 from lpil/js-dom-selectors
  > Merge pull request #462 from lpil/js-quotes
  > Merge pull request #461 from lpil/js-node-quotes
  > Merge pull request #459 from xvadim/feature
  > Merge pull request #460 from andreicristianpetcu/master
  > Merge pull request #456 from BlackIkeEagle/php-docblock-methods
  > Merge pull request #457 from BlackIkeEagle/php-extra-class-definitions
  > Merge pull request #455 from thomd/html-snippet
  > Merge pull request #454 from nguyen-le/master
  > Merge pull request #448 from lpil/remove-js-placeholders
  > Merge pull request #452 from lpil/var-fun
  > Merge pull request #453 from ikibits/customize
  > Merge pull request #451 from lpil/var-fun
  > Merge pull request #426 from yazengo/master
  > Merge pull request #449 from lpil/var-fun
  > Merge pull request #445 from ToruIwashita/zsh_function_snippet
  > Merge pull request #446 from BlackIkeEagle/php-typo
  > Merge pull request #447 from BlackIkeEagle/php-elseif
  > Merge pull request #444 from lbv/master
  > Merge pull request #442 from deivid-rodriguez/update_debugging_snippets
  > Merge pull request #443 from m1foley/ruby_alias_method_chain
  > Merge pull request #441 from m1foley/ruby_alias_method_chain
  > Merge pull request #439 from augensalat/master
  > Merge pull request #438 from liuyang1/patch-1
  > Merge pull request #437 from ebfe/rust
  > Merge pull request #435 from vincenthsu/master
  > Merge pull request #414 from ohcibi/master
  > Merge pull request #421 from ethervoid/pr_snippet_collision
  > Merge pull request #434 from feju/master
  > Merge pull request #432 from cirosantilli/javascript-p
  > Merge pull request #433 from filipegiusti/add_th_to_html
  > Merge pull request #431 from cirosantilli/readme
  > Merge pull request #428 from heytitle/master
  > Merge pull request #429 from cirosantilli/tex-hyperlink
  > Merge pull request #427 from ondrowan/patch-1
  > Merge pull request #425 from obaoba/master
  > Merge pull request #424 from X4fyr/master
  > Merge pull request #423 from ConnorAtherton/cla-node-snippets
  > Merge pull request #422 from cirosantilli/tex-listings
  > Merge pull request #420 from ethervoid/printr_snippet
  > Merge pull request #419 from NickPapanastasiou/master
  > Merge pull request #418 from alex-tan/add-expect-to-be-to-jasmine
  > Merge pull request #417 from abra/master
  > Merge pull request #416 from idbrii/add-modeline
  > Merge pull request #415 from joshaw/master
  > Merge pull request #406 from jasonsjones/master
  > Merge pull request #413 from nickjj/master
  > Merge pull request #412 from majjoha/rspec-snippets
  > Merge pull request #409 from Oberon00/add-gitignore
  > Merge pull request #408 from Oberon00/rst-fix-python3
  > Merge pull request #410 from Oberon00/rst-add-visual
  > Merge pull request #407 from joshaw/master
  > Merge pull request #404 from okcompute/master
  > Minitest snippets
  > Revised the Rails snippets according to Ruby code styles.
  > Revised the Ruby snippets to conform to Rubocop rules.
  > Changed double quotes to single quotes.
  > Starting to split Ruby and Rails snippets
  > Merge pull request #403 from ravl1084/testing
  > Merge pull request #400 from ZzAntares/patch-1
  > Merge pull request #397 from lucc/bug/tex/newcommand
  > Merge pull request #398 from Oberon00/patch-1
  > Merge pull request #399 from kevinschaul/master
  > Merge pull request #396 from phux/master
  > name/array/bar in php's fun snippet is annoying, remove them
  > Merge pull request #395 from zauguin/master
  > Merge pull request #392 from feju/master
  > Merge pull request #391 from 0hansen/master
  > Merge pull request #390 from crzidea/patch-2
  > Merge pull request #389 from crzidea/patch-1
  > Merge pull request #387 from feju/master
  > Merge pull request #388 from opennota/master
  > Merge pull request #386 from cirosantilli/anchor-clipboard
  > Merge pull request #385 from 0hansen/master
  > Merge pull request #382 from lpil/master
  > Merge pull request #383 from 0hansen/master
  > Merge pull request #380 from emzap79/rsnips
  > Merge pull request #379 from mjipeo/master
  > Merge pull request #378 from Vorzard/master
  > Merge pull request #373 from Sawyer47/rust-fix
  > Merge pull request #372 from Sawyer47/rust-snippets
  > Merge pull request #371 from rsw0x/master
  > Merge pull request #368 from Nighoo/master
  > Merge pull request #369 from majjoha/master
  > Merge pull request #367 from tebeka/go-test
  > Merge pull request #360 from lucc/descriptions
  > Merge pull request #365 from joshaw/master
  > Merge pull request #364 from pgilad/patch-1
  > merging "contributing notes" into "Policies for contributors" - thanks lucc
  > fix
  > allow discussing UltiSnips & snipmate snippets
  > Merge pull request #362 from lucc/duplicates
  > Merge pull request #361 from lucc/vundle-api-change
  > Add snipmate style rust snippets
  > document vs snipmate should be deprecated: not yet
  > Indentation missing.
  > Merge pull request #356 from lpil/readme
  > Merge pull request #353 from dhilipsiva/master
  > Merge pull request #357 from Mayeu/patch-1
  > Merge pull request #354 from vim-guru/master
  > Merge pull request #352 from feju/master
  > Merge pull request #350 from tinyladi/master
  > Merge pull request #348 from r4d2/master
  > Merge pull request #347 from kurko/add_brackets_to_ruby_let
  > Merge pull request #346 from RyanPineo/master
  > Merge pull request #345 from dcbishop/cleanups
  > Merge pull request #344 from dbarnett/soy
  > Remove placeholder text in proto snippets.
  > Merge pull request #342 from WnP/patch-2
  > Merge pull request #343 from dbarnett/proto
  > Add a common pythonx directory containing helper methods for snippets.
  > Merge pull request #341 from pgilad/patch-1
  > Merge pull request #340 from WnP/patch-1
  > Merge pull request #339 from dcbishop/patch-1
  > Merge pull request #338 from maxirobaina/master
  > Merge pull request #337 from maxirobaina/master
  > Merge pull request #334 from lavrin/master
  > Merge pull request #333 from jdavis/r
  > Merge pull request #332 from jdavis/r
  > Merge pull request #329 from RyanPineo/master
  > Merge pull request #330 from brandonhilkert/master
  > Merge pull request #328 from hallaj/master
  > Merge pull request #327 from ches/fixes
  > Merge pull request #326 from RyanPineo/master
  > Merge pull request #320 from wongyouth/add_rails_methods
  > Merge pull request #325 from jdnavarro/master
  > Merge pull request #324 from tUrG0n/patch-2
  > Merge pull request #323 from gfixler/master
  > Merge pull request #322 from RyanPineo/master
  > Merge pull request #321 from adoboPullRequests/master
  > fixed a syntax error in vim.snippets.
  > Adjusted priority again.
  > Add back closing curly braces for puppet type snippets
  > Remove credit line as requested.
  > Adjusted priority.
  > Merge pull request #317 from Carif/master
  > Merge pull request #316 from honza/readme-fix
  > changes for README from SirVers 32650 (last commit of last PR)
  > dropping AUTHORS file
  > Brings current UltiSnips snippets into the repository.
  > Merge pull request #305 from tUrG0n/master
  > Merge pull request #314 from Carif/perso
  > Merge pull request #312 from majjoha/master
  > Merge pull request #310 from majjoha/master
  > Merge pull request #309 from Reen/master
  > Merge pull request #308 from robertomiranda/patch-1
  > typo, turn names into links
  > reference pull request because the work has been done
  > fixes #307

* vim/bundle/vim-speeddating 9dc0810...2321342 (4):
  > Fix README explanation of d<C-A>/d<C-X>
  > Remove junk
  > Fix current time retrieval on Windows
  > Enable better reloading

* vim/bundle/vim-surround 42e9b46...fa433e0 (2):
  > Work around 'nomagic'
  > Merge pull request #125 from tommcdo/master

* vim/bundle/vim-unimpaired 2ad0376...1bf6f16 (11):
  > Merge pull request #80 from tommcdo/master
  > Merge pull request #78 from muchzill4/master
  > Fix >p family of maps
  > Fix repeat of ]p and [p
  > Merge pull request #73 from blueyed/doc-hunks
  > Obvious comment is obvious
  > Drop all 'paste' maps except yo and yO
  > Silence error on [e/]e at beginning/end of document
  > Add a FAQ entry about non-US keyboards
  > Add option toggle for 'virtualedit+=all'
  > Add '[ob', ']ob', and 'cob' mappings for bg switching

Signed-off-by: Justin de Vesine <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant