aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* provider/pythonx.vim: Use shell-agnostic construction. #3190sanmiguel2015-08-21
|
* Merge pull request #3203 from jamessan/vim-7.4.813Justin M. Keyes2015-08-20
|\ | | | | Add getcharsearch() and setcharsearch()
| * 7.4.813James McCoy2015-08-20
| | | | | | | | | | | | | | | | | | | | | | patch 7.4.813 Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy) https://github.com/vim/vim/releases/tag/v7.4.813 https://github.com/vim/vim/releases/tag/v7.4.826 Signed-off-by: James McCoy <vega.james@gmail.com>
* | runtime: When generating helptags run NeoVim in headless modeZyX2015-08-19
|/ | | | | | I see that problem fixed by #2801 was resurrected by making help tags file generated in a more direct way. This fixes the hang without using the empty file.
* Merge pull request #2910 from blueyed/python-fix-path_hookJustin M. Keyes2015-08-17
|\ | | | | Python: fixes for sys.path_hooks handler
| * python: VimPathFinder: remove unused load_module methodDaniel Hahler2015-07-09
| | | | | | | | This method was not used, but `VimModuleLoader.load_module` is.
| * python: path_hook: properly implement PEP302Daniel Hahler2015-07-09
| | | | | | | | | | | | | | | | | | | | | | The path hook used to load the module already in the `find_module` hook. This caused different behaviour between Python 2.7 and 3.3, where the former would call the `VimModuleLoader`, while Python 3.3 appears to short-circuited this (because the module was loaded already). This patch will now only find the module, but not load it in the `find_module` hook.
| * python: VimModuleLoader: check sys.modules[fullname]Daniel Hahler2015-07-09
| | | | | | | | This is required by PEP302 for `reload()`ing modules.
| * python: VimPathFinder: use find_spec for Python 3.4Daniel Hahler2015-07-09
| | | | | | | | Fixes https://github.com/neovim/neovim/issues/2909
* | tutor: avoid 'wildignore' painJustin M. Keyes2015-08-16
| |
* | install tutorial files #3180Felipe Morales2015-08-16
| |
* | Merge pull request #2700 from fmoralesc/vim-tutor-modeJustin M. Keyes2015-08-15
|\ \ | | | | | | runtime: Include vim-tutor-mode
| * | runtime: Include vim-tutor-modeFelipe Morales2015-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-tutor-mode provides a mechanism to write and read interactive tutorials in vim. It's aim is to replace the venerable vimtutor with a more modern system. The plugin's development is maintained at https://github.com/fmoralesc /vim-tutor-mode Closes #2351.
* | | doc: Fix typo in nvim-python. #3162Daniel Kosinski2015-08-12
| | |
* | | runtime: Do install generated syntax file, also test this. #3160ZyX2015-08-11
| | | | | | | | | | | | Fixes #3157
* | | clipboard: remove documentation for unsupported optionsBjörn Linse2015-08-07
| | | | | | | | | | | | Both these were relevant only to the old gui implementation.
* | | clipboard: support clipboard=unnamedplus,unnamedBjörn Linse2015-08-07
| | |
* | | 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
* | | | runtime: Remove duplicates and garbage from installationZyX2015-07-27
| | | |
* | | | Merge pull request #2288 from ZyX-I/autovimsynJustin M. Keyes2015-07-26
|\ \ \ \ | | | | | | | | | | Move part of syntax/vim.vim to syntax/vim/generated.vim
| * | | | syntax: Restore vim-specific highlight groupsZyX2015-07-26
| | | | |
| * | | | cmake: Run nvim that generates helptags with proper WORKING_DIRECTORYZyX2015-07-26
| | | | |
| * | | | cmake: Generate tags and some vim syntax elementsZyX2015-07-26
| | | | |
* | | | | 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
| | | |
* | | | runtime/syntax/vim.vim: Update to version 7.4-33Felipe Morales2015-07-19
| | | |
* | | | runtime/syntax/vim.vim: UpdateMichael Reed2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: TermOpen autocmd Added: terminal mode (un)map commands Options and commands not available in neovim ('cp' and variants, termcap options, :shell, :fixdel) are highlighted as errors. Previously deleted entries were restored. Co-authored-by: Felipe Morales <hel.sheep@gmail.com>
* | | | python3: remove decoding logic, as this is now done in plugin host #3026Björn Linse2015-07-18
|/ / / | | | | | | | | | | | | DecodeHook isn't needed since neovim/python-client#53 rpc methods won't pass bytes anymore, ref neovim/python-client#129
* | | 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
* | | rplugin: Don't error if plugin is registered before host #2961Björn Linse2015-07-10
| |/ |/| | | | | | | This makes it possible to register a lazy loaded host in a plugin/ file. Previously this caused an error on restart after :UpdateRemotePlugins