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

You are still using spaces #26

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

You are still using spaces #26

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 4, 2012

According to your .vimrc you are still using spaces. I removed the 'set expandtab' option from your .vimrc so now you can use tabs again :3

blueyed referenced this pull request in blueyed/dotfiles Nov 27, 2012
* vim/bundle/tmru e7f223d...45d5128 (9):
  > Improved synchronization of mru lists across multiple instances of vim (fixes #26)
  > Normalize filenames when registering a buffer; minor improvements
  > Fix problem on windows (val -> v:val)
  > misc
  > docs
  > Mark files as persistent/sticky (i.e. the won't be removed from the list)
  > File properties again (only if viminfo is not used)
  > Set g:tmruSize dependent on whether viminfo is used
  > misc
blueyed referenced this pull request in blueyed/dotfiles Mar 26, 2013
* lib/dircolors-solarized 408f29f...eb449f2 (2):
  > Merge pull request #26 from alpha-omega/master
  > Merge pull request #27 from Emsu/patch-1
blueyed referenced this pull request in blueyed/dotfiles Jun 18, 2013
* vim/bundle/sudoedit 7c09118...73d8b0d (3):
  > updated documentation
  > don't set shell on Windows
  > Fix issue #26 (zsh refuses to overwrite files)
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 Jul 8, 2013
* lib/git-meld 46ccbe3...e08a397 (1):
  > Merge pull request #26 from wmanley/travis
blueyed referenced this pull request in blueyed/dotfiles Jul 17, 2013
* vim/bundle/less 0000000...8443f89 (20):
  > MIT license fixes #26
blueyed referenced this pull request in blueyed/dotfiles Dec 21, 2013
* vim/bundle/pydoc 03669dc...c8e3f7c (2):
  > Merge pull request #26 from blueyed/master
  > Merge pull request #25 from blueyed/master
blueyed referenced this pull request in blueyed/dotfiles Mar 9, 2014
* vim/bundle/targets ef19bf6...c177f0b (11):
  > Merge pull request #39 from wellle/seeking
  > Merge pull request #38 from wellle/jumplist-always
  > Merge pull request #36 from wellle/mark_column
  > Merge pull request #35 from wellle/jebaum-jumplist
  > Merge pull request #34 from wellle/settings
  > Merge pull request #30 from wellle/clear-command-line
  > Merge pull request #28 from Alexis-D/master
  > Update version to 0.0.4
  > Merge pull request #27 from wellle/multiline
  > Merge pull request #26 from wellle/raw_mappings
  > Merge pull request #25 from wellle/uppercase_vmaps
blueyed referenced this pull request in blueyed/dotfiles Jun 19, 2014
* vim/bundle/unite-outline 3ee63cd...bf49abe (13):
  > Use "Normal" instead of g:unite_abbr_highlight
  > Merge pull request #34 from rhysd/add/swift
  > Merge pull request #33 from rhysd/support/go
  > Merge pull request #32 from rhysd/support/go
  > Merge pull request #31 from todesking/scala-val-var-types
  > Merge pull request #30 from sgrj/magma
  > Merge pull request #29 from sgrj/tex
  > Merge pull request #28 from crazymaster/master
  > Merge pull request #26 from Townk/master
  > Merge pull request #25 from Townk/master
  > Improve ctags check
  > Add ctags error message
  > Fix #24 cache problem
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.

0 participants