On Thursday, August 16, 2012 8:47:38 AM UTC-4, Maxim Philippov wrote: > Hi, vim_dev! > > I'd like to offer a small patch for python interface, which allows to avoid > inserting print call for every expression in order to see result. > > Now: > > :py 2 + 2 > :py dir.__doc__ > > After applying patch: > > :py 2 + 2 > 4 > :py dir.__doc__ > dir([object]) -> list of strings... > > So py/py3 commands are more REPL-like. See pyrepl.diff in attachment for > details.
I think this only makes sense if there is an option that allows to enable/disable it by default, say pythonverbose with the default value being disabled. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
