ZyX
d70a322c40
eval: Add special variables v:false, v:null, v:none
2016-04-18 02:44:03 +03:00
ZyX
68e58444b4
eval: Add jsonencode() function
...
Ref #3471
2016-04-18 02:44:03 +03:00
Justin M. Keyes
aae7e8b7dd
Merge pull request #4585 from dbarnett/vim-fc39ec
...
vim-patch:fc39ec
2016-04-17 18:44:25 -04:00
David Barnett
2895883154
vim-patch:fc39ec
...
Update runtime files.
fc39ecf8de
2016-04-16 23:06:24 -07:00
Shougo Matsushita
b50afb4651
clipboard: support "lemonade" tool
2016-04-17 13:38:57 +09:00
Justin M. Keyes
523ff9c55c
test: defaults_spec.lua
2016-04-15 02:23:27 -04:00
Justin M. Keyes
f47a20a266
Merge pull request #4562 from dbarnett/vim-f2571c
...
vim-patch:f2571c
2016-04-11 13:02:04 -04:00
David Barnett
cf32ca5137
vim-patch:f2571c
...
Updated runtime files.
f2571c61d5
2016-04-11 09:23:31 -07:00
Justin M. Keyes
fe4d814c0f
Merge pull request #4559 from ZyX-I/undodir-undo-doc-update
...
documentation: Update information about default location of undo files
2016-04-11 00:08:16 -04:00
ZyX
b25b6048ca
documentation: Update information about default location of undo files
2016-04-11 07:00:57 +03:00
Justin M. Keyes
91c5005da8
Merge pull request #4555 from justinmk/spell
...
spell: fix SpellFileMissing handler
2016-04-10 04:52:10 -04:00
Justin M. Keyes
8d37201ed2
spell: Fix argument and avoid redundant prompt.
...
In #3027 we deferred the "missing spell file" prompt until VimEnter, but
we were sending the wrong argument (should be "en", not "en_us").
This also caused redundant prompts if user answers "No" to the download
prompt invoked by the SpellFileMissing event.
Closes #3966
Closes #4406
2016-04-10 04:27:39 -04:00
Justin M. Keyes
3462f46cb8
spellfile.vim: less pestering
...
- Always auto-create spell/ directory, don't ask.
- Don't ask where to put .spl file if only 1 choice exists.
- Always download .sug file, don't ask.
- Use blackhole register for :delete and :g//d.
- Formatting: expand tabs.
2016-04-10 04:27:25 -04:00
Justin M. Keyes
1bf1ffc734
Merge pull request #4505 from watiko/vim-runtimes
...
vim-patch:86ae720,f913281,dd1616e
2016-04-10 01:43:07 -04:00
Justin M. Keyes
bf2c2b34cf
Merge pull request #4357 from jbradaric/vim-7.4.1105
...
vim-patch:7.4.1105
2016-04-09 14:14:55 -04:00
Chiel Kooijman
5330aa104b
doc: formatting #4543
2016-04-08 18:01:07 -04:00
Panashe Fundira
2df8f88b3c
doc: Fix tiny typo in :bufdo section
...
[ci skip]
2016-04-08 17:58:14 -04:00
Justin M. Keyes
c54ccfbb52
Merge pull request #4508 from Xerkus/hotfix/remote-plugins-wrong-condition
...
Fix condition for lazy loading remote plugins defintions
2016-04-03 19:20:46 -05:00
Shougo Matsushita
1a9be28c75
vim-patch:7.4.1425
...
Problem: There are still references to MS-DOS support.
Solution: Remove most of the help txt and install instructions. (Ken Takata)
6e722e2f94
2016-04-02 11:24:23 +09:00
Aleksei Khudiakov
6e8757255e
rplugin: Fix wrong condition for lazy loading remote plugins
2016-03-31 08:58:22 +10:00
watiko
beccc3e3a1
vim-patch:dd1616e
...
Correct optwin script, update PHP complete.
dd1616e6ce
2016-03-29 23:05:51 +09:00
watiko
15b5bb038b
vim-patch:f913281
...
Updated and new runtime files.
f91328100d
2016-03-29 21:58:28 +09:00
watiko
ce832238c8
vim-patch:86ae720
...
Updated runtime files.
86ae720d75
2016-03-29 21:41:37 +09:00
Miguel de Val-Borro
075f84cbea
Update path to colors directory in syntax highlighting docs
2016-03-20 21:22:51 -04:00
Justin M. Keyes
5a9d3be54c
test: minor changes
2016-03-17 00:21:48 -04:00
Shougo Matsushita
77a7ca458b
'shortmess': Add "F" flag. #4446
...
Add "Don't give the file editing message" flag in shortmess option.
Add the UI tests by @fmoralesc
Fix the changes for Vim 7.4.1570
2016-03-17 00:07:38 -04:00
Björn Linse
89bb5a8ab8
python: move script_host.py to python-client
2016-03-15 12:32:18 +01:00
Justin M. Keyes
e7a9c006e1
Merge pull request #4168 from noahfrederick/patch-1
...
man.vim: parse page names containing dash or dot
2016-03-13 14:48:45 -04:00
John Renner
ffaaf5df31
runtime/macros: replace "vim" with "nvim"
2016-03-11 16:37:25 -05:00
Justin M. Keyes
66a75fb835
Merge pull request #4410 from alexgenco/ruby_rplugin
...
Ruby remote plugin support
2016-03-11 12:33:41 -05:00
Björn Linse
6c4d3362c5
rplugin: let the python host identify packages
2016-03-11 11:31:09 +01:00
Justin M. Keyes
1c066e671d
rplugin: Silence :doautocmd. #4384
2016-03-11 01:22:41 -05:00
Alex Genco
3cb9970acf
Ruby remote plugin support
2016-03-10 19:01:44 -08:00
Shougo Matsushita
bb020df0f5
rplugin: Initialize remote plugins lazily. #4384
2016-03-10 10:34:57 -05:00
Noah Frederick
091ef2fbe4
man.vim: prefer cmd-line to normal-mode commands
2016-03-05 09:12:54 -05:00
Noah Frederick
42e710eacb
man.vim: clean up regex/string comparisons
...
- Explicitly specify case sensitivity when comparing strings
- Clean up unnecessarily complex `if` statements
2016-03-05 09:12:54 -05:00
Noah Frederick
9fb9d2929f
man.vim: fixes to argument handling and parsing
...
- Define a collection of legal characters when parsing page and section
in `s:parse_page_and_section()` instead of relying on 'iskeyword',
which is unreliable.
- Allow non-numeric section names (e.g., `3c`).
- Simplify argument handling in `man#get_page()` to accommodate
non-numeric section names.
Fixes #4165 .
2016-03-05 09:12:54 -05:00
Marco Hinz
03fe4ad9b1
Doc: switch to terminal mode automatically
2016-03-04 12:55:59 +01:00
Rui Abreu Ferreira
4bfac00aa3
Windows: XDG: Update default paths. #4403
...
The previous defaults were including the nvim suffix, causing it to
apear twice in the final paths.
kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%,
kXDGCacheHome is set as $TEMP.
In Windows there is no distinction between configuration and data
storage, but we don't want to place all files under the same path.
get_xdg_home() now appends a different path suffix for kXDGDataHome.
- Configuration files are saved under %LOCALAPPDATA%\nvim
- Data files are saved under %LOCALAPPDATA%\nvim-data
2016-03-03 23:26:11 -05:00
Justin M. Keyes
56bfdd7934
Merge #4265 'vim-patch:7.4.925'.
2016-03-02 01:24:38 -05:00
Marco Hinz
888b8abeb0
Doc: make definitions jumpable
...
References #3640 .
2016-02-29 16:33:39 +01:00
Björn Linse
2359f6f144
TextYankPost: add information to v:event and update tests
2016-02-29 16:07:50 +01:00
Björn Linse
7ab9ff88e6
eval: add v:event, which will contain data events want to propagate to their receivers.
...
Add helper functions dict_clear and dict_set_keys_readonly.
2016-02-29 16:06:41 +01:00
Shougo Matsushita
f2ae5a9cc0
Add TextYankPost and TextDeletePost autocmds
...
Reviewed by @watiko
Ported from de53ab72c8
2016-02-29 13:21:59 +01:00
Justin M. Keyes
0c2ba7554f
Merge pull request #3900 from ZyX-I/inf-nan-string
...
Make it possible to eval() all floating-point values dumped by string()
2016-02-28 11:48:54 -05:00
Jurica Bradaric
de7165d351
eval: Update documentation.
...
Extracted from vim-patch:da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
2016-02-28 10:38:45 +01:00
Justin M. Keyes
bb56564900
Merge pull request #4335 from HarmtH/update-doc
...
Correct documention on order autocmds
2016-02-25 10:36:51 -05:00
Marco Hinz
39c3842621
Make set{qf,loc}list() take {title}
...
Add an extra argument to these functions to set w:quickfix_title.
This is a modified version of a patch from vim_dev. Discussion here:
https://groups.google.com/forum/#!topic/vim_dev/X7VVPd4Do5s
Credits go to Christian "chrisbra" Brabandt and Daniel "blueyed" Hahler.
2016-02-25 12:50:12 +01:00
Björn Linse
2a4ea9a546
docs: start api docs and document highlight mechanism
2016-02-23 21:29:02 +01:00
Harm te Hennepe
f57b9c57df
Correct documention on order autocmds
...
The order of executed autocmds TabEnter and WinEnter is wrongly stated
in the documentation. TabEnter is executed after WinEnter.
2016-02-23 12:24:43 +01:00