Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-20 | Updated runtime files. | Bram Moolenaar | |
2016-02-20 | Updated runtime files. | Bram Moolenaar | |
2016-02-02 | patch 7.4.1244 | Bram Moolenaar | |
Problem: The channel functions don't sort together. Solution: Use a common "ch_" prefix. | |||
2016-02-01 | patch 7.4.1234 | Bram Moolenaar | |
Problem: Demo server only runs with Python 2. Solution: Make it run with Python 3 as well. (Ken Takata) | |||
2016-01-28 | patch 7.4.1191 | Bram Moolenaar | |
Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server. |