summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1570v7.4.1570Bram Moolenaar2016-03-151-1/+3
| | | | | Problem: There is no way to avoid the message when editing a file. Solution: Add the "F" flag to 'shortmess'. (Shougo, closes #686)
* patch 7.4.1560v7.4.1560Bram Moolenaar2016-03-141-65/+65
| | | | | Problem: Dict options with a dash are more difficult to use. Solution: Use an underscore, so that dict.err_io can be used.
* patch 7.4.1559v7.4.1559Bram Moolenaar2016-03-141-3/+40
| | | | | Problem: Passing cookie to a callback is clumsy. Solution: Change function() to take arguments and return a partial.
* patch 7.4.1558v7.4.1558Bram Moolenaar2016-03-131-0/+5
| | | | | Problem: It is not easy to find out what windows display a buffer. Solution: Add win_findbuf().
* patch 7.4.1557v7.4.1557Bram Moolenaar2016-03-131-6/+43
| | | | | Problem: Windows cannot be identified. Solution: Add a unique window number to each window and functions to use it.
* patch 7.4.1553v7.4.1553Bram Moolenaar2016-03-121-5/+31
| | | | | Problem: ":runtime" does not use 'packpath'. Solution: Add "what" argument.
* patch 7.4.1546v7.4.1546Bram Moolenaar2016-03-121-13/+14
| | | | | Problem: Sticky type checking is more annoying than useful. Solution: Remove the error for changing a variable type.
* patch 7.4.1541v7.4.1541Bram Moolenaar2016-03-121-0/+2
| | | | | Problem: Missing job_info(). Solution: Implement it.
* Updated runtime files.Bram Moolenaar2016-03-126-72/+93
|
* patch 7.4.1528v7.4.1528Bram Moolenaar2016-03-091-11/+11
| | | | | Problem: Using "ever" for packages is confusing. Solution: Use "start", as it's related to startup.
* patch 7.4.1516v7.4.1516Bram Moolenaar2016-03-081-0/+21
| | | | | Problem: Cannot change file permissions. Solution: Add setfperm().
* Update runtime files.Bram Moolenaar2016-03-077-146/+165
|
* patch 7.4.1499v7.4.1499Bram Moolenaar2016-03-061-1/+1
| | | | | Problem: No error message when :packadd does not find anything. Solution: Add an error message. (Hirohito Higashi)
* Update runtime files.Bram Moolenaar2016-03-047-52/+106
|
* patch 7.4.1486v7.4.1486Bram Moolenaar2016-03-041-4/+10
| | | | | Problem: ":loadplugin" is not optimal, some people find it confusing. Solution: Only use ":packadd" with an optional "!".
* patch 7.4.1480v7.4.1480Bram Moolenaar2016-03-031-1/+3
| | | | | Problem: Cannot add a pack direcory without loading a plugin. Solution: Add the :packadd command.
* Updated runtime filesBram Moolenaar2016-02-2713-68/+36
|
* patch 7.4.1438v7.4.1438Bram Moolenaar2016-02-272-4/+15
| | | | | Problem: Can't get buffer number of a channel. Solution: Add ch_getbufnr().
* patch 7.4.1435v7.4.1435Bram Moolenaar2016-02-272-25/+49
| | | | | | Problem: It is confusing that ch_sendexpr() and ch_sendraw() wait for a response. Solution: Add ch_evalexpr() and ch_evalraw().
* patch 7.4.1433v7.4.1433Bram Moolenaar2016-02-271-87/+3
| | | | | | Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code.
* patch 7.4.1430v7.4.1430Bram Moolenaar2016-02-271-8/+6
| | | | | | | Problem: When encoding JSON, turning NaN and Infinity into null without giving an error is not useful. Solution: Pass NaN and Infinity on. If the receiver can't handle them it will generate the error.
* patch 7.4.1426v7.4.1426Bram Moolenaar2016-02-271-22/+44
| | | | | Problem: The "out-io" option for jobs is not implemented yet. Solution: Implement the "buffer" value: append job output to a buffer.
* patch 7.4.1425v7.4.1425Bram Moolenaar2016-02-261-267/+6
| | | | | Problem: There are still references to MS-DOS support. Solution: Remove most of the help txt and install instructions. (Ken Takata)
* patch 7.4.1419v7.4.1419Bram Moolenaar2016-02-251-0/+4
| | | | | Problem: Tests slowed down because of the "not a terminal" warning. Solution: Add the --not-a-term command line argument.
* patch 7.4.1418v7.4.1418Bram Moolenaar2016-02-251-15/+21
| | | | | | Problem: job_stop() on MS-Windows does not really stop the job. Solution: Make the default to stop the job forcefully. (Ken Takata) Make MS-Windows and Unix more similar.
* Updated runtime files.Bram Moolenaar2016-02-2510-85/+84
|
* patch 7.4.1402v7.4.1402Bram Moolenaar2016-02-233-4/+18
| | | | | Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama)
* patch 7.4.1387v7.4.1387Bram Moolenaar2016-02-221-5/+0
| | | | | Problem: Win16 docs still referenced. Solution: Remove Win16 files from the docs Makefile. (Kenichi Ito)
* patch 7.4.1384v7.4.1384Bram Moolenaar2016-02-214-24/+104
| | | | | Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
* patch 7.4.1382v7.4.1382Bram Moolenaar2016-02-212-72/+124
| | | | | Problem: Can't get the job of a channel. Solution: Add ch_getjob().
* Update channel.txtBram Moolenaar2016-02-201-22/+56
|
* patch 7.4.1375v7.4.1375Bram Moolenaar2016-02-201-186/+0
| | | | | Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
* Updated runtime files.Bram Moolenaar2016-02-2012-73/+226
|
* patch 7.4.1341v7.4.1341Bram Moolenaar2016-02-162-23/+29
| | | | | | Problem: It's difficult to add more arguments to ch_sendraw() and ch_sendexpr(). Solution: Make the third option a dictionary.
* patch 7.4.1333v7.4.1333Bram Moolenaar2016-02-161-1/+2
| | | | | Problem: Channel test fails on non-darwin builds. Solution: Add the "osx" feature and test for that. (Kazunobu Kuriyama)
* Update runtime files.Bram Moolenaar2016-02-1511-148/+481
|
* patch 7.4.1310v7.4.1310Bram Moolenaar2016-02-131-33/+71
| | | | | | Problem: Jobs don't open a channel. Solution: Create pipes and add them to the channel. Add ch_logfile(). Only Unix for now.
* patch 7.4.1304v7.4.1304Bram Moolenaar2016-02-111-18/+20
| | | | | | Problem: Function names are difficult to read. Solution: Rename jsonencode to json_encode, jsondecode to json_decode, jsencode to js_encode and jsdecode to js_decode.
* Updated runtime files.Bram Moolenaar2016-02-074-24/+57
|
* patch 7.4.1279v7.4.1279Bram Moolenaar2016-02-072-17/+39
| | | | | | Problem: jsonencode() is not producing strict JSON. Solution: Add jsencode() and jsdecode(). Make jsonencode() and jsondecode() strict.
* patch 7.4.1274v7.4.1274Bram Moolenaar2016-02-072-18/+103
| | | | | | Problem: Cannot run a job. Solution: Add job_start(), job_status() and job_stop(). Currently only works for Unix.
* patch 7.4.1263v7.4.1263Bram Moolenaar2016-02-052-20/+41
| | | | | Problem: ch_open() hangs when the server isn't running. Solution: Add a timeout. Use a dict to pass arguments. (Yasuhiro Matsumoto)
* Update runtime files.Bram Moolenaar2016-02-046-44/+74
|
* patch 7.4.1244v7.4.1244Bram Moolenaar2016-02-021-25/+29
| | | | | Problem: The channel functions don't sort together. Solution: Use a common "ch_" prefix.
* Updated runtime files and translations.Bram Moolenaar2016-02-0112-59/+94
|
* patch 7.4.1229v7.4.1229Bram Moolenaar2016-01-311-17/+66
| | | | | Problem: "eval" and "expr" channel commands don't work yet. Solution: Implement them. Update the error numbers. Also add "redraw".
* patch 7.4.1215v7.4.1215Bram Moolenaar2016-01-301-3/+1
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* Update runtime files.Bram Moolenaar2016-01-286-41/+85
|
* patch 7.4.1191v7.4.1191Bram Moolenaar2016-01-283-1/+258
| | | | | | Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.
* patch 7.4.1188v7.4.1188Bram Moolenaar2016-01-281-17/+13
| | | | | Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.