Justin M. Keyes
164fb2a688
Merge pull request #4098 from jusga/vim-7.4.656
...
vim-patch:7.4.656
2016-01-27 23:41:19 -05:00
Nicolas Dumazet
71980676f0
vim-patch:5a5f459
...
Original commit: https://github.com/vim/vim/commit/5a5f459
commit 5a5f45917dbf542cb00617fa5ef70a14898495dd
Author: Bram Moolenaar <Bram@vim.org >
Date: Mon Apr 13 12:43:06 2015 +0200
Updated runtime files.
(1) Merged manually vimrc_example.vim
(2) Left out README.txt, doc/tags, doc/todo.txt, tutor/tutor.de,
tutor.de.utf-8, ga.po
2016-01-27 14:22:48 +01:00
Justin Gassner
299044d4ef
vim-patch:7.4.656
...
Problem: Missing changes for glob() in one file.
Solution: Add the missing changes.
d8b77f7dc0
2016-01-25 21:45:26 +01:00
Justin M. Keyes
9eb6a44564
Merge #3916 "Add support for binary numbers".
2016-01-21 01:34:36 -05:00
Björn Linse
f338ea7835
job control: implement jobpid() to get PID of job
2016-01-20 11:09:29 +01:00
Björn Linse
d0d5d17b69
job control: add 'detach' option to jobstart
2016-01-20 11:09:25 +01:00
Seth Jackson
e4fb777252
doc: Remove more references to MS-DOS
...
Among other things, this includes:
- lies about command.com
- references to pcterm
2016-01-16 14:12:56 -05:00
Jason Schulz
7ad3f077dc
Add support for binary numbers
2016-01-15 18:21:06 -08:00
Justin M. Keyes
24fbb2c866
Merge pull request #4014 from jusga/vim-2b8388b
...
vim-patch:2b8388b
2016-01-14 23:14:23 -05:00
Seth Jackson
4034670568
doc: Remove references to the Mac GUI #4016
...
We don't support it.
2016-01-14 23:04:58 -05:00
Seth Jackson
7a7a758786
doc: Remove references to GTK.
...
We don't support it.
2016-01-14 13:16:10 -05:00
Justin Gassner
cf0ff1dd0f
vim-patch:2b8388b
...
Updated runtime files.
2b8388bd01
2016-01-14 17:58:15 +01:00
Seth Jackson
7497dbee16
doc: Remove references to Motif GUI support #3893
...
We don't support it.
2016-01-11 18:36:13 -05:00
ZyX
3b7c4093e2
shell: Unquote &shell* options before using them
2016-01-11 05:24:44 +03:00
watiko
008c014cbe
vim-patch:7.4.945
...
Problem: New style testing is incomplete.
Solution: Add the runtest script to the list of distributed files.
Add the new functions to the function overview.
Rename the functions to match Vim function style.
Move undolevels testing into a new style test script.
683fa185a4
2016-01-10 09:01:30 +09:00
watiko
593df501b3
vim-patch:7.4.944
...
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.
43345546ae
2016-01-10 09:01:30 +09:00
Justin Gassner
4bc3bcab22
vim-patch:e3faf44
...
Updated runtime files.
e3faf44bef
2016-01-08 23:14:47 +01:00
Justin M. Keyes
3b23d733dd
Merge pull request #3943 from ZyX-I/better-fref-error
...
eval: Use better error messages when failing to dump values
2016-01-08 09:29:37 -05:00
ZyX
c6f6033482
eval: Do not use msgpack#string for error messages
2016-01-07 00:54:58 +03:00
ZyX
bd4ca22cf0
documentation: Update documentation
2016-01-07 00:54:57 +03:00
Seth Jackson
ec580da5f4
doc: Clarify Windows feature tests for eval().
2016-01-06 15:46:25 -05:00
Seth Jackson
47b9ac9013
doc: Remove references to Athena GUI support #3891
...
We don't support Athena anymore.
2015-12-22 18:39:51 -05:00
Seth Jackson
ee1f8eab0c
doc: Remove references to Windows 3.1 #3883
2015-12-21 22:48:57 -05:00
Justin M. Keyes
65f11d0a00
vim-patch:8a94d87
...
Update runtime files.
8a94d873aa
2015-12-17 21:56:41 -05:00
Justin M. Keyes
cb0b89f8ba
vim-patch:0122c40
...
Update runtime files.
0122c4070f
2015-12-17 05:14:40 -05:00
watiko
119545190c
vim-patch:7.4.786
...
Problem: It is not possible for a plugin to adjust to a changed setting.
Solution: Add the OptionSet autocommand event. (Christian Brabandt)
537443018d
2015-11-28 17:22:28 +09:00
Thiago de Arruda
df37aa6115
eval: Implement dictionary change notifications
2015-11-09 09:43:30 -03:00
Marco Hinz
975a610233
vim-patch:f2571c6
...
Update runtime files.
References #3625 .
2015-11-08 03:39:07 +01:00
Justin M. Keyes
120797cf87
doc
...
- design-not. Closes #2940
- :terminal
- vim_diff: 'termencoding' footnote
- 'shada'. Closes #3619
- eval.txt: job* functions list. Closes #3222
2015-11-07 00:32:00 -05:00
Michael Reed
06c2057a0e
doc: Fix lint warning
...
found with `gmake html'
2015-10-31 01:28:43 -04:00
Michael Reed
247041886f
doc: Nuke os_unix.txt
...
All of this information is a combination of incorrect, outdated, or
redundant given its availability in other help files.
Reviewed-by: Justin M. Keyes <justinkz@gmail.com >
Reviewed-by: Felipe Morales <hel.sheep@gmail.com >
2015-10-31 01:25:08 -04:00
ZyX
1cdc3298cf
documentation: Update documentation
...
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.
2015-10-23 14:54:10 +03:00
ZyX
8663983cc4
Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh
2015-10-08 22:00:07 +03:00
ZyX
b7ebd16af0
documentation: Update documentation
2015-10-08 21:59:56 +03:00
ZyX
b6fdb7bd0f
eval/string(): Share code between msgpackdump() and string()+:echo
2015-09-30 10:12:35 +03:00
Jakob Schnitzer
5d8f06fdc7
doc: feature-refs cleanup
2015-09-17 19:38:19 +02:00
Justin M. Keyes
7ee94d2dd7
doc: termopen(): remove 'name' feature.
2015-08-30 17:20:53 -04:00
James McCoy
f6f28c18e5
7.4.813
...
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 >
2015-08-20 10:32:25 -04: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
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
01901e0038
documentation: Document changes
2015-07-26 02:34:32 +03: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
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
406e9876b6
doc: Various #2898
...
refs #2895
Helped-by: Bohr Shaw <pubohr@gmail.com >
Helped-by: Justin M. Keyes <justinkz@gmail.com >
[ci skip]
2015-06-24 21:43:03 -04:00