| Commit message (Collapse) | Author | Age |
... | |
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Problem: It's a bit clumsy to execute a command on a list of matches.
Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan
Lakshmanan)
https://github.com/vim/vim/commit/aa23b379421aa214e6543b06c974594a25799b09
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We never supported it.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
found with `make -C runtime/doc html`
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Nvim has no concept of "huge" or "normal" features: the overwhelming
majority of features are compiled in by default
- Nvim does not link to X (X11), so doesn't support setting things via
~/.Xresources, among many other things
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We don't support Athena anymore.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We do not support every Unix flavor in existence so note
that here.
We do not support Windows 95 or NT. Update the list to
the Windows versions we do support.
We only support OS X not classic Mac OS so note that too.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We don't support Windows 95, Windows ME, or Windows 2000 anymore.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It's generated by `make lint`.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Follow-up to ee1f8ea
Roger Knobbe is still mentioned in intro.txt, for anyone wondering.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We don't support MS-DOS.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The only call site was removed in 902ad8d.
|
| |_|/ / /
|/| | | | |
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
vim-patch:7.4.604
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Running tests changes viminfo.
Solution: Disable viminfo.
https://github.com/vim/vim/commit/6bf7c523ad54f625547ef2cc6009c28c0dd337ed
|
|\ \ \ \
| | | | |
| | | | | |
shada: Continue dumping when variables failed to dump
|
| | | | |
| | | | |
| | | | | |
Otherwise there should be memory leak.
|
| | |_|/
| |/| |
| | | |
| | | | |
Closes #3721
|
|\ \ \ \
| | | | |
| | | | | |
vim-patch:8a94d87
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update runtime files.
https://github.com/vim/vim/commit/8a94d873aa8c753a8522ea86a049bdf2abd0c507
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Any patch may contain mixed encodings, so we must process them as byte
arrays. E.g. with stock `sed` on OS X patch
8a94d873aa8c753a8522ea86a049bdf2abd0c507 causes this error:
sed: RE error: illegal byte sequence
To avoid that, set LC_ALL=C.
Also remove redundant *.patch creation from review_pr().
|
|\ \ \ \
| | | | |
| | | | | |
vim-patch:0122c40
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Update runtime files.
https://github.com/vim/vim/commit/0122c4070f84e71f15a39fb20ababeffb70757c4
|
|\ \ \ \
| | | | |
| | | | | |
vim-patch:83caecf
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Updated runtime files.
https://github.com/vim/vim/commit/83caecf31437c1e1af342186514f2a073ee1427e
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
vim-patch:9da7ff7
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated runtime files.
https://github.com/vim/vim/commit/9da7ff70cc22c941b7e6810c7d960d0061040436
|
| | | |
| | | |
| | | |
| | | | |
Sort non-tagged patches in descending order, like tagged patches.
|
|\ \ \ \
| | | | |
| | | | | |
vim-patch:7.4.682
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: The search highlighting and match highlighting replaces the
cursorline highlighting, this doesn't look good.
Solution: Combine the highlighting. (Yasuhiro Matsumoto)
https://github.com/vim/vim/commit/09deeb7c945d2677722df5b40959f97b646b6092
|
|\ \ \ \
| | | | |
| | | | | |
Fix CMakeLists.txt search paths for cross compile
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
MSVC: Define S_IXUSR.
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
vim-patch:7.4.665
vim-patch:7.4.671
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Problem: 'linebreak' does not work properly with multi-byte characters.
Solution: Compute the pointer offset with mb_head_off(). (Yasuhiro
Matsumoto)
https://github.com/vim/vim/commit/76feaf1bfed170d2fc5c34e7e758885554ecc794
Problem: Warning for shadowing a variable.
Solution: Rename off to mb_off. (Kazunobu Kuriyama)
https://github.com/vim/vim/commit/4df702999d14955255fcdfb820511767dcfec463
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Move uncrustify.cfg to contrib/
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
It hasn't been used in quite a while, so it's probably safe to move it
out of the repository root.
|
|\ \ \ \
| |/ / /
|/| | | |
Windows: define FNAME_ILLEGAL
|
|/ / / |
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: C indent does not support C11 raw strings. (Mark Lodato)
Solution: Do not change indent inside the raw string.
https://github.com/vim/vim/commit/f7bb86dc593913d055e4cce16cec43f6271adda3
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: For indenting, finding the C++ baseclass can be slow.
Solution: Cache the result. (Hirohito Higashi)
https://github.com/vim/vim/commit/4032cfdf17c1c744d0f87219924870378b86a1c4
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Using 'cindent' for Javascript is less than perfect.
Solution: Improve indenting of continuation lines. (Hirohito Higashi)
https://github.com/vim/vim/commit/dcefba993456263100785f18d21d780cf531f2dc
|
|\ \ \
| | | |
| | | | |
Remove "Commit:" field from `--version` output
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If nvim is built from a non-tagged commit, the truncated commit hash is
already appended to the main version string (e.g., "NVIM v0.1.0-83-g959f260 ..."),
making the "Commit:" field redundant.
Regarding the truncated hash length: we don't have nearly enough commits
to worry about collisions, and probably won't ever, so the default
length should be fine.
|