Justin M. Keyes
523ff9c55c
test: defaults_spec.lua
2016-04-15 02:23:27 -04: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
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
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
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
watiko
c78aeb0d46
vim-patch:7.4.941
...
Problem: There is no way to ignore case only for tag searches.
Solution: Add the 'tagcase' option. (Gary Johnson)
0f6562e903
2016-03-06 00:32:39 +09: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
watiko
313810ccad
vim-patch:7.4.1143
...
Problem: Can't sort on floating point numbers.
Solution: Add the "f" flag to ":sort". (Alex Jakushev) Also add the "f"
flag to sort().
f7edf40448
2016-03-02 17:32:24 +09:00
watiko
f6dca79f3a
vim-patch:7.4.951
...
Problem: Sorting number strings does not work as expected. (Luc Hermitte)
Solution: Add the 'N" argument to sort()
b00da1d6d1
2016-03-02 17:32:24 +09:00
watiko
4d5d76c086
vim-patch:7.4.984
...
Problem: searchpos() always starts searching in the first column, which is
not what some people expect. (Brett Stahlman)
Solution: Add the 'z' flag: start at the specified column.
ad4d8a192a
2016-03-02 16:29:21 +09: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
Justin M. Keyes
99d4c8c29c
keymap: Support <D-...> (super/command key).
...
Adds support for:
- api:vim_input("<D-a>")
- ":nnoremap <C-D-S-...>" and permutations thereof
UIs must capture the modifier and send it as "<D-...>" to vim_input().
Note: Before this commit, any arbitrary ":nnoremap <{foo}-{bar}>"
mapping could already be invoked with feedkeys("\<{foo}-{bar}>"). This
commit supports "D-" as a modifier that can be combined with "C-", "A-",
"S-" in any order.
For non-GUI (terminal) support, user must:
:set <D-a>={CSI sequence}
then send the {CSI sequence} from their terminal. But this does not work
yet (regression #2204 ).
Closes #2190
2016-02-22 02:41:40 -05:00
ZyX
90cbd70d1a
documentation: Add notes to eval.txt and vim_diff.txt
2016-02-21 21:58:58 +03:00
Tom X. Tobin
e87c7fcb39
Remove stray "<" in options help
...
Normally this would end an example, but there's no example block here.
2016-02-19 14:13:17 -05:00
watiko
4612821946
vim-patch:7.4.925
...
Problem: User may yank or put using the register being recorded in.
Solution: Add the recording register in the message. (Christian Brabandt,
closes vim/vim#470 )
a0ed84a268
2016-02-17 21:04:20 +09:00
Marco Hinz
089368c15f
Doc: correct default value
2016-02-15 19:55:51 +01:00
Justin M. Keyes
baee9fe286
Merge pull request #4220 from watiko/vim-7.4.792
...
vim-patch:7.4.792
2016-02-15 03:55:23 -05:00
Felipe Morales
6c9c08c370
startup: respect earlier :filetype and :syntax.
...
If user invokes :filetype or :syntax before startup defaults are
applied, don't clobber their choices.
2016-02-14 15:38:11 -05:00
Justin M. Keyes
da6299445a
ex_docmd: rename force_enable_filetype().
...
It is no longer forcing anything.
2016-02-14 15:20:32 -05:00
Felipe Morales
50e129f5a7
defaults: Enable syntax and filetype plugins.
2016-02-14 15:20:31 -05:00
watiko
133ef7e465
vim-patch:7.4.792
...
Problem: Can only conceal text by defining syntax items.
Solution: Use matchadd() to define concealing. (Christian Brabandt)
6561d52ecb
2016-02-11 15:08:31 +09:00
Felipe Morales
11f43360d1
doc: remove references to 'term' and other tty related options.
...
Re: https://github.com/neovim/neovim/issues/4218
2016-02-10 16:52:48 +01:00
Justin M. Keyes
25a70469f4
Merge pull request #4187 from watiko/vim-7.4.742
...
vim-patch:7.4.742
2016-02-09 02:19:17 -05:00
Jurica Bradaric
18be6e0b30
vim-patch:979243b
...
Update help files.
https://github.com/vim/vim/commit/979243b
2016-02-09 01:36:29 -05:00
Jurica Bradaric
a9a25fda42
vim-patch:7.4.755
...
Problem: It is not easy to count the number of characters.
Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken
Takata)
641e48c224
2016-02-09 01:36:29 -05:00
watiko
ba8ec7e963
vim-patch:7.4.742
...
Problem: Cannot specify a vertical split when loading a buffer for a
quickfix command.
Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
a594d77ffc
2016-02-07 17:54:37 +09:00
David Barnett
cc52060245
vim-patch:541f92 #4173
...
Updated runtime files.
https://github.com/vim/vim/commit/541f92
2016-02-07 01:13:30 -05:00
ZyX
ad5cb87d7a
eval: Add +tablineat feature
2016-02-01 21:40:46 +03:00
ZyX
1a356e6439
documentation: Reword help
2016-02-01 21:40:46 +03:00
ZyX
3f314d40be
functests: Improve tabline click tests
2016-02-01 21:40:46 +03:00
ZyX
64038bf4e2
tabline: Switch to functions, handle different click types
2016-02-01 21:40:06 +03:00