Justin M. Keyes
681ee8131c
Merge pull request #2910 from blueyed/python-fix-path_hook
...
Python: fixes for sys.path_hooks handler
2015-08-17 19:21:19 -04:00
Justin M. Keyes
616b787d12
tutor: avoid 'wildignore' pain
2015-08-16 21:13:26 -04:00
Felipe Morales
4912dcf3c7
install tutorial files #3180
2015-08-16 14:02:35 -04:00
Justin M. Keyes
197a5ad376
Merge pull request #2700 from fmoralesc/vim-tutor-mode
...
runtime: Include vim-tutor-mode
2015-08-15 14:56:46 -04:00
Felipe Morales
4fc1ab779d
runtime: Include vim-tutor-mode
...
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 .
2015-08-15 15:25:30 -03:00
Daniel Kosinski
6bf322c6ff
doc: Fix typo in nvim-python. #3162
2015-08-12 21:57:29 -04:00
ZyX
a6c6128681
runtime: Do install generated syntax file, also test this. #3160
...
Fixes #3157
2015-08-11 13:50:43 -04:00
Björn Linse
41e9ebcf41
clipboard: remove documentation for unsupported options
...
Both these were relevant only to the old gui implementation.
2015-08-07 13:06:17 +02:00
Björn Linse
d4ebbaa91a
clipboard: support clipboard=unnamedplus,unnamed
2015-08-07 13:06:13 +02:00
ZyX
718504e18d
documentation: Replace undefined help tag
2015-08-06 01:41:01 +03:00
ZyX
fe3c8690f6
documentation: Fix special dictionary value key name
2015-08-06 01:40:01 +03:00
Michael Reed
8f3eb69207
doc: Fix nit in previous commit
...
...sorry
2015-08-04 17:10:44 -04:00
Florian Walch
61e6665652
doc: Add transition instructions to nvim_from_vim.txt
...
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 >
2015-08-04 16:46:15 -04:00
Justin M. Keyes
9f350e615c
Merge pull request #3034 from ZyX-I/msgpack-eval
...
msgpack viml functions for dump/restore
2015-08-03 00:24:10 -04:00
ZyX
69a42f2d1d
documentation: Add {Nvim} tag to new functions
2015-08-02 19:34:32 +03:00
ZyX
7fbefd585e
eval: Remove most of msgpack* functions limitations
2015-08-02 19:32:41 +03:00
ZyX
5a7135fa1c
eval: Add msgpackparse and msgpackdump functions
2015-08-02 19:32:41 +03:00
Justin Gassner
63d5b8707b
vim-patch:5d89d9b #2922
...
Update runtime files.
https://code.google.com/p/vim/source/detail?r=5d89d9b40499059e1a64dc35fbae94313fba0098
2015-08-02 05:17:49 -04:00
ZyX
61e4a32065
runtime: Remove duplicates and garbage from installation
2015-07-27 00:40:29 +03:00
Justin M. Keyes
a497bf4bfd
Merge pull request #2288 from ZyX-I/autovimsyn
...
Move part of syntax/vim.vim to syntax/vim/generated.vim
2015-07-26 15:42:42 -04:00
ZyX
f2b4894c93
syntax: Restore vim-specific highlight groups
2015-07-26 21:21:58 +03:00
ZyX
f9d1150dba
cmake: Run nvim that generates helptags with proper WORKING_DIRECTORY
2015-07-26 21:09:52 +03:00
ZyX
e1cc0fe996
cmake: Generate tags and some vim syntax elements
2015-07-26 21:09:52 +03:00
ZyX
01901e0038
documentation: Document changes
2015-07-26 02:34:32 +03:00
Marco Hinz
fd740a383a
Doc: add bracketed-paste-mode #3028
...
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 >
2015-07-21 09:38:18 +02:00
Michael Reed
4455fc3f05
Remove ':Print' command #3049
...
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
2015-07-20 20:43:09 -04:00
Felipe Morales
b4a5871809
defaults: set 'history' to 10000 by default. #2868
...
Note: the new history value is the max allowed.
Re: https://github.com/neovim/neovim/issues/2676
2015-07-20 03:48:33 -04:00
Michael Reed
85b7ea9a87
Remove POSIX 'cpoptions': cleanup
...
- 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
2015-07-19 15:14:23 -04:00
Michael Reed
4f444ae4f8
Remove POSIX 'cpoptions': '\'
2015-07-19 15:14:22 -04:00
Michael Reed
0661411bba
Remove POSIX 'cpoptions': '.'
2015-07-19 15:14:22 -04:00
Michael Reed
3931a36340
Remove POSIX 'cpoptions': '/'
2015-07-19 15:14:22 -04:00
Michael Reed
b19afa52c4
Remove POSIX 'cpoptions': '&'
2015-07-19 15:14:22 -04:00
Michael Reed
d9b053d6a6
Remove POSIX 'cpoptions': '|'
...
It wasn't even hooked up to anything... must have been removed when
term.c was replaced.
2015-07-19 15:14:22 -04:00
Michael Reed
4a86122422
Remove POSIX 'cpoptions': '{'
2015-07-19 15:14:22 -04:00
Michael Reed
96c27692b8
Remove POSIX 'cpoptions': '#'
2015-07-19 15:14:22 -04:00
Felipe Morales
fb0ebb2a3a
runtime/syntax/vim.vim: Update to version 7.4-33
2015-07-19 01:01:54 -03:00
Michael Reed
fcb051098a
runtime/syntax/vim.vim: Update
...
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 >
2015-07-19 01:01:54 -03:00
Björn Linse
c7bfbd4fd9
python3: remove decoding logic, as this is now done in plugin host #3026
...
DecodeHook isn't needed since neovim/python-client#53
rpc methods won't pass bytes anymore, ref neovim/python-client#129
2015-07-18 22:39:28 +02:00
Michael Reed
4d79edccdc
Cleanup after #3007 #3020
...
'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.
2015-07-17 17:36:38 -04:00
Marco Hinz
1e03165074
Remove :tearoff #3007
...
This also removes the 't' flag from 'guioptions'.
Side effect: :term[inal] -> :te[rminal]
Closes #3003 .
2015-07-15 22:03:35 -04:00
Felipe Morales
59784b91db
vim-patch:7.4.688 #2941
...
```
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
2015-07-14 14:25:54 -04:00
Björn Linse
73d9cd85df
rplugin: Don't error if plugin is registered before host #2961
...
This makes it possible to register a lazy loaded host in a plugin/ file.
Previously this caused an error on restart after :UpdateRemotePlugins
2015-07-10 22:11:13 +02:00
Daniel Hahler
07e538d589
python: VimPathFinder: remove unused load_module method
...
This method was not used, but `VimModuleLoader.load_module` is.
2015-07-09 13:45:25 +02:00
Daniel Hahler
5e32120236
python: path_hook: properly implement PEP302
...
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.
2015-07-09 13:43:57 +02:00
Daniel Hahler
ad6dfa6669
python: VimModuleLoader: check sys.modules[fullname]
...
This is required by PEP302 for `reload()`ing modules.
2015-07-09 13:43:57 +02:00
Daniel Hahler
1cc37f32b8
python: VimPathFinder: use find_spec for Python 3.4
...
Fixes https://github.com/neovim/neovim/issues/2909
2015-07-09 13:43:29 +02:00
Michael Reed
be00bd7016
doc: Remove refs to xsmp, xterm_(clipboard|save)
...
Nvim has no direct integration with X.
Helped-by: Florian Walch <florian@fwalch.com >
2015-07-05 11:45:40 -04:00
Michael Reed
36e3f4f4c4
doc: Remove refs to dos(16|32), win16, and win95
...
This is primarily low-hanging fruit; there are still many references to
things such as MS-DOS throughout (see os_dos.txt).
2015-07-05 11:45:40 -04:00
Michael Reed
f48c8d652c
Remove VisualNOS highlight group remnants
...
Nvim hasn't ever had X11 integration, so this has was never needed.
2015-07-04 15:43:54 -04:00
Michael Reed
cadf93e6fc
Remove 'guipty' references
...
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.
2015-07-04 15:43:54 -04:00