Mercurial > ec-dotfiles
view rc/irbrc @ 570:3bd22b75cdc4
Make sure autocmd is executed when vim has it.
author | nanaya <me@myconan.net> |
---|---|
date | Wed, 24 Jun 2015 13:33:02 +0900 |
parents | 20521d872fab |
children | b95069a1f664 |
line wrap: on
line source
require 'irb/ext/save-history' IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"