Felipe Morales
321db59ca1
Merge pull request #3270 from ZyX-I/shada-support
...
Add plugin for editing ShaDa files
2015-11-23 00:27:18 +01:00
Marco Hinz
9fcd444036
Add TermClose event
...
A terminal buffer now exits with: [Process exited <return value>]
You can hook into it. E.g. :au TermClose * call feedkeys('<cr>')
Closes #2293 .
2015-11-15 15:10:02 +01:00
Johannes Löthberg
2975e66af4
vim_diff: Fix incorrect ShaDa path
...
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com >
2015-11-14 19:50:45 +01:00
Bohr Shaw
08a1eb7ae1
Doc: minor fix for ":ls u"
...
This fixes a typo that was already contained in the original Vim patch:
d51cb706a4
2015-11-12 17:36:02 +01:00
Justin M. Keyes
5434a05457
Merge pull request #3651 from mhinz/remove-nvimrc-refs
...
Remove all invalid nvimrc references
2015-11-11 17:37:07 -05: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
Marco Hinz
bb43d9b9a2
vim-patch:7.4.791 #3078
...
Problem: The buffer list can be very long.
Solution: Add an argument to ":ls" to specify the type of buffer to list.
(Marcin Szamotulski)
d51cb706a4
2015-11-11 21:46:46 +01:00
Michael Reed
632408af4a
Merge pull request #3652 from Pyrohh/rm-os-mac
...
[RDY] Remove os_mac.txt
2015-11-11 12:33:18 -05:00
Michael Reed
150d08801c
doc: Nuke os_mac.txt
...
Pretty much all of this stuff is outdated.
Reviewed-by: @justinmk
2015-11-11 12:31:53 -05:00
Michael Reed
2fbcc9ab76
Be more explicit about the lack of X11 integration
...
I don't want anyone getting the idea that the `-X` flag they might have
used has anything to do with why the `+` is working for them
2015-11-10 20:10:55 -05:00
Marco Hinz
3b12bb225a
Add file selection prompt on ":oldfiles!"
...
:browse was removed for good, but some people miss ":browse oldfiles".
The same functionality is now provided by ":oldfiles!".
Helped-by: @Pyrohh
2015-11-10 03:13:31 +01:00
Marco Hinz
1902ee52ef
Add ":profile stop"
...
This writes the logfile and stops profiling.
2015-11-10 02:49:47 +01:00
Marco Hinz
588bf76650
Add ":profile dump"
...
Currently the logfile (":profile start {logfile}") only gets written when Vim
exits. This new command allows to dump the log immediately without exiting.
2015-11-10 02:49:47 +01:00
Thiago de Arruda
df37aa6115
eval: Implement dictionary change notifications
2015-11-09 09:43:30 -03:00
Johan Klokkhammer Helsing
f65e7bf30c
vim-patch:7.4.686 #3629
...
Problem: "zr" and "zm" do not take a count.
Solution: Implement the count, restrict the fold level to the maximum
nesting depth. (Marcin Szamotulski)
7d2757a472
2015-11-08 17:06:33 +01:00
Marco Hinz
6936061580
Update runtime/syntax/css.vim
...
This file was missing from the previous runtime update (975a610
).
2015-11-08 12:23:37 +01:00
Marco Hinz
975a610233
vim-patch:f2571c6
...
Update runtime files.
References #3625 .
2015-11-08 03:39:07 +01:00
Michael Reed
7521fb5655
Merge pull request #3622 from Sean1708/patch-1
...
[RFC] Fix doc discrepancy in 'complete' defaults.
2015-11-07 19:08:13 -05: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
Michael Reed
c40dff6453
Remove :open command
...
From the documentation itself:
:[range]o[pen] Works like |:visual|: end Ex mode.
{Vi: start editing in open mode}
...
Vim does not support open mode, since it's not really useful. For
those situations where ":open" would start open mode Vim will leave Ex
mode, which allows executing the same commands, but updates the whole
screen instead of only one line.
Part of the reason behind this is to make removing vi_diff.txt easier,
although it's also because :open is not too useful.
Helped-by: @fdinoff
Helped-by: @dsummersl
Helped-by: @mhinz
Helped-by: @justinmk
2015-11-07 14:33:10 -05: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
Daniel Hahler
dcc71094d1
runtime/autoload/provider/python{,3}.vim: fix E168
...
Do not use `finish` inside of `provider#python{,3}#Call`, but `return`.
2015-11-03 16:52:26 +01:00
ZyX
e773ffe809
documentation: Add documentation on shada plugin
2015-11-01 21:27:28 +03:00
ZyX
320ad2a4fe
documentation: Add documentation for autoload/msgpack.vim
2015-11-01 21:27:28 +03:00
ZyX
ae0576a472
runtime: Add shada.vim syntax file
2015-11-01 21:27:28 +03:00
ZyX
9037a180de
runtime: Add [ft]plugin/shada.vim files that automatically open .shada
2015-11-01 21:27:28 +03:00
ZyX
8d9063bb2a
runtime: Add autoload/shada.vim helper file
...
Contains most of the logic
2015-11-01 21:27:28 +03:00
ZyX
00a638179d
runtime: Add autoload/msgpack.vim helper file
2015-11-01 21:27:27 +03:00
Michael Reed
48f67d3816
Merge pull request #3570 from srobbibaro/srobbibaro/doc-update
...
[RFC] Update terminal documentation for clarity
2015-10-31 13:45:45 -04:00
Steve Robbibaro
cd67c3bacd
Update terminal documentation for clarity
...
A couple lines tripped me up while reading through this document for the first
time. This change aims to reword/rework these areas, so that they are clearer
on the first read.
2015-10-31 09:09:18 -04: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
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
Felipe Morales
6b6f018f84
spellfile: follow the XDG spec
...
Closes #3535
2015-10-28 14:46:00 +01:00
Felipe Morales
04810c2b39
tutor: fix typo
2015-10-26 19:23:59 +01:00
Felipe Morales
c3f95ade91
tutor: fix location for init.vim file
2015-10-26 14:47:11 +01:00
Justin M. Keyes
0f9dea2a0e
vim-patch:7.4.849
...
Problem: Moving the cursor in Insert mode starts new undo sequence.
Solution: Add CTRL-G U to keep the undo sequence for the following
cursor movement command. (Christian Brabandt)
8b5f65a527
Closes #3492
2015-10-26 02:23:59 -04:00
Justin M. Keyes
1ca5646bb5
Merge pull request #3470 from ZyX-I/pr-3198
...
XDG base directory specification support
2015-10-25 22:38:23 -04:00
ZyX
42047acb4f
documentation: Update documentation regarding init.vim location
2015-10-24 04:35:14 +03:00
ZyX
a8e18d9b5a
memline: Automatically create swap file directory for last directory
2015-10-23 15:56:50 +03:00
ZyX
afcc842881
main,version: Remove USR_EXRC_FILE*
2015-10-23 14:54:11 +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
ZyX
0a59c969cc
option: Use proper printexpr
2015-10-23 14:54:10 +03:00
ZyX
fc2bb200f7
documentation: Fix :delmarks! documentation
...
:delmarks! clears the change list, but this fact is not mentioned. Also true for
Vim.
2015-10-23 14:47:59 +03:00
ZyX
7a1090eef5
shada: Run set_last_cursor before writing shada file
2015-10-23 14:47:59 +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