David Barnett
896f548eee
vim-patch:88774f
...
Updated runtime files and Italian messages.
88774fdd23
2016-04-17 17:19:00 -07: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
Justin M. Keyes
56bfdd7934
Merge #4265 'vim-patch:7.4.925'.
2016-03-02 01:24:38 -05: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
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
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
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
ZyX
ef662498b1
tabline: Add %[] atom to the tabline, for random commands on click
...
Currently untested and undocumented.
2016-02-01 21:40:06 +03:00
watiko
ddba89c9b6
vim-patch:7.4.1065
...
Problem: Cannot use the "dll" options on MS-Windows.
Solution: Support the options on all platforms. Use the built-in name as
the default, so that it's clear what Vim is looking for.
25e4fcde76
2016-02-01 03:47:08 +09:00
Jurica Bradaric
3915ac2409
vim-patch:7.4.722
...
Problem: 0x202f is not recognized as a non-breaking space character.
Solution: Add 0x202f to the list. (Christian Brabandt)
73284b973a
2016-01-24 09:55:40 +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
Justin M. Keyes
24fbb2c866
Merge pull request #4014 from jusga/vim-2b8388b
...
vim-patch:2b8388b
2016-01-14 23:14:23 -05:00
Michael Reed
964e52e81f
Merge pull request #4009 from sethjackson/swapsync
...
[RFC] Remove 'swapsync'
2016-01-14 15:38:19 -05:00
Seth Jackson
7a7a758786
doc: Remove references to GTK.
...
We don't support it.
2016-01-14 13:16:10 -05:00
Seth Jackson
62d137ce09
Remove swapsync.
...
It's complete overkill.
2016-01-14 13:13:32 -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
Seth Jackson
d51a27b7e5
Remove 'restorescreen' option
...
The relevant code was never actually in Neovim, most likely due to being
unifdef(1)'d out during the initial import.
see `:h hidden-options'
2016-01-08 14:59:18 -05:00
Björn Linse
5a6633bc34
encoding: Update documentation
2016-01-02 23:21:57 +01:00
Seth Jackson
648aebb8b6
Port fsync() to libuv.
2016-01-01 00:12:28 -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
944658e2e1
doc: Remove a reference to Windows ME #3888
...
We don't support Windows 95, Windows ME, or Windows 2000 anymore.
2015-12-22 15:52:27 -05:00
Justin M. Keyes
cb0b89f8ba
vim-patch:0122c40
...
Update runtime files.
0122c4070f
2015-12-17 05:14:40 -05:00
Justin M. Keyes
aca51f3d93
Merge #3443 'vim-patch:7.4.{785,795,898}'
2015-12-13 00:09:07 -05:00
Shougo Matsushita
41523c28e7
vim-patch:7.4.631
...
Problem: The default conceal character is documented to be a space but it's
initially a dash. (Christian Brabandt)
Solution: Make the intial value a space.
4a42710695
2015-12-01 07:54:35 +09:00
Justin M. Keyes
b9139e009f
Merge pull request #3724 from ZyX-I/fix-3635
...
shada: Do not save unlisted and quickfix buffers
2015-11-27 18:06:52 -05:00
Michael Reed
f7c4770572
Remove 'antialias' remnants
...
It never did anything (see `:h hidden-options`).
2015-11-25 14:56:08 -05:00
Michael Reed
87e2a1ee40
doc: Remove stray {not in Vi} tag
...
This was missed in 818f7aefd2
2015-11-23 15:46:10 -05:00
ZyX
ec8e60a055
shada: Do not save unlisted and quickfix buffers
...
Fixes #3635
2015-11-23 15:12:08 +03:00
Johan Klokkhammer Helsing
a86d4b323e
vim-patch:7.4.785
...
Problem: On some systems automatically adding the missing EOL causes
problems. Setting 'binary' has too many side effects.
Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
34d72d4b6c
2015-11-22 20:03:41 +01:00
Marco Hinz
85b1052c3c
Remove all invalid nvimrc and ngvimrc references
...
"vimrc" refers to all files that are used to configure Neovim. The main
configuration file is init.vim nowadays.
All nvimrc references that are left refer to a local ".nvimrc" which is read
if 'exrc' is set. ".ngvimrc" references were completely wiped.
Closes #3552 .
2015-11-11 22:50:14 +01:00
Sean Marshallsay
8eac930eac
doc: Remove example in 'complete' doc.
...
The example needlessly replicates information and using the defaults causes
discrepancies to occur over time.
2015-11-07 23:09:55 +00:00
Victor Adam
89b35cff90
doc: remove balloon options. #3524
2015-11-07 00:42:41 -05: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
ZyX
10080366b8
documentation: Fix &undodir default
2015-10-30 17:42:54 +03:00
ZyX
ffdf9399ba
undo: Automatically create undo directory if needed
2015-10-29 19:34:26 +03:00
ZyX
0bcc2bf126
option: Add current directory to &backupdir option
...
Fixes #3496
2015-10-29 19:34:24 +03:00
ZyX
a8e18d9b5a
memline: Automatically create swap file directory for last directory
2015-10-23 15:56:50 +03: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
Johan Klokkhammer Helsing
3bb2662669
vim-patch:7.4.793
...
Problem: Can't specify when not to ring the bell.
Solution: Add the 'belloff' option. (Christian Brabandt)
165bc69d1b
2015-10-18 01:58:18 +02:00
Justin M. Keyes
3a970e57df
Merge pull request #2506 from ZyX-I/shada
...
Replace viminfo with ShaDa files
2015-10-16 01:54:07 -04:00
Ben Noordhuis
b2ff868436
doc: drop obsolete 'langnoremap' section. #3448
...
Commit e3568364
("default: enable 'langnoremap'. #2853 ") enabled it by
default but forgot to remove the lines saying it's disabled by default.
tweaked by Michael Reed
Reviewed-by: Felipe Morales <hel.sheep@gmail.com >
[ci skip]
2015-10-11 21:22:37 -04:00
rosston
d69f3bbb0d
vim-patch:8feef4f #3444
...
Update runtime files.
8feef4ff62
2015-10-11 18:07:58 -04:00