aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
...
* vim-patch:7.4.944watiko2016-01-10
| | | | | | | | | Problem: Writing tests for Vim script is hard. Solution: Add assertEqual(), assertFalse() and assertTrue() functions. Add the v:errors variable. Add the runtest script. Add a first new style test script. https://github.com/vim/vim/commit/43345546ae63710441f066648b8485fb545b3801
* doc: Remove references to Windows 98.Seth Jackson2016-01-08
|
* vim-patch:e3faf44Justin Gassner2016-01-08
| | | | | | Updated runtime files. https://github.com/vim/vim/commit/e3faf44bef029d07f37a457bd0050653b628058f
* Remove 'restorescreen' optionSeth Jackson2016-01-08
| | | | | | | The relevant code was never actually in Neovim, most likely due to being unifdef(1)'d out during the initial import. see `:h hidden-options'
* Merge pull request #3943 from ZyX-I/better-fref-errorJustin M. Keyes2016-01-08
|\ | | | | eval: Use better error messages when failing to dump values
| * eval: Do not use msgpack#string for error messagesZyX2016-01-07
| |
| * documentation: Update documentationZyX2016-01-07
| |
* | build: Stop using __{DATE,TIME}__Justin M. Keyes2016-01-06
| | | | | | | | | | | | | | Recording the compilation time modifies the source for dubious gain, and interferes with reproducible builds [1]. [1] https://reproducible-builds.org/
* | doc: Clarify Windows feature tests for eval().Seth Jackson2016-01-06
|/
* encoding: Update documentationBjörn Linse2016-01-02
|
* Merge pull request #3903 from justinmk/vim-7.4.605Justin M. Keyes2016-01-01
|\ | | | | vim-patch:7.4.605
| * vim-patch:7.4.605Justin M. Keyes2015-12-30
| | | | | | | | | | | | | | | | Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski) https://github.com/vim/vim/commit/3b3a9498d1eab3c28c524cce115160528a9a9297
* | Port fsync() to libuv.Seth Jackson2016-01-01
|/
* vim-patch:7.4.858Florian Walch2015-12-24
| | | | | | | | Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/aa23b379421aa214e6543b06c974594a25799b09
* doc: os_dos.txt: Remove more references to MS-DOS/Windows 95 #3889Seth Jackson2015-12-23
|
* doc: Remove references to neXtaw GUI support #3892Seth Jackson2015-12-22
| | | | We never supported it.
* doc: Fix invalid referenceMichael Reed2015-12-22
| | | | found with `make -C runtime/doc html`
* doc: mbyte.txt: Remove some low-hanging fruitMichael Reed2015-12-22
| | | | | | | - Nvim has no concept of "huge" or "normal" features: the overwhelming majority of features are compiled in by default - Nvim does not link to X (X11), so doesn't support setting things via ~/.Xresources, among many other things
* doc: Remove references to Athena GUI support #3891Seth Jackson2015-12-22
| | | | We don't support Athena anymore.
* doc: vi_diff: Update supported OS list #3890Seth Jackson2015-12-22
| | | | | | | | | | We do not support every Unix flavor in existence so note that here. We do not support Windows 95 or NT. Update the list to the Windows versions we do support. We only support OS X not classic Mac OS so note that too.
* doc: Remove a reference to Windows ME #3888Seth Jackson2015-12-22
| | | | We don't support Windows 95, Windows ME, or Windows 2000 anymore.
* doc: os_win32: More cleanup #3884Seth Jackson2015-12-22
| | | | | | Follow-up to ee1f8ea Roger Knobbe is still mentioned in intro.txt, for anyone wondering.
* doc: Remove some references to MS-DOS #3886Seth Jackson2015-12-22
| | | | We don't support MS-DOS.
* doc: Remove references to Windows 3.1 #3883Seth Jackson2015-12-21
|
* vim-patch:8a94d87Justin M. Keyes2015-12-17
| | | | | | Update runtime files. https://github.com/vim/vim/commit/8a94d873aa8c753a8522ea86a049bdf2abd0c507
* vim-patch:0122c40Justin M. Keyes2015-12-17
| | | | | | Update runtime files. https://github.com/vim/vim/commit/0122c4070f84e71f15a39fb20ababeffb70757c4
* Merge #3443 'vim-patch:7.4.{785,795,898}'Justin M. Keyes2015-12-13
|\
| * vim-patch:7.4.785Johan Klokkhammer Helsing2015-11-22
| | | | | | | | | | | | | | | | Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin) https://github.com/vim/vim/commit/34d72d4b6c1a2b04a214d8a49b7d22c97bc7a8bc
* | doc: nvim_python: mention --upgrade. #3832mseri2015-12-12
| |
* | Merge pull request #3753 from watiko/vim-7.4.790Justin M. Keyes2015-12-12
|\ \ | | | | | | Vim 7.4.{786,787,789,790}
| * | vim-patch:7.4.786watiko2015-11-28
| | | | | | | | | | | | | | | | | | | | | Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt) https://github.com/vim/vim/commit/537443018d41918639695a442c91b34ccec69fc3
* | | Remove getscript.vim.Seth Jackson2015-12-12
| | |
* | | Docs: remove reference to removed :shell commandMarco Hinz2015-12-06
| | | | | | | | | | | | References #3791.
* | | vim-patch:7.4.631Shougo Matsushita2015-12-01
|/ / | | | | | | | | | | | | | | Problem: The default conceal character is documented to be a space but it's initially a dash. (Christian Brabandt) Solution: Make the intial value a space. https://github.com/vim/vim/commit/4a427106954857c6f84c0b0dc07725e302a433c6
* | Merge pull request #3724 from ZyX-I/fix-3635Justin M. Keyes2015-11-27
|\ \ | | | | | | shada: Do not save unlisted and quickfix buffers
| * | shada: Do not save unlisted and quickfix buffersZyX2015-11-23
| | | | | | | | | Fixes #3635
* | | Merge pull request #3741 from Pyrohh/doc-rm-todoMichael Reed2015-11-27
|\ \ \ | | | | | | | | [RFC] doc: Remove todo.txt
| * | | doc: Remove todo.txtMichael Reed2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not documentation in the same sense as the majority of files in runtime/doc, so is of little use to most users and should probably not be installed alongside the "real" documentation. It may be full of good ideas, but it's also full of things which are no longer applicable to Nvim, such as references to platforms we no longer support (e.g., MS-DOS), Vi compatibility, Autoconf, the Perl interface, etc. If someone is looking for things to fix or improve, the GitHub issue tracker should prove useful, and, unlike todo.txt, the issues are generally much more relevant to Nvim. Besides all that, removing todo.txt makes porting runtime patches a bit easier. refs #2911, discussed briefly in #2608 and #2553
* | | | Remove 'antialias' remnantsMichael Reed2015-11-25
|/ / / | | | | | | | | | It never did anything (see `:h hidden-options`).
* | | doc/vi_diff.txt: Remove unneeded opening paragraphMichael Reed2015-11-24
| | | | | | | | | | | | | | | | | | | | | All `{not in Vi}' tags have been removed, so the first sentence is no longer true. As for the second sentence, the header ("Differences between Vim and Vi") is already self-explanatory, so it can be removed as well.
* | | doc/vi_diff.txt: Remove remaining "{Vi: ...}" noteMichael Reed2015-11-24
| | | | | | | | | | | | We don't care about Vi here, only Vim.
* | | doc: Remove some Vi-compatibility stuffMichael Reed2015-11-24
| | | | | | | | | | | | | | | This stuff is no longer relevant, as we don't care about Vi compatibility just for the sake of it.
* | | doc/develop.txt: Remove "coding-style" sectionMichael Reed2015-11-24
| | | | | | | | | | | | | | | By and large, it's very outdated, and we already have a style guide available online (see CONTRIBUTING.md).
* | | doc/develop.txt: Mention src/nvim/README.mdMichael Reed2015-11-24
| | |
* | | doc/develop.txt: Remove "design-assumptions" sectionMichael Reed2015-11-24
| | | | | | | | | | | | | | | | | | | | | We don't make such assumptions; new code should use fixed-width integer types [1]. [1]: https://neovim.io/develop/style-guide.xml?showone=Integer_Types#Integer_Types
* | | Merge pull request #3624 from Pyrohh/vi_diffMichael Reed2015-11-23
|\ \ \ | | | | | | | | [RFC] vi_diff.txt pruning
| * | | doc: vi_diff: Remove 'Missing options' sectionMichael Reed2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The compatibility stubs for these options were removed in [1], so this section is nearly useless. [1]: cc76c5b0cfb6233ff36949a4422d59cd4bc6efd5
| * | | doc: vi_diff: Remove 'Other vim features' sectionMichael Reed2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are more like notes than proper documentation, so remove it as they're not of much use unless you don't know what you're looking for. Many of these are somewhat useful, but many also duplicate what's already documented elsewhere. In any case, vi_diff.txt is the last place that assorted tips'n'tricks should be located (we already have tips.txt!!!).
| * | | doc: vi_diff: Remove 'Command line arguments' sectionMichael Reed2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | In regards to Nvim, it's very outdated; for an updated list of such arguments refer to the manual page or `nvim --help`. In all other regards, it's of little to no use to end-users.
| * | | doc: Remove stray {not in Vi} tagMichael Reed2015-11-23
| |/ / | | | | | | | | | This was missed in 818f7aefd2fe7eacd7135c5e3154934f24c85ca7