| Commit message (Collapse) | Author | Age |
|\
| |
| | |
vim-patch:7.4.792
|
| |
| |
| |
| |
| |
| |
| | |
Problem: Can only conceal text by defining syntax items.
Solution: Use matchadd() to define concealing. (Christian Brabandt)
https://github.com/vim/vim/commit/6561d52ecbe6e24d1b90403078cc8b76c53c42fc
|
|\ \
| | |
| | | |
Improve remote plugin scripts
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
- `syntax_on` is documented. Rather than introduce a new undocumented
VimL global `g:syntax_off`, use a module-local flag.
- Rename "maybe" functions to follow style guidelines (use standard
module prefix)
|
| |
| |
| |
| |
| | |
If user invokes :filetype or :syntax before startup defaults are
applied, don't clobber their choices.
|
| |
| |
| |
| | |
It is no longer forcing anything.
|
|/ |
|
|\
| |
| | |
doc: remove references to 'term' and other tty related options.
|
| |
| |
| |
| | |
Re: https://github.com/neovim/neovim/issues/4218
|
|/ |
|
|\
| |
| | |
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)
https://github.com/vim/vim/commit/a594d77ffcccf2ac0e4079c41342ca55d4c9bb08
|
| |
| |
| |
| |
| |
| | |
Update help files.
https://github.com/vim/vim/commit/979243b
|
| |
| |
| |
| |
| |
| |
| |
| | |
Problem: It is not easy to count the number of characters.
Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken
Takata)
https://github.com/vim/vim/commit/641e48c2248ccb3c25a5cdaa3709f16152d8c77d
|
|/ |
|
|
|
|
|
|
| |
Updated runtime files.
https://github.com/vim/vim/commit/541f92
|
| |
|
|
|
|
|
|
| |
Declare dependency in terms of directory, rather than individual doc
files to avoid target dependency cycles. This still maintains install
targets at doc file level.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Currently untested and undocumented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thanks to @sethjackson, @oni-link, @equalsraf, @jusga
included patches:
697 Already included e4975f8
1013
1149 Revert 7.4.1013
NA patches:
1002 Windows Test
1003 Travis CI
1004 Makefile
1008 Drop OS/2 support
1009 ARCHIE is already removed in neovim
1011 if_perl
1012 if_python
1014 Cygwin support
1016 Drop OS/2 support
1019 Makefile fix
1020 Windows fix
1021 Makefile fix
1022 Remove outdated description
1023 Makefile fix
1024 Windows fix
1025 Makefile fix
1026 Makefile fix
1027 if_python fix
1028 Nsis version file
1031 if_python
1033 Windows fix
1038 configure fix
1040 tee.c
1043 INSTALL_mac.txt
1044 ifdef FEAT_EVAL
1045 Travis fix
1060 old style test README fix
1062 Makefile fix
1063 Makefile fix
1065 if_python, if_lua, if_perl, if_ruby fix
1066 Windows build
1067 Makefile fix
1069 Compiler warning
1070 if_tcl
1074 GUI Compiler warning
1077 Windows build documentation
1078 Windows build
1080 Windows GUI
1082 Windows GUI
1083 GVimExt
1095 Makefile
1098 style fix
1099 crypt
1100 Cygwin Makefile
1103 filelist
1104 if_mzscheme
1106 Windows Makefile
1109 Windows
1115 Windows Makefile
1124 Windows
1125 if_perl
1127 if_perl
1128 Windows junction delete() fix
1129 if_python
1131 viminfo
1133 ARGS() macro
1134 Windows
1135 Windows
1138 GUI
1139 Windows
1144 float.h
1145 configure fix
1146 if_python3 fix
1148 Makefile fix
1155 feature remove
1158 ARGS macro
1159 ARGS macro
1162 if_mzscheme
1171 Makefile fix
1172 configure fix
1175 MinGW Cygwin build
1176 channel prototype fix
1185 if_tcl
1190 configure fix
1192 FEAT non multibyte fix
1196-1203 ARGS macro
1204 GUI Motif
1205-1208 old style function
1209 Athena support
1210 old style function
1211 old style function
1212 GUI Motif
1213-1215 old style function
1216 HAVE_STDARG_H
1218 old style function
1219 FEAT_FLOAT
|
|
|
|
| |
Spelling mistake -
`peform` > `perform`
|
|\
| |
| | |
vim-patch:7.4.709
|
| |
| |
| |
| |
| |
| |
| |
| | |
Problem: ":tabmove" does not work as documented.
Solution: Make it work consistently. Update documentation and add tests.
(Hirohito Higashi)
https://github.com/vim/vim/commit/40ce3a4e1f50badb75ca812e26557a9bc5fde8c6
|
|\ \
| | |
| | | |
Respect $MANWIDTH
|
| | |
| | |
| | |
| | | |
If $MANWIDTH is set do not override it otherwise use winwidth.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
https://github.com/vim/vim/commit/25e4fcde767084d1a79e0926bc301c92987c0cce
|
|/ /
| |
| |
| |
| |
| |
| | |
Problem: No support for binary numbers.
Solution: Add "bin" to nrformats. (Jason Schulz)
https://github.com/vim/vim/commit/887c1fea4a114e7170091942d0446c8882701b5b
|
| |
| |
| |
| |
| |
| | |
Remove local-additions entries from help.txt.
https://github.com/vim/vim/commit/ba172f2
|
| |
| |
| |
| |
| |
| | |
Updated runtime files.
https://github.com/vim/vim/commit/0a63ded
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
More updated runtime files.
https://github.com/vim/vim/commit/83d1b19015219c7799af0a0d539ae86a41057240
Left out:
- doc/tags
- doc/todo.txt
- runtime/tutor/de.*
- runtime/syntax/vim.vim that seems to have already been
applied/autogenerated without the has(...) tests
|
|\
| |
| | |
vim-patch:7.4.656
|
| |
| |
| |
| |
| |
| |
| | |
Problem: Missing changes for glob() in one file.
Solution: Add the missing changes.
https://github.com/vim/vim/commit/d8b77f7dc04e5721989df9c505b8568194261a39
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes issue #4071
|
|
|
|
|
|
|
| |
Problem: 0x202f is not recognized as a non-breaking space character.
Solution: Add 0x202f to the list. (Christian Brabandt)
https://github.com/vim/vim/commit/73284b973a013692dd1055cf210f3138a7f3c497
|
|
|
|
|
|
| |
Update runtime files.
https://github.com/vim/vim/commit/5837f1f447c34628268aab52476a79d57b6a7eaf
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`RedirectStream` is used to redirect `stdout` and `stderr`, but are
missing certain I/O methods available on other file-like objects.
This causes external plugins (like `colorama`) to crash.
Inheriting from `io.IOBase` adds an abstract implementation of these
methods, which will at least keep the python code running.
Fixes #4045
|
| |
| |
| |
| |
| |
| | |
This feature was already removed.
https://github.com/neovim/neovim/commit/83161200c473293b2d8d69e3ee1899c6a7199e38
|
| | |
|