-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed file permissions #22
Open
aboehrnsen
wants to merge
1
commit into
ryanb:master
Choose a base branch
from
deepflame:rbates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueyed
referenced
this pull request
in blueyed/dotfiles
Jan 18, 2013
* vim/bundle/pydoc 206b325...efdfd22 (1): > Merge pull request #22 from luv/master
blueyed
referenced
this pull request
in blueyed/dotfiles
Mar 26, 2013
* vim/bundle/open-browser e32748d...a604c0d (29): > applied @itchyny patch (ref: #15) > '\<' is not good because it is affected by 'iskeyword' (ref: #15) > fix #15: reuse concealed line, not getline('.') (thanks @itchyny for pointing me out) > close #15, close #5: ignore concealed characters (thanks @chikatoike) > fix #22: '\>' is affected by 'iskeyword' (great thanks for @ynkdir) > Merge branch 'change-browser-commands-default' > fix comment in the previous change > escape '!' also for ':!start' (thanks @basyura) > fix URL regexp a bit in s:get_url_on_cursor() (ref: #22) > Merge pull request #21 from yoshikaw/master > fix: main code in s:open_browser() was incorrectly reverted at d380049 > fix doc for g:openbrowser_browser_commands > Merge branch 'option-browser-commands' > ready for a merge into master > move all global variables to plugin/openbrowser.vim (ref: #20) > Merge pull request #20 from inkarkat/allow-no-default-search-engines > s:system(...) -> s:system({expr}) > remove g:openbrowser_{isfname,iskeyword} also from a doc > fix s:detect_query_type(): just return s:seems_{path,uri}() results > escape cmdline-special characters again > remove g:openbrowser_{isfname,iskeyword} because they were no longer used > remove codes setting a value to $OPENBROWSER_URI > fix #11: extract URL under cursor like vim-textobj-url > openbrowser#search(): skip blank string > use s:get_url_on_cursor() not expand('<cword>') > deprecate vimproc support > fix #18: use :!start on MS Windows > openbrowser#shellescape(): support other than MS Windows > do escape only when a:uri contains special characters
blueyed
referenced
this pull request
in blueyed/dotfiles
Jun 18, 2013
* vim/bundle/session 7938a27...4664cc7 (152): > Bug fix: Don't persist &go and &gfn when !has('gui') (issue #54) > Merge pull request #51 > Pull request #45: Don't ask to forget when not recalling last session > Merge pull request #45 > Improve integration between vim-shell & vim-session (issue xolox/vim-shell#11) > Persist Vim's verbosity (makes it easier to debug :RestartVim :-) > Bug fix for :RestartVim on Windows (fixed quoting) > Document vim-misc as external dependency > Merge branch 'master' into dev > Merge bug fix for auto-loading of tab scoped sessions > Cleaned up old miscellaneous scripts > Remove compatibility checking of miscellaneous scripts > Updated miscellaneous scripts > Updated miscellaneous scripts > Bug fix for automatic, periodic session saving (issue #26) > Updated miscellaneous scripts > Support for Conque Shell (issue #17) > Define menu items for commands defined by plug-in (issue #41) > Merge pull request #35: Create session for current tab page only > Option to automatically save sessions every few minutes (issue #26) > Bug fix: Make auto-load work when 'viminfo' contains '%' (#19) > Make it easier to save a session for the 1st time (issues #19, #25) > Bug fix: E121: Undefined variable: a:var (issue #39) > Make it possible to forget the last used session (pull request #33) > Enable non-verbose interactive prompts (pull request #33) > Make :RestartVim work on Mac OS X (issue #36) > Option to set session filename extension (issue #22) > Option to set default session name (issue #22) > Expand environment variables in command arguments (issue #20) > Bug fix: Release session lock before launching new instance (:RestartVim) > Updated miscellaneous scripts > Updated miscellaneous scripts > Merge pull request #30 > Invoke autoload functions instead of custom commands > Make compatibility with miscellaneous scripts explicit > Merge pull request #32 > Skip "save changes?" prompt when reopening sessions > On session restore, maintain cwd after loading NERDTree > Don't fire SessionLoadPost event until session is fully loaded > Remove dirty session tracking (it's too fragile) > Bug fix: Disable :argglobal/:argument commands just like :args > Add .gitignore file and ignore doc/tags (closes issue #15) > Bug fix: Strip :args from :mksession output > Support for BufExplorer windows (issue #12) < Version 1.4.25 > New g:session_command_aliases option (issue #11) < Version 1.4.24 < Version 1.4.23 > Updated miscellaneous scripts > Merge branch 'master' of https://github.com/xolox/vim-misc > Work around &shellslash setting on Windows > Merge branch 'master' of https://github.com/xolox/vim-misc < Version 1.4.22 > Documentation bug fix for previous commit < Version 1.4.21 > New 'session_persist_globals' option (requested by Roman Byshko) < Version 1.4.20 > Make :RestartVim preserve $VIM and $VIMRUNTIME (issue #9) > Mark session dirty when buffer list changes? (issue #8) < Version 1.4.18 > Updated miscellaneous scripts > Merge branch 'master' of https://github.com/xolox/vim-misc < Version 1.4.17 > Silence "E95: Buffer with this name already exist" messages (issue #7) < Version 1.4.16 < Version 1.4.14 < Version 1.4.13 > Separate persistence of &background vs. :colorscheme > Improve support for special windows, specifically NERDTree > Support for mirrored NERDTree windows (issue #7) > Switch order of :colorscheme, :set background= commands (issue #6) < Version 1.4.12 > Updated miscellaneous scripts > Merge branch 'master' of https://github.com/xolox/vim-misc < Version 1.4.11 < Version 1.4.10 > Version bump because of miscellaneous scripts > Merge branch 'master' of https://github.com/xolox/vim-misc > Move version variable to autoload script > Merge branch 'master' of https://github.com/xolox/vim-misc < Version 1.4.9 < Version 1.4.8 < Version 1.4.7 > Define version as variable, include version in messages > Bug fix: Don't hang during :RestartVim when &verbose >= 1 > Ignore "No fold found" errors < Version 1.4.6 > Ignore missing fonts (reported by SteP) < Version 1.4.5 < Version 1.4.4 < Version 1.4.3 < Version 1.4 > Make it possible to disable automatic loading/saving (suggested by Tommi Kivelä) > Restore NERDTree buffer after :CloseSession > Remember the 'background' setting > Enable opening last used session when starting Vim (thanks to James Cox for suggestion) > Remove hack that checks whether submodule is initialized > Remove reference to submodule from installation instructions > Merge vim-misc repository as subdirectory > Delete submodule > Make :CloseSession close buffers (or they'll keep piling up) > Make :OpenSession and :CloseSession preserve working directory > Change download links to include .zip extension > Change repository layout to be Pathogen friendly > Cleanup to-do list > Fix propagated typo. < Version 1.3.8 > Simplify save_special_windows() > Instrument :OpenSession / :SaveSession with xolox#timer calls > Try to restore quick-fix windows... > Add links, Pathogen hints to INSTALL.md < Version 1.3.5 < Version 1.3.2 > Remove duplicate code and fnameescape() bug > Move Windows checks to autoload function > Persist window size for plug-in windows > Restore compatibility with netrw buffers > Move some duplicate code to a function > Improved & documented the :RestartVim command > Use real script name in messages < Version 1.3 < Version 1.2.3 < Version 1.2.2 < Version 1.2.1 < Version 1.2 < Version 1.1.1 < Version 1.1: Initial upload > Added INSTALL instructions for GitHub users > Added caveat about quickfix/location lists to README > Remove modeline from README.md > TODO Persist quickfix/location list windows > Use :mksession instead of reimplementing it! > Silence :RestartVim and ignore lock files > Make Vim on GTK restore &lines and &columns > Improve command argument handling > :ViewSession to quickly view generated Vim scripts > Qualify syntax_on, did_load_filetypes, etc. with `g:' prefix > Bug fix? Unlock deleted sessions > Redraw tabline after restoring sessions > Vim 7.0 compatibility, :Restart improvement > Improve compatibility with :mksession by setting g:SessionLoad > Experimental support for buffer list persistence > Experimental :RestartVim command (to be documented) > Enable user defined SwapExists autocmd using <nested> keyword > README updates, session locking in :SaveSession, version bump > Updated README > Version bump, miscellaneous changes. > Basic support for restoring NERD tree > Added uniform confirmational messages to :commands > Removed redundant commands > Improved README, added automatic update support > Initial commit
blueyed
referenced
this pull request
in blueyed/dotfiles
Jan 25, 2014
* vim/bundle/abolish d64ce06...c44ee4b (1): > Merge pull request #22 from chiphogg/master
blueyed
referenced
this pull request
in blueyed/dotfiles
Feb 4, 2014
* lib/LS_COLORS 9fd3e71...e3c668f (2): > add support for gschem, pcb, and exported gerber and drill files > Merge pull request #22 from rpdelaney/master
blueyed
referenced
this pull request
in blueyed/dotfiles
Feb 17, 2014
* vim/bundle/php-indent 4328c38...fd3187e (8): > 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 ( 2072/PHP-Indenting-for-VIm#6 ) where nested switches would fail to indent correctly. > update change log. > Fix issue #23 ( 2072/PHP-Indenting-for-VIm#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.
blueyed
referenced
this pull request
in blueyed/dotfiles
Feb 25, 2014
* targets 69bb6b5...ef19bf6 (2): > Merge pull request #22 from wellle/test_visual > Merge pull request #21 from wellle/split_maps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Ryan,
thanks for your inspirational dotfiles. Looking through them I fixed some file permissions.
Guess that was not on purpose?
Keep up the good things you are doing!
Regards
Andreas