config/rc.rb in ver-2010.02 vs config/rc.rb in ver-2010.08

- old
+ new

@@ -1,11 +1,14 @@ VER.options.dsl do o "Use automatic indentation", :autoindent, true + o "Web browser to use to open HTTP links", + :http_browser, (ENV['BROWSER'] || %w[links -g]) + o "Sequence to comment a line, may change through file type preferences", - :comment_line, '#' + :comment_line, '# ' o "Start and end sequence to comment a region, may change through file type preferences", :comment_region, ['=begin', '=end'] o "Internal:External encoding", @@ -19,10 +22,10 @@ o "Default Font for all widgets", :font, "TkFixedFont 10" o "Fork off on startup to avoid dying with the terminal", - :fork, true + :fork, VER::Platform.unix? o "Use EventMachine inside VER, at the moment only for the console", :eventmachine, false o "Change directory to directory of currently open buffer",