Advertisement
Guest User

Untitled

a guest
Sep 16th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. updated vim-gitgutter: 3 commit(s)
  2. 402257f Enable configuration of path to `sh` (default `/bin/sh`).
  3. 373ad73 Handle buffers which have since been closed in async callbacks.
  4. efa1ead Typo fix.
  5.  
  6. updated vim-fugitive: 3 commit(s)
  7. aac85a2 Fix U does not delete Untracked files (#823)
  8. c00ebd7 Match printable character in git status
  9. 50cc268 Add --fixup= and --squash= to :Gcommit completion (#811)
  10.  
  11. updated vim-stay: 9 commit(s)
  12. 89e5a31 Bump version to 1.3.1
  13. 9661e86 Fix test for glob2regpat()
  14. 4262ead Merge branch 'release-1.3.0'
  15. 5dff1f3 Bump version to 1.3.0
  16. 8ce6dee Speed up stay#istemp()
  17. f662bbf Document b:stay_loaded_view variable
  18. dc7861a Be a better autocommand Vim citizen
  19. ae26672 Correct typo in help doc
  20. d43287e Ensure *Pre / *Post events fire symmetrically
  21.  
  22. updated YAIFA: 3 commit(s)
  23. efa1e15 Move conditional to the :au.
  24. 1ea0677 Ignore special buffers.
  25. 5ca7ee2 Version 1.3.
  26.  
  27. updated vim-endwise: 6 commit(s)
  28. 0067ced Merge pull request #82 from kassio/master
  29. e66fb6c Update Elixir syntax group.
  30. 526fe36 Merge pull request #81 from glittershark/haskell-cpp
  31. 7b03a17 Enable CPP endwise-ing in Haskell
  32. f06abe3 Merge pull request #79 from sukima/feature/disable-in-command-line-window
  33. d31c924 Fix command-line-window
  34.  
  35. updated splitjoin.vim: 3 commit(s)
  36. a6f9ddc Simple handlebars support
  37. a206dba Fix splitting symbol array literals
  38. 625e88b Fix travis config
  39.  
  40. updated undotree: 8 commit(s)
  41. 17dfeb6 Fixed a typo for PR#65
  42. 0e13187 Merge pull request #65 from CharlesGueunet/master
  43. d54bdbc fix typo on option
  44. 8e05224 smaller panel when using small timestamp
  45. 8a0d8f9 short original timestamp
  46. 84a1267 allow short timestamp
  47. 759ec29 first test
  48. 97ef890 Fixed conflicts with command-line window.
  49.  
  50. updated DidYouMean: 5 commit(s)
  51. d2fc2a9 Merge pull request #5 from blueyed/skip-ignores-first
  52. ac039f7 Skip 'suffixes' and 'wildignore' initially
  53. 24d42b8 Merge pull request #4 from blueyed/skip-readable-files
  54. 562a1ca Handle/skip readable files, handled by previous BufNewFile handler
  55. 3d9fd94 Use function! instead of function
  56.  
  57. updated vim-indexed-search: 4 commit(s)
  58. 1d93f47 Merge pull request #14 from dbmrq/master
  59. da65554 Fix #13: Problem with augroup
  60. 1944bbc Some more comment and doc changes
  61. cf9b86c Documentation and comment changes
  62.  
  63. updated targets.vim: 24 commit(s)
  64. 80cafa1 Merge pull request #157 from wellle/156-seekRanges-docs
  65. d26323c Add missing seek ranges documentation
  66. 81dd6d1 Merge pull request #155 from balta2ar/fix-typos
  67. 0070d1b Fix more typos in doc/targets.txt and in README.md
  68. ac3eee5 Fix typo: `ci,` => `ci"`
  69. 3e99651 Fix three typos in the documentation
  70. 1fdc08f Merge pull request #153 from wellle/improve-quotes
  71. 7548df9 Update version to 0.4.5
  72. 32fd01d Update quote cheatsheet in docs and comments
  73. 180013a Remove NL quote text object mappings
  74. 517f323 Mention smart quote objects in docs
  75. c26c81c Disable debug message
  76. 9f35926 Quote skip rate depends on context
  77. dc5467b Inline s:findSeparators into s:select and simplify
  78. 145f6f3 targets#target#fromValues check for zero values
  79. 0d1782a Clean up optional args setups
  80. 0a6d042 Inline some trivial functions
  81. 091ad48 Remove s:prepare{Last,Next}, s:lastRawTarget
  82. a97e72a Remove unused s:quote
  83. f7d4521 Skip pseudo quote objects between proper quote objects
  84. 606e598 Inject direction and skipping values into s:seekselect
  85. f39ebba s:quoteDir return skips in both directions
  86. e316a77 Add s:quoteDir to detect good and bad quotes
  87. 4330fa5 s:select fail on empty direction
  88.  
  89. updated MatchTagAlways: 7 commit(s)
  90. e59a8d1 Using nnoremap instead of nmap for map suggestion
  91. b5ed143 Merge pull request #16 from cosminadrianpopescu/master
  92. 347c1ef adding documentation and fixing indentation
  93. 0f689f2 Merge pull request #17 from sharat87/patch-1
  94. 6c84e8f Removed shortcut, added command
  95. c2ebb64 Remove redundant check for python support
  96. 16999d6 Added go to closing tag
  97.  
  98. updated vim-vinegar: 4 commit(s)
  99. bd7f7b7 Merge pull request #72 from kiryph/patch-2
  100. 94dcf60 Clarify default behavior of dotfile hiding
  101. 75fc382 Attempt compatibility with latest netrw
  102. b8b6de8 Handle nvim term:// buffers
  103.  
  104. updated vim-surround: 5 commit(s)
  105. e49d6c2 Only add colon if prompt ends with word (#204)
  106. 2d05440 Merge pull request #175 from yuex/ds__
  107. c492390 Merge pull request #167 from sunaku/issue-159
  108. e38dea3 support ds<space><space>
  109. 5c6a64f GH-159: don't use comma as alias for HTML/XML tags
  110.  
  111. updated limelight.vim: 3 commit(s)
  112. 106fb57 Backward compatibility for old Neovim releases (#32)
  113. e93c801 Fix #30 - Add support for termguicolors
  114. be8c754 Support truecolor Neovim
  115.  
  116. updated supertab: 3 commit(s)
  117. 6651177 Fix syntax in documentation
  118. 9f7da6d fix CompleteDone error when manually executing a completion
  119. 43b98dd attempt to simplify configuration of completion chainging
  120.  
  121. updated nerdcommenter: 4 commit(s)
  122. fdc611c Enable TrimTrailingWhitespace when commenting (#264)
  123. 45689b2 can enable TrimTrailingWhitespace when comment
  124. c3d6a20 README.md: fix vim-plug installation instructions (#254)
  125. ec0f475 Add hive filetype (#255)
  126.  
  127. updated vim-colors-solarized: 3 commit(s)
  128. 528a59f [vim] solarized.vim menu updates
  129. 7a7e5c8 [vim] add highlighting for gitcommit values (useful in fugitive)
  130. a8c9468 [vim] reorganized gui menu, added help links for submenus
  131.  
  132. updated vim-repeat: 6 commit(s)
  133. 7a6675f Merge pull request #47 from orlp/master
  134. 5bacc6f Fix bogus spaces in maps
  135. e42a430 More realistic Vim error, and catch all normal exceptions.
  136. 655dd3e Prevent stack trace of search errors.
  137. c4f9f15 Merge pull request #46 from wellle/45-fix-feedkeys-count
  138. 7568a96 Revert order of feedkeys calls to fix counts
  139.  
  140. updated vim-characterize: 5 commit(s)
  141. c6d26e5 Add Unicode 9.0 codepoints (#11)
  142. 8215696 Merge pull request #10 from cuviper/unicode-8.0
  143. 2457287 Fill in names for broad Unicode ranges
  144. eaad72a Add Unicode 8.0 codepoints
  145. 871364d Fix infinite loop on null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement