aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
...
* | documentation: Replace undefined help tagZyX2015-08-06
| |
* | documentation: Fix special dictionary value key nameZyX2015-08-06
| |
* | doc: Fix nit in previous commitMichael Reed2015-08-04
| | | | | | | | ...sorry
* | doc: Add transition instructions to nvim_from_vim.txtFlorian Walch2015-08-04
| | | | | | | | | | | | | | Also move introduction to Nvim and topic overview to nvim.txt. Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com> Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
* | Merge pull request #3034 from ZyX-I/msgpack-evalJustin M. Keyes2015-08-03
|\ \ | | | | | | msgpack viml functions for dump/restore
| * | documentation: Add {Nvim} tag to new functionsZyX2015-08-02
| | |
| * | eval: Remove most of msgpack* functions limitationsZyX2015-08-02
| | |
| * | eval: Add msgpackparse and msgpackdump functionsZyX2015-08-02
| | |
* | | vim-patch:5d89d9b #2922Justin Gassner2015-08-02
| | | | | | | | | | | | | | | | | | Update runtime files. https://code.google.com/p/vim/source/detail?r=5d89d9b40499059e1a64dc35fbae94313fba0098
* | | 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
* | | Remove POSIX 'cpoptions': '\'Michael Reed2015-07-19
| | |
* | | Remove POSIX 'cpoptions': '.'Michael Reed2015-07-19
| | |
* | | Remove POSIX 'cpoptions': '/'Michael Reed2015-07-19
| | |
* | | Remove POSIX 'cpoptions': '&'Michael Reed2015-07-19
| | |
* | | Remove POSIX 'cpoptions': '|'Michael Reed2015-07-19
| | | | | | | | | | | | | | | It wasn't even hooked up to anything... must have been removed when term.c was replaced.
* | | Remove POSIX 'cpoptions': '{'Michael Reed2015-07-19
| | |
* | | Remove POSIX 'cpoptions': '#'Michael Reed2015-07-19
|/ /
* | 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.
* | vim-patch:7.4.688 #2941Felipe Morales2015-07-14
| | | | | | | | | | | | | | | | | | | | ``` updated for version 7.4.668 Problem: Can't use a glob pattern as a regexp pattern. Solution: Add glob2regpat(). (Christian Brabandt) ``` https://code.google.com/p/vim/source/detail?r=v7-4-668
* | doc: Remove refs to xsmp, xterm_(clipboard|save)Michael Reed2015-07-05
| | | | | | | | | | | | Nvim has no direct integration with X. Helped-by: Florian Walch <florian@fwalch.com>
* | doc: Remove refs to dos(16|32), win16, and win95Michael Reed2015-07-05
| | | | | | | | | | This is primarily low-hanging fruit; there are still many references to things such as MS-DOS throughout (see os_dos.txt).
* | Remove VisualNOS highlight group remnantsMichael Reed2015-07-04
| | | | | | | | Nvim hasn't ever had X11 integration, so this has was never needed.
* | Remove 'guipty' referencesMichael Reed2015-07-04
| | | | | | | | | | | | | | | | Presumably due to tarruda's unifdefing, it was already a no-op at the time of nvim's first commit. It's probably better to be clear that it doesn't exist, as opposed to users thinking `:set guipty` is doing something when it isn't.
* | doc: Remove gui_x11.txt, merge remnants into nvim_clipboard.txtMichael Reed2015-07-04
| | | | | | | | We've never had an X11 GUI.
* | doc: Mention that Python module might be provided by package manager #2935Florian Walch2015-07-01
| | | | | | | | | | Using e.g. a Linux distribution's package manager should be preferred over installing the `neovim` Python modules with `pip`.
* | Update vimrc_example fileFelipe Morales2015-06-29
|/ | | | | Because of recent work on defaults (see https://github.com/neovim/neovim/issues/2676)
* doc: Fix undefined reference warningMichael Reed2015-06-28
|
* doc: Remove usr_90.txtMichael Reed2015-06-27
| | | | | - It's severely outdated - We already have (up to date) installation instructions on the wiki
* doc: Various #2898Michael Reed2015-06-24
| | | | | | | | | refs #2895 Helped-by: Bohr Shaw <pubohr@gmail.com> Helped-by: Justin M. Keyes <justinkz@gmail.com> [ci skip]
* doc: Revise for flow and consistency #2831alecbrooks2015-06-24
| | | | | | In general, attempt to make things more concise. Reviewed-by: Michael Reed <m.reed@mykolab.com>
* doc: vim_diff: clarify key-chord support. #2886Justin M. Keyes2015-06-24
|
* defaults: remove "options" in 'sessionoptions'. #2871Felipe Morales2015-06-21
| | | | Re: https://github.com/neovim/neovim/issues/2676
* defaults: prefix "!" to 'viminfo' by default #2870Felipe Morales2015-06-21
| | | | Re: https://github.com/neovim/neovim/issues/2676
* defaults: set 'tabpagemax' to 50 by default. #2869Felipe Morales2015-06-21
| | | | Re: https://github.com/neovim/neovim/issues/2676
* defaults: set 'display' to "lastline" by default.Felipe Morales2015-06-21
| | | | Re: https://github.com/neovim/neovim/issues/2676
* doc: Fix some typos and trailing whitespace. #2875Lucas Hoffmann2015-06-21
|
* defaults: enable 'hlsearch' by default. #2859Justin M. Keyes2015-06-20
| | | | | | Also update the documentation regarding the option. Re: https://github.com/neovim/neovim/issues/2676
* defaults: enable 'incsearch' by default. #2858Felipe Morales2015-06-20
| | | | | | This also updates the documentation about 'incsearch'. Re: https://github.com/neovim/neovim/issues/2676
* defaults: remove "i" from the default 'complete' #2854Felipe Morales2015-06-20
| | | | | | "i" could slow down the completion. Re: https://github.com/neovim/neovim/issues/2676
* default: enable 'langnoremap'. #2853Felipe Morales2015-06-20
| | | | Re: https://github.com/neovim/neovim/issues/2676
* defaults: set 'mouse' to 'a' by default. #2860Felipe Morales2015-06-20
| | | | | | Re: https://github.com/neovim/neovim/issues/2676 Also, some documentation changes.
* defaults: enable 'autoindent' #2857Felipe Morales2015-06-20
| | | | Re: https://github.com/neovim/neovim/issues/2676
* defaults: enable 'autoread' by default #2856Felipe Morales2015-06-20
| | | | Re: https://github.com/neovim/neovim/issues/2676
* defaults: enable 'smarttab' by default. #2855Felipe Morales2015-06-20
|
* plugin: enable the matchit plugin by default #2723Felipe Morales2015-06-04
| | | | | Reviewed-by: Scott Prager <splinterofchaos@gmail.com> Reviewed-by: Michael Reed <m.reed@mykolab.com>