summaryrefslogtreecommitdiff
path: root/common/content/io.js
Commit message (Expand)AuthorAge
* Steal some of stepnem's typo fixing thunder.Doug Kearns2010-10-13
* Fix using :command from the command line. Closes issue #67.Kris Maglione2010-10-12
* Allow things like :com! foo\n \ echo 1\n \ echo 2Kris Maglione2010-10-11
* Stem my patholigical tendency to use iterators wherever possible (but not my ...Kris Maglione2010-10-11
* Allow \ line continuations in Ex files.Kris Maglione2010-10-10
* Fix some double-printed errors on :source, and make :source! work properly fo...Kris Maglione2010-10-09
* Whitespace fixes.Doug Kearns2010-10-09
* Some minor fixes, and add ctypes support to iter().Kris Maglione2010-10-07
* Fix duplicate plugin help entries. Closes issue #51.Kris Maglione2010-10-06
* Don't pass the silent arg to dactyl.execute when sourcing files. Fixes relate...Kris Maglione2010-10-05
* Preserve file/line information with saved ex commands (:au, :com, :map -ex).Kris Maglione2010-10-05
* Use evalInSandbox for :js rather than the subscript loader so that we can pre...Kris Maglione2010-10-04
* Added :write !cmd and :write >>file.Kris Maglione2010-10-04
* Use temp files rather than URL arguments for :viewsource!. Also update the st...Kris Maglione2010-10-03
* Use the charset service for charset completions.Kris Maglione2010-10-03
* Whitespace fixes.Doug Kearns2010-10-02
* Remove unnecessary RegExp when splitting paths in completion.shellCommand.Doug Kearns2010-10-02
* Fix 'banghist' type definition.Doug Kearns2010-10-01
* Fix some functions that used to use args.string.Kris Maglione2010-09-29
* Fix io.source heredoc parsing in FF36. Closes issue #32.Kris Maglione2010-09-29
* Remove a stale comment.Doug Kearns2010-09-28
* Add :runtime completion.Kris Maglione2010-09-26
* Fix MIW.Kris Maglione2010-09-25
* Fix typo in IO#readHeredoc.Doug Kearns2010-09-26
* Clean up so loose ends from the recent Command#execute refactoring.Doug Kearns2010-09-26
* Restore some of Doug's vim-compatible :source error messages. Also, don't cra...Kris Maglione2010-09-25
* Fix 'Last set from' in options.Kris Maglione2010-09-25
* Fix :finish.Kris Maglione2010-09-25
* Allow :set foo=bar | echo baz.Kris Maglione2010-09-25
* Remove redundant error messages.Kris Maglione2010-09-24
* Define option getters to return Optionhints.jsvalues rather than #value.Kris Maglione2010-09-24
* Fix a few more comment typos.Doug Kearns2010-09-24
* More camel-casing.Doug Kearns2010-09-24
* Normailze path in 'set cwd' rather than in File.joinPaths. Fixes issue #11.Kris Maglione2010-09-23
* Camel-case some identifiers gone rogue.Doug Kearns2010-09-23
* Fix some :cd problems. Remove special treatement of ,, in 'cdpath'.Kris Maglione2010-09-22
* Fix :cd command.Doug Kearns2010-09-22
* Fix Windows platform detection.Doug Kearns2010-09-22
* Minor cleanup in options.xml and various.xml.Štěpán Němec2010-09-22
* Don't source an extra *.local RC file from the generated RC file.Doug Kearns2010-09-20
* NEWS updates and whitespace fixes.Kris Maglione2010-09-19
* Major documentation updates and formatting fixes, and many, many other change...Kris Maglione2010-09-17
* Complete :sanitize and private mode overhaul.Kris Maglione2010-09-17
* Precompute completion string matching function.Kris Maglione2010-09-17
* Merge testing.Kris Maglione2010-08-31
* Prepare for merge with testing branch.Kris Maglione2010-08-28
* Lots of rangefinder and Gecko 2 tabbing fixes.Kris Maglione2010-08-28
* imported patch dactylifyKris Maglione2010-08-28
* Merge.Kris Maglione2010-08-26
|\
| * Fix :run commandanekos2009-11-27