| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
- Bring back Vim code for settings $HOME in Windows from
$HOMEDRIVE$HOMEPATH
- vim-patch:0
|
|\
| |
| | |
Add missing guard for HAVE_UNISTD_H
|
| | |
|
|\ \
| | |
| | | |
MinGW: Add libluajit-5.1 lib name to FindLuaJit
|
| |/ |
|
|\ \
| | |
| | | |
Docs: remove references to removed :shell command
|
| |/
| |
| |
| | |
References #3791.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- shada/msgpack editor plugin #3270
- VimL Dict notifications #3603
- Note: API for this feature may change.
- :profile dump, :profile stop #2427
- :oldfiles! #3611
- TermOpen, TermClose events #3653
- fix: shada/viminfo: Do not save unlisted and quickfix buffers #3581
|
|\ \
| |/
|/| |
Fix Windows code in command_line_execute()
|
|/ |
|
|\
| |
| | |
CMake: Don't use check_library_exists for Win32 API libraries in FindLibUV.cmake
|
| |
| |
| |
| |
| |
| |
| |
| | |
When building for X86 the CMake check_library_exists always fails to find
functions from the Win32 API due to name mangling conventions. The convention
for API functions is __stdcall and the CMake test code assumes __cdecl. Since
these are libraries from the Windows API we can simply link against the
libraries without checking for the functions.
|
| |
| |
| |
| |
| |
| |
| | |
Update some comments, too.
Reviewed-by: Björn Linse <bjorn.linse@gmail.com>
Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The tests would leave the following test files in the root directory:
Xtest-functional-plugin-shada.shada
Xtest-functional-plugin-shada.shada.tmp.f
Clean them up in teardown().
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
So far luacheck's rockspec specified only the git protocol. Hence people
behind firewalls/proxies, that block port 9814, had trouble fetching this
dependency via luarocks.
The latest commit updated the rockspec to use either git or https. Thus common
workarounds like this are not needed anymore:
git config --global url."https://".insteadOf git://
References #3769.
|
|\ \
| | |
| | | |
vim-patch:7.4.649
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Compiler complains about ignoring return value of fwrite().
(Michael Jarvis)
Solution: Add (void).
https://github.com/vim/vim/commit/cf48767cd17130958a3076eed1872b6950947a0a
|
|\ \ \
| | | |
| | | | |
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.
https://github.com/vim/vim/commit/4a427106954857c6f84c0b0dc07725e302a433c6
|
|\ \ \
| | | |
| | | | |
vim-patch:7.4.623
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Crash with pattern: \(\)\{80000} (Dominique Pelle)
Solution: When the max limit is large fall back to the old engine.
https://github.com/vim/vim/commit/a1d2c58985584116d20fa5e132137d8ff1a535f7
|
|\ \ \
| | | |
| | | | |
vim-patch:7.4.617
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Wrong ":argdo" range does not cause an error.
Solution: Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat)
https://github.com/vim/vim/commit/c0a37b9db38e722b9e5ac3ac8b4c4af86bdf018c
|
|\ \ \
| |_|/
|/| | |
[RFC] Make `make test` run unit tests too
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
refs https://github.com/neovim/neovim/pull/2124#discussion_r26107174
Unlike Travis, `make test` currently only runs functional tests.
This can cause confusion since one might (understandably) think that `make
test` runs unit tests too, which it doesn't.
The `oldtest` target is still left out because it's quite slow and
Travis already runs it.
|
|\ \ \
| |_|/
|/| | |
Add path definitions for Windows.
|
|/ / |
|
|\ \
| | |
| | | |
tutor: Fix mistaken option name
|
|/ /
| |
| | |
Closes #3754
|
|\ \
| | |
| | | |
src/*: Remove `VIM - Vi improved ...` header
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Regarding the individual items in the header:
`Vim - Vi improved by Bram Moolenar`
Bram Moolenar is already mentioned throughout the documentation, as
well as the intro screen.
`:help uganda`
It's already shown to all users who don't use `shortmess+=I` upon
starting nvim, and is already placed prominently in help.txt, i.e.,
`:help` run with no arguments.
`:help credits`
Already mentioned near the top of help.txt.
`README.md`
Already mentioned in develop.txt.
|
|\ \
| | |
| | | |
tutor: Update vim-tutor to 0.2.1
|
| | |
| | |
| | |
| | | |
Also, some tweaks based on input by @fdinoff on gitter.
|
|\ \ \
| |_|/
|/| | |
shada: Do not save unlisted and quickfix buffers
|
| | |
| | |
| | | |
Fixes #3635
|
|\ \ \
| | | |
| | | | |
[RFC] doc: Remove todo.txt
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It's not documentation in the same sense as the majority of files in
runtime/doc, so is of little use to most users and should probably not
be installed alongside the "real" documentation.
It may be full of good ideas, but it's also full of things which are no
longer applicable to Nvim, such as references to platforms we no longer
support (e.g., MS-DOS), Vi compatibility, Autoconf, the Perl interface,
etc.
If someone is looking for things to fix or improve, the GitHub issue
tracker should prove useful, and, unlike todo.txt, the issues are
generally much more relevant to Nvim. Besides all that, removing
todo.txt makes porting runtime patches a bit easier.
refs #2911, discussed briefly in #2608 and #2553
|
| | | |
| | | |
| | | |
| | | | |
MinGW already has a redefine for ssize_t.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[RFC] Cleanup use of os_* functions errors and errno
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In Windows we can't assume errno will be set by calls to os_* functions,
instead the return value from os_* functions can be used. This commit fixes two
occurences for os_open().
1. EFBIG is replaced with UV_EFBIG and checked against the return from os_open().
2. EOVERFLOW does not have a corresponding libuv constant, and is not defined
by open() in Windows - disabled this case with a UNIX guard, and check the return
value against -EOVERFLOW (libuv errors are negative errno values in Unix).
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
From #3473, shada.c used errno constants (e.g. ENOENT) to check the return
of os_open(), but in Windows the return from libuv functions is not -errno.
Instead use libuv error constants (e.g UV_ENOENT) for error checks.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replaced old unit tests for errno with libuv error codes UV_ENOENT
and UV_EEXIST (for os_open and os_getperms).
Added libuv include path to test/includes compiler calls - needed
to get hold of libuv headers.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Previously os_getperms() returned -1 for any error condition, it
now returns the libuv error code (as returned by os_stat()). This
allows checking for error conditions without relying on errno
(which not available in Windows).
The only case where the errno value from os_getperms() was being used
was in readfile() to set the new-file flag - replaced the errno check
with UV_ENOENT.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Instead of returning bool from os_stat return the actual libuv return code.
This function is static and used internally in nvim/os/fs.c it should not
impact the rest of the API. This is a first step to change other fs functions.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
In windows libuv does not return -errno, instead it uses negative
error codes e.g. UV_ENOENT. This commit changes the comments in os_*
functions to reflect this.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
[RFC] Remove 'antialias' remnants
|
|/ / /
| | |
| | |
| | | |
It never did anything (see `:h hidden-options`).
|
|\ \ \
| | | |
| | | | |
[RFC] doc: More vi_diff.txt cleanup
|