aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
Commit message (Collapse)AuthorAge
...
* docJustin M. Keyes2016-08-10
|
* man.vim: doc, UX tweaksJustin M. Keyes2016-08-04
| | | | s:error: Convention is to highlight the entire message, so stick to that.
* eval.c: rename capture() to execute() (#5132)Justin M. Keyes2016-07-31
|
* Merge #4980 'Support legacy `:ruby` commands'.Justin M. Keyes2016-07-10
|\
| * Remove if_ruby from list of unimplemented featuresAlex Genco2016-07-09
| |
* | docJustin M. Keyes2016-07-03
|/ | | | Closes #4777
* doc: consolidate nvim.txtJustin M. Keyes2016-06-15
|
* doc/python: cleanupJustin M. Keyes2016-06-15
| | | | | | - Move info to providers.txt - Remove "nvim-" prefix. - Brevity, clarity, ...
* eval: Rename json* functions to json_*ZyX2016-04-18
|
* eval: Port parts of 7.4.1267 that are not already presentZyX2016-04-18
|
* eval: Remove v:noneZyX2016-04-18
| | | | | To get v:none back just rever this commit. This will not make json*() functions compatible with Vim though.
* eval: Add jsondecode() functionZyX2016-04-18
|
* test: defaults_spec.luaJustin M. Keyes2016-04-15
|
* doc: formatting #4543Chiel Kooijman2016-04-08
|
* Merge pull request #3900 from ZyX-I/inf-nan-stringJustin M. Keyes2016-02-28
|\ | | | | Make it possible to eval() all floating-point values dumped by string()
| * documentation: Add notes to eval.txt and vim_diff.txtZyX2016-02-21
| |
* | Doc: correct default valueMarco Hinz2016-02-15
| |
* | defaults: Enable syntax and filetype plugins.Felipe Morales2016-02-14
| |
* | doc: remove references to 'term' and other tty related options.Felipe Morales2016-02-10
|/ | | | Re: https://github.com/neovim/neovim/issues/4218
* Merge pull request #4009 from sethjackson/swapsyncMichael Reed2016-01-14
|\ | | | | [RFC] Remove 'swapsync'
| * Remove swapsync.Seth Jackson2016-01-14
| | | | | | | | It's complete overkill.
* | doc: Remove references to GTK.Seth Jackson2016-01-14
|/ | | | We don't support it.
* 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'
* Remove 'antialias' remnantsMichael Reed2015-11-25
| | | | It never did anything (see `:h hidden-options`).
* shada: Also store last search directionZyX2015-11-23
| | | | | | | | | | Note: it looks like viminfo files do not store search direction intentionally. After reading viminfo file search direction was considered to be “forward”. Note 2: all files created on earlier Neovim version will automatically receive “forward” direction. Fixes #3580
* Add TermClose eventMarco Hinz2015-11-15
| | | | | | | | A terminal buffer now exits with: [Process exited <return value>] You can hook into it. E.g. :au TermClose * call feedkeys('<cr>') Closes #2293.
* vim_diff: Fix incorrect ShaDa pathJohannes Löthberg2015-11-14
| | | | Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* Be more explicit about the lack of X11 integrationMichael Reed2015-11-10
| | | | | I don't want anyone getting the idea that the `-X` flag they might have used has anything to do with why the `+` is working for them
* Add file selection prompt on ":oldfiles!"Marco Hinz2015-11-10
| | | | | | | | :browse was removed for good, but some people miss ":browse oldfiles". The same functionality is now provided by ":oldfiles!". Helped-by: @Pyrohh
* Remove :open commandMichael Reed2015-11-07
| | | | | | | | | | | | | | | | | | | | | From the documentation itself: :[range]o[pen] Works like |:visual|: end Ex mode. {Vi: start editing in open mode} ... Vim does not support open mode, since it's not really useful. For those situations where ":open" would start open mode Vim will leave Ex mode, which allows executing the same commands, but updates the whole screen instead of only one line. Part of the reason behind this is to make removing vi_diff.txt easier, although it's also because :open is not too useful. Helped-by: @fdinoff Helped-by: @dsummersl Helped-by: @mhinz Helped-by: @justinmk
* docJustin M. Keyes2015-11-07
| | | | | | | | - design-not. Closes #2940 - :terminal - vim_diff: 'termencoding' footnote - 'shada'. Closes #3619 - eval.txt: job* functions list. Closes #3222
* documentation: Update documentationZyX2015-10-23
| | | | | | | Note about ~/.local/share/nvim/site used in one usr_\* file: this one talks about user-local installation of third-party plugins, and ~/.local/share/nvim/site is the proper place for them. Most other files talk about user own configuration and this is ~/.config.
* documentation: Update vim differences list, reference critical errorsZyX2015-10-08
|
* documentation: Document ShaDa compatibility featuresZyX2015-10-08
|
* documentation: Document how ShaDa entries should be mergedZyX2015-10-08
|
* Deprecate &viminfo and :[rw]v, add &shada and :[rw]shZyX2015-10-08
|
* documentation: Update documentationZyX2015-10-08
|
* eval/string(): Share code between msgpackdump() and string()+:echoZyX2015-09-30
|
* defaults: revert wildmode to 'full'Felipe Morales2015-09-26
|
* doc: mark 'toolbar' and 'toolbariconsize' as removed.Jakob Schnitzer2015-09-17
| | | | | These options have been removed from the code, so also mark them as removed in the docs
* encoding: update docs for encodingBjörn Linse2015-09-08
| | | | | Helped-By: Michael Reed <m.reed@mykolab.com> Helped-By: Justin M. Keyes <justinkz@gmail.com>
* defaults: set 'laststatus' to 2. #2876Felipe Morales2015-08-24
|
* defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872Felipe Morales2015-08-22
| | | | Re: https://github.com/neovim/neovim/issues/2676
* documentation: Document changesZyX2015-07-26
|
* Doc: add bracketed-paste-mode #3028Marco Hinz2015-07-21
| | | | | | Reviewed-by: Felipe Morales <hel.sheep@gmail.com> Reviewed-by: Justin M. Keyes <justinkz@gmail.com> Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com>
* Remove ':Print' command #3049Michael Reed2015-07-20
| | | | | | | | | | | | | | There's no way this isn't some long-running joke: "Just as ':print'. Was apparently added to Vi for people that keep the shift key pressed too long..." Note: A user command can overrule this command. Regarding ':X': the command has been removed for a while, but the documentation must have been missed, so remove it here. Reviewed-by: Justin M. Keyes <justinkz@gmail.com> Helped-by: @jusga
* defaults: set 'history' to 10000 by default. #2868Felipe Morales2015-07-20
| | | | | | Note: the new history value is the max allowed. Re: https://github.com/neovim/neovim/issues/2676
* Remove POSIX 'cpoptions': cleanupMichael Reed2015-07-19
| | | | | | - CPO_ALL and CPO_VI are identical, so merge them - No longer check for the environment variable 'VIM_POSIX' - In vim_diff.txt, mention the removal of 'cpoptions' flags
* Cleanup after #3007 #3020Michael Reed2015-07-17
| | | | | | | | | | | 'guioptions' is mentioned in the "Option Defaults" section of vim_diff, and while its default did indeed change, it was only because the 't' flag was removed. To make that clear, move its reference to the "Removed Features" section instead. Remove stray instance of 't' flag from GO_ALL. Most if not all of the GO_* #defines are unused, but lets keep them for now as it's not clear whether they won't be used by Nvim GUIs.
* Remove :tearoff #3007Marco Hinz2015-07-15
| | | | | | | | This also removes the 't' flag from 'guioptions'. Side effect: :term[inal] -> :te[rminal] Closes #3003.