Skip to content
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

stop using expandtab now! #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

stop using expandtab now! #23

wants to merge 1 commit into from

Conversation

Geheimbernd
Copy link

spaces suck!

blueyed referenced this pull request in blueyed/dotfiles Sep 3, 2012
* vim/bundle/quickfixsigns 12040b6...0f81d9a (1):
  > Blacklist buffers used by nerdtree & minibufferexplorer (fixes #23).
blueyed referenced this pull request in blueyed/dotfiles Dec 15, 2012
* lib/dircolors-solarized 0fe095d...ec6443b (2):
  > Merge pull request #23 from derivativo/master
  > Merge pull request #24 from alpha-omega/master
blueyed referenced this pull request in blueyed/dotfiles Feb 7, 2013
* vim/bundle/yankstack 73f45b5...7e5dc77 (4):
  > Merge pull request #23 from skeept/patch-1
  > Merge pull request #24 from skeept/patch-2
  > Merge pull request #25 from skeept/patch-3
  > Mention test suite in readme
blueyed referenced this pull request in blueyed/dotfiles May 5, 2013
* vim/bundle/pydoc efdfd22...50cb14c (1):
  > Merge pull request #23 from cfricke/master
blueyed referenced this pull request in blueyed/dotfiles May 5, 2013
* vim/bundle/open-browser a0f3d9b...808c4ba (4):
  > add crazymaster to openbrowser-thanks
  > Merge pull request #24 from crazymaster/master
  > fix |openbrowser-introduction| in a doc
  > Merge branch 'thanks' (ref: #23)
blueyed referenced this pull request in blueyed/dotfiles May 5, 2013
* vim/bundle/xmledit 5f58c62...e575574 (4):
  > Bumps version to 1.10.3
  > Merge pull request #24 from ajcrites/tag_completion_remap
  > Bumps version to 1.10.2
  > Merge pull request #23 from szw/master
blueyed referenced this pull request in blueyed/dotfiles May 5, 2013
* vim/bundle/sudoedit 172d2f5...7c09118 (2):
  > updated documentation
  > close #23 (reported by Daniel Hahler, thanks!)
blueyed referenced this pull request in blueyed/dotfiles Jun 18, 2013
* vim/bundle/vdebug 0dbf205...f7b3ee7 (264):
  > Add irc channel to news section of README
  > Update version to 1.4.1
  > Update HISTORY for version 1.4.1
  > Add `doautocmd` statements for extensibility
  > Improve highlight configurability
  > Force integer type for window height variables
  > Set min winheight to 1, for definite this time (#84)
  > Add `eval_visual' keymap to documentation, close #88
  > Remove trailing whitespace from doc header
  > Merge branch 'dev' of github.com:joonty/vdebug into dev
  > Don't allow 0 for window height, fixes #84
  > Merge https://github.com/InFog/vdebug into dev
  > Correct iteration over line length for var eval, fix #85
  > Change version number in vdebug.vim
  > Merge branch 'dev' of github.com:joonty/vdebug into dev
  > Allow PHP constants to be evaluated under cursor, fix #80
  > Fix vdebug.vim
  > Merge branch 'fix-file-paths' into dev
  > Fix window destruction
  > Fix filename handling on windows
  > Fix winminheight error
  > Fix buffer creation and fold remembering, #70 and #56
  > Fix formatting
  > Add Tests section.
  > Add help tag generation steps to README, closes #67
  > Merge pull request #66 from xbot/master
  > Don't overwrite any existing g:vdebug_features dictionary
  > Add build bash script for easier tarring
  > Update version to 1.4.0
  > Print warning message if trying to debug with unsaved buffers, fix #57
  > Add comment to set_features, close #55
  > Add more prolific Githubbers to acknowledgements
  > Add information about setting features to help file
  > Set DBGP features with Vim features dictionary
  > Ensure use of local file paths with setting breakpoint signs, #54
  > Expand user in file paths for log files, fix #53
  > Stop errors on visual eval when not connected, fix #52
  > Show updated key mappings in status window, fixes #51
  > Remember current tab number after closing vdebug, close #23
  > Don't close file logger on exit of debugger
  > Allow removing of breakpoints after debugging, fix #48
  > Change docs to say <F9> runs to cursor, fix #44
  > Don't overwrite str object, fix BreakpointWindow (issue #43)
  > Update version number to 1.3.2
  > Update README to mention latest version and changes
  > Update HISTORY file for version 1.3.2
  > Fix latest version number in HISTORY file
  > Clarify meaning in docs regarding setting of options
  > Add command for setting options, closes #38
  > Stop source panel opening in wrong position, fixes #40
  > Move private methods to bottom of class in Ui
  > Update line breakpoints with sign positions, close #35
  > Add function for parsing breakpoint sign positions, see #35
  > Fix tests for breakpoint, raising exception as in #27
  > Don't catch "vim.error" explicitly, fix #39
  > Prohibit breakpoint to be set on empty line, close #27
  > Stop detach command from hanging, fix #33
  > Change map to noremap and equivalents, fix #34
  > Add default keyword to vim highlights, fix #36
  > Merge branch 'master' into dev
  > Merge branch 'master' into dev
  > Merge branch 'master' into dev
  > Slightly experimental syntax refactoring for exceptions
  > Packaged tests for running as a suite
  > Fix stack window file select on windows, using rfind
  > Fix for local win paths
  > Attempt two at windows paths
  > Removed file:// from breakpoint command builder
  > Fixed bug with backslashed windows paths
  > Updated README with information about setting up
  > Fixed test due to missing XML namespace
  > Added Tcl to readme
  > Updated history and version for new release
  > Updated help to include Tcl set up
  > Fixes for TCL support, with XML namespaces
  > Specify version of Python that works with Vdebug
  > Watch window variable expansion for Windows, fixes #28
  > Merge branch 'dev' of github.com:joonty/vdebug into dev
  > Added fix for windows and ascii
  > First attempt at removing empty buffers, as in #25
  > Added breakpoint list command to dbgp api class
  > Fixed URL quoting issue
  > Merge branch 'master' of https://github.com/t4ku/vdebug into dev
  > Visual eval key command moved to keymapping dictionary
  > Fixed exception on detach
  > Added help for continuous_mode option, see #19
  > First attempt at continuous run mode
  > Updated help to mention key mapping and watch window symbols
  > Custom markers and non multi-byte fallback
  > Restoring existing key mappings after debug session, closes #16
  < Fixed #15, escaping of Vim function arguments
  > Fixed #15, escaping of Vim function arguments
  < Merge pull request #20 from satiani/master
  > Merge pull request #20 from satiani/master
  < Updated metadata for version 1.2
  > Updated metadata for version 1.2
  < Handle setting breakpoint on no file, as per #12
  > Handle setting breakpoint on no file, as per #12
  < Added debug set up for NodeJS to the help file
  > Added debug set up for NodeJS to the help file
  < Updated help file with new watch window style option
  > Updated help file with new watch window style option
  < Added compact style option for watch window
  > Added compact style option for watch window
  < Merge branch 'master' of https://github.com/georgjaehnig/vdebug into watch-window-options
  > Merge branch 'master' of https://github.com/georgjaehnig/vdebug into watch-window-options
  < Updated HISTORY with entire history so far
  > Updated HISTORY with entire history so far
  < Added HISTORY file for a changelog
  > Added HISTORY file for a changelog
  < Added some fixes for node debug support
  > Added some fixes for node debug support
  < Removed help tags from repo and added to gitignore, fixes #10
  > Removed help tags from repo and added to gitignore, fixes #10
  < Merge branch 'master' into user-interrupt
  > Merge branch 'master' into user-interrupt
  < Fixed bug with opening/closing tree nodes after eval
  > Fixed bug with opening/closing tree nodes after eval
  < Some refactoring of artnez's connection interrupt code
  > Some refactoring of artnez's connection interrupt code
  < Merge branch 'user-interrupt-support' of https://github.com/artnez/vdebug into user-interrupt
  > Merge branch 'user-interrupt-support' of https://github.com/artnez/vdebug into user-interrupt
  < Merge pull request #7 from artnez/xdebug-hardcoded-break-docs
  > Merge pull request #7 from artnez/xdebug-hardcoded-break-docs
  < Updated version number to 1.1
  > Updated version number to 1.1
  < Fixed broken Api class test
  > Fixed broken Api class test
  < Evaluate variable under the cursor
  > Evaluate variable under the cursor
  < Better exception handling for DBGP errors
  > Better exception handling for DBGP errors
  < Evaluate variables under the cursor with <F12>
  > Evaluate variables under the cursor with <F12>
  < Fixed memory error with closing tree node, see #5
  > Fixed memory error with closing tree node, see #5
  < Fixed segv on exiting Vim
  > Fixed segv on exiting Vim
  < Changed default for run to cursor from F1 to F9, closes #1
  > Changed default for run to cursor from F1 to F9, closes #1
  < Tree nodes on watch window can be closed
  > Tree nodes on watch window can be closed
  < Fixed bug with keymapping on startup instead of open
  > Fixed bug with keymapping on startup instead of open
  < Map and unmap keys on debugger start/close, as per #1
  > Map and unmap keys on debugger start/close, as per #1
  < Options are available before running, as per #4
  > Options are available before running, as per #4
  < Fix filepath for windows
  > Fix filepath for windows
  < Fix innability to set a breakpoint if session is not started
  > Fix innability to set a breakpoint if session is not started
  < Updated help tags
  > Updated help tags
  < Added version number
  > Added version number
  < Stopped removing pointer straight away with user action
  > Stopped removing pointer straight away with user action
  < Reset default options and added get_context keymap
  > Reset default options and added get_context keymap
  < Added info for patching Python debugger
  > Added info for patching Python debugger
  < Fixed Python eval problems
  > Fixed Python eval problems
  < Added comments to debugger interface
  > Added comments to debugger interface
  < Refactored exception handling and updated Ruby patch help
  > Refactored exception handling and updated Ruby patch help
  < Changed :DebuggerEval to :VdebugEval
  > Changed :DebuggerEval to :VdebugEval
  < Fixed the frickin' LICENSE url for the last time
  > Fixed the frickin' LICENSE url for the last time
  < Fixed LICENSE url
  > Fixed LICENSE url
  < Mentioned tests in README
  > Mentioned tests in README
  < Fixed breakpoint tests
  > Fixed breakpoint tests
  < Fixed LICENSE url in README
  > Fixed LICENSE url in README
  < Even more README tweaks
  > Even more README tweaks
  < More README tweaks
  > More README tweaks
  < Updated README
  > Updated README
  < Completed VIM readme
  > Completed VIM readme
  < More added to help file`
  > More added to help file`
  < Some tweaks to get it working for Perl
  > Some tweaks to get it working for Perl
  < Some small refactoring to Runner class
  > Some small refactoring to Runner class
  < Events throw exceptions
  > Events throw exceptions
  < Refactored event handling
  > Refactored event handling
  < Fixed broken tests after refactoring
  > Fixed broken tests after refactoring
  < Major refactor of paths to fit Python packaging
  > Major refactor of paths to fit Python packaging
  < Refactored for remote and local file paths
  > Refactored for remote and local file paths
  < Added context tabs on watch window and mouse support
  > Added context tabs on watch window and mouse support
  < More updates to help and started on context types
  > More updates to help and started on context types
  < Updated help file
  > Updated help file
  < Renamed project to Vdebug and added help file
  > Renamed project to Vdebug and added help file
  < Removed some extraneous debug
  > Removed some extraneous debug
  < Added syntax highlighting for breakpoint window
  > Added syntax highlighting for breakpoint window
  < Fixed indentation in watch window
  > Fixed indentation in watch window
  < Put in some fixes for common UI related problems
  > Put in some fixes for common UI related problems
  < Options for debugger session configuration
  > Options for debugger session configuration
  < Started on Vim options
  > Started on Vim options
  < Working for Ruby, Python and PHP, with breakpoint removal and listing
  > Working for Ruby, Python and PHP, with breakpoint removal and listing
  < Debugging for python working
  > Debugging for python working
  < Added test for context property
  > Added test for context property
  < Added syntax files for all windows
  > Added syntax files for all windows
  < Setting nomodifiable was causing serious problems, removed it
  > Setting nomodifiable was causing serious problems, removed it
  < Added syntax highlighting for watch window
  > Added syntax highlighting for watch window
  < Minor tweaks to watch window
  > Minor tweaks to watch window
  < Getting property dynamically with context window
  > Getting property dynamically with context window
  < Decent rendering for watch window, plus callbacks
  > Decent rendering for watch window, plus callbacks
  < Started on watch window and context_get
  > Started on watch window and context_get
  < Lots of breakpoint tests added
  > Lots of breakpoint tests added
  < Added tests for breakpoints
  > Added tests for breakpoints
  < Refactored debugger class to be a facade, for defined API
  > Refactored debugger class to be a facade, for defined API
  < Started refactor using Runner class
  > Started refactor using Runner class
  < Added breakpoint support
  > Added breakpoint support
  < Created status window and other neat things
  > Created status window and other neat things
  < Refactored package design and sorted out logger
  > Refactored package design and sorted out logger
  < Merge branch 'master' of github.com:joonty/vim-debugger
  > Merge branch 'master' of github.com:joonty/vim-debugger
  < Moved dbgp to one file
  > Moved dbgp to one file
  < Introducing vim UI
  > Introducing vim UI
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 Mar 9, 2014
* vim/bundle/extradite d6fe9a7...e3da377 (3):
  > Merge pull request #24 from achalddave/diff-in-tab
  > Merge pull request #25 from int3/disable-modeline-processing
  > Merge pull request #23 from int3/better-tabs-support
blueyed referenced this pull request in blueyed/dotfiles Apr 10, 2014
* lib/LS_COLORS e3c668f...200c394 (1):
  > Merge pull request #23 from rpdelaney/master
blueyed referenced this pull request in blueyed/dotfiles Apr 10, 2014
* vim/bundle/splitjoin 6f05aaf...891d10a (14):
  > Deindent more
  > Go imports
  > Remove extra whitespace by default
  > Spec fix
  > Perl hashes
  > Potential fix for a coffeescript issue and some refactoring
  > Fix problems with PHP joining
  > Documentation
  > Short array syntax in PHP
  > Fix issue with whitespace trimming
  > Don't leave spaces when joining js arrays
  > Remove keeppatterns, probably too new
  > Javascript arrays
  > Merge pull request #23 from LFDM/ternary_support
blueyed referenced this pull request in blueyed/dotfiles Jun 17, 2014
* lua-ftplugin 17e9003...090371f (8):
  > Pull request #19: Map K for help lookup (in normal mode)
  > Pull request #21: Allow module blacklisting in omni completion
  > Use configured Lua compiler in globals.lua (reported in pull request #23)
  > Try to resolve pull request #23 (workaround for table indexes in globals.lua)
  > Improve interaction between automatic syntax/globals checks
  > Add parentheses to functions in overview of known globals
  > Make name/path of Lua interpreter configurable
  > Document the global :LuaCheckSyntax and :LuaCheckGlobals commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant