aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | Add empty options dict to buf_attachKillTheMule2018-05-23
| | |
| * | Rename some more, fixe borked renamingKillTheMule2018-05-23
| | |
| * | Send changedtick as first event if buffer contents weren't requestedKillTheMule2018-05-23
| | |
| * | Unify updates_start and updates to lines_eventKillTheMule2018-05-23
| | | | | | | | | | | | Also rename changedtick -> changedtick_event
| * | Use autogenerated declarationsKillTheMule2018-05-23
| | |
| * | LintKillTheMule2018-05-23
| | |
| * | Some renamings and doc changesKillTheMule2018-05-23
| | |
| * | Enable -WconversionKillTheMule2018-05-23
| | |
| * | The grand renamingKillTheMule2018-05-23
| | |
| * | Fix memory leakKillTheMule2018-05-23
| | |
| * | Bump up buffer capacity to 2GBKillTheMule2018-05-23
| | |
| * | Make LiveUpdate return lastline instead of numreplacedKillTheMule2018-05-23
| | | | | | | | | | | | In analogy to `nvim_buf_set_lines`.
| * | LintKillTheMule2018-05-23
| | |
| * | Make separate functions to start/stop live updatesKillTheMule2018-05-23
| | |
| * | Adjust FUNC_API_SINCE for nvim_buf_live_updatesKillTheMule2018-05-23
| | |
| * | Add argument to not send a buffers content when updates are enabledKillTheMule2018-05-23
| | | | | | | | | | | | Add a test.
| * | Update to latest masterKillTheMule2018-05-23
| | |
| * | API: Implement buffer updatesPeter Hodge2018-05-23
| | | | | | | | | | | | | | | Originally written by @phodge in https://github.com/neovim/neovim/pull/5269.
* | | Merge #8498 from janlazo/vim-8.0.0523Justin M. Keyes2018-06-08
|\ \ \
| * | | lintJan Edmund Lazo2018-06-07
| | | |
| * | | vim-patch:8.0.0523: dv} deletes part of a multi-byte character.Jan Edmund Lazo2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | Problem: dv} deletes part of a multi-byte character. (Urtica Dioica) Solution: Include the whole character. https://github.com/vim/vim/commit/bf3d58073f7b34b2d65d1d08a728d1164e03cceb
* | | | vim-patch:8.0.0355: using uninitialized memory when 'isfname' is empty (#8493)Jan Edmund Lazo2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Using uninitialized memory when 'isfname' is empty. Solution: Don't call getpwnam() without an argument. (Dominique Pelle, closes vim/vim#1464) https://github.com/vim/vim/commit/187a4f28140f10ff833862be7e3ef823d317e1c7
* | | | vim-patch:8.0.0586: no test for mapping timing out (#8501)Jan Edmund Lazo2018-06-08
| | | | | | | | | | | | | | | | | | | | Problem: No test for mapping timing out. Solution: Add a test. https://github.com/vim/vim/commit/b7637c44c26b057d1f3721d932bbab06d9f74393
* | | | vim-patch:8.0.0560: :windo allows for ! but it's not supported (#8500)Jan Edmund Lazo2018-06-08
| | | | | | | | | | | | | | | | | | | | Problem: :windo allows for ! but it's not supported. Solution: Disallow passing !. (Hirohito Higashi) https://github.com/vim/vim/commit/451a4a1cb7797e5d9b9fd625671cb5c652e7da00
* | | | terminal: flush vterm output buffer on pty output #8486林千里2018-06-08
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4151 libvterm uses an "output buffer" for terminal reporting (e.g. \e[6n to report cursor position) Flush it in on_channel_output() not just terminal_send_key() See also this line from pangoterm: https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/view/607/pangoterm.c#L2159
* | | Merge #8491 from janlazo/vim-8.0.0255Justin M. Keyes2018-06-07
|\ \ \
| * | | vim-patch:8.0.0256: missing changes to one file breaks testJan Edmund Lazo2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Tests fail because some changes were not included. Solution: Add changes to evalfunc.c https://github.com/vim/vim/commit/3a29abcb6154d9f55ca8abd6d97e5822b97ac4b3
| * | | vim-patch:8.0.0255: setpos() does not use the buffer argument for all marksJan Edmund Lazo2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When calling setpos() with a buffer argument it often is ignored. (Matthew Malcomson) Solution: Make the buffer argument work for all marks local to a buffer. (neovim vim/vim#5713) Add more tests. https://github.com/vim/vim/commit/f13e00b2cf381e13fd327b5387a5bd6f004ac2a3
* | | | API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
| | | |
* | | | vim-patch:8.0.0265: ml_get error when :pydo deletes lines (#8492)Jan Edmund Lazo2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: May get ml_get error when :pydo deletes lines or switches to another buffer. (Nikolai Pavlov, issue vim/vim#1421) Solution: Check the buffer and line every time. https://github.com/vim/vim/commit/a58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387 (We only include the tests, the Vim code changes are N/A for Nvim.)
* | | | vim-patch:8.0.0254: error message of assert functions (#8488)Jan Edmund Lazo2018-06-07
|/ / / | | | | | | | | | | | | | | | Problem: When using an assert function one can either specify a message or get a message about what failed, not both. Solution: Concatenate the error with the message. https://github.com/vim/vim/commit/c7b831ca154537505f5a22d01335a86b2e9cb023
* | | Merge #8464 from justinmk/cmake-findpkg-requiredJustin M. Keyes2018-06-06
|\ \ \
| * | | win/build: avoid "C4142: benign redefinition of type"Justin M. Keyes2018-06-06
| | | | | | | | | | | | | | | | ssize_t is already typedef's by libuv:uv-win.h
| * | | win: enable DYNAMIC_ICONVJustin M. Keyes2018-06-06
| | | |
| * | | win/build: download iconv, gettext toolsJustin M. Keyes2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | - We need the gettext tools (msgmerge.exe) because these aren't built when we build from source (not trivial). - We can use the pre-built libiconv-2.dll for DYNAMIC_ICONV_DLL.
| * | | build/CMake: find_package(… REQUIRED)Justin M. Keyes2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Always use `find_package` with `REQUIRED`." - We make an exception for LuaJit (not REQUIRED): the `nvim-test` target is included only if we can find LuaJit. This is partially a cargo-cult (reference below), but it uncovered at least one problem: `find_package(LibIntl REQUIRED)` fails on my vanilla ubuntu 16.04 system. ref: https://schneide.blog/2017/11/06/4-tips-for-better-cmake/ > optional dependencies is nice, but skipping on REQUIRED is not the way > you want to do it. In the worst case, some of your features will just > not work if those packages are not found, with no explanation > whatsoever. Instead, use explicit feature-toggles (e.g. using option()) > that either skip the find_package call or use it with REQUIRED, so the > user will know that another lib is needed for this feature.
* | | | ex_getln.c: Fix PVS/V519: variable assigned twiceJustin M. Keyes2018-06-06
|/ / /
* | | Merge #8461 from bfredl/scrollstatusJustin M. Keyes2018-06-06
|\ \ \
| * | | ex_getln: remove msg_scrolled cargo-cult magic, fixes #8251Björn Linse2018-06-02
| | | |
| * | | ex_getln: don't redraw statusline on top of scrolled messagesBjörn Linse2018-06-02
| | | |
* | | | vim-patch:8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch' (#8483)Jan Edmund Lazo2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | Problem: 'colorcolumn' has a higher priority than 'hlsearch', it should be the other way around. (Nazri Ramliy) Solution: Change the priorities. (LemonBoy, closes vim/vim#1794) https://github.com/vim/vim/commit/774e5a9673260b1b8b88463669213a96637f72e8
* | | | Merge #8479 from janlazo/vim-8.0.0529Justin M. Keyes2018-06-05
|\ \ \ \
| * | | | lintJan Edmund Lazo2018-06-04
| | | | |
| * | | | vim-patch:8.0.0623: error for invalid regexp is not very informativeJan Edmund Lazo2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The message "Invalid range" is used for multiple errors. Solution: Add two more specific error messages. (Itchyny, Ken Hamada) https://github.com/vim/vim/commit/966e58e413ffa88af8d748e697aa2999571fcd7b
| * | | | vim-patch:8.0.0529: line in test commented outJan Edmund Lazo2018-06-04
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Problem: Line in test commented out. Solution: Uncomment the lines for character classes that were failing before 8.0.0519. (Dominique Pelle, closes vim/vim#1599) https://github.com/vim/vim/commit/13489b9c41922b9ecb16fa47564ec76641515c08
* / | | vim-patch:8.0.0851: 'smartindent' is used even when 'indentexpr' is set (#8481)Jan Edmund Lazo2018-06-05
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'smartindent' is used even when 'indentexpr' is set. Solution: Ignore 'smartindent' when 'indentexpr' is set. (Hirohito Higashi) https://github.com/vim/vim/commit/69a76feda9e9d308be6b5fc2185286a061dfecd6 --- This also fixes "delfunction!" which was not merged fully in a185ab70fd2eb8d55 (vim-patch:8.0.0655)
* | | vim-patches: 8.0.0399 8.0.0401 (#8475)Justin M. Keyes2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0399: crash when using balloon_show() when not supported Problem: Crash when using balloon_show() when not supported. (Hirohito Higashi) Solution: Check for balloonEval not to be NULL. (Ken Takata) https://github.com/vim/vim/commit/caf6434ac937cf26050276d7b474be2d2d6a06b3 vim-patch:8.0.0401: test fails with missing balloon feature Problem: Test fails with missing balloon feature. Solution: Add check for balloon feature. https://github.com/vim/vim/commit/a0107bdf8762d81cb49909ef02ffff9954092fb6 vim-patch:8.0.0414: balloon eval is not tested
* | | vim-patch:8.0.1237: ":set scroll&" often gives an error (#8473)Jan Edmund Lazo2018-06-04
| | | | | | | | | | | | | | | | | | | | | Problem: ":set scroll&" often gives an error. Solution: Don't use a fixed default value, use half the window height. Add a test. (Ozaki Kiichi, closes vim/vim#2104) https://github.com/vim/vim/commit/af2d20c6285c1d2973e3d9b5e8f727e3ed180493
* | | version.c: update [ci skip] (#8413)Marvim the Paranoid Android2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0349: redrawing errors with GTK 3 vim-patch:8.0.0363: Travis is too slow to keep up with patches vim-patch:8.0.0366: build fails with tiny features vim-patch:8.0.0373: build fails without +folding vim-patch:8.0.0397: can't build with +viminfo but without +eval vim-patch:8.0.0410: newer gettext/iconv library has extra dll file- vim-patch:8.0.0418: ASAN logs are disabled vim-patch:8.0.0445: getpgid is not supported on all systems- vim-patch:8.0.0449 vim-patch:8.0.0462: failure of an MS-Windows test may go unnoticed vim-patch:8.0.0494: build failure with older compiler on MS-Windows vim-patch:8.0.0501: on MS-Windows ":!start" does not work as expected vim-patch:8.0.0508: Coveralls no longer shows per-file coverage vim-patch:8.0.0509: no link to codecov.io results vim-patch:8.0.0510: typo in link to codecov.io results vim-patch:8.0.0512: check for available characters takes too long vim-patch:8.0.0521: GtkForm handling is outdated vim-patch:8.0.0527: leftover file from RISC OS vim-patch:8.0.0534: defaults.vim does not work well with tiny features vim-patch:8.0.0557: GTK: using static gravities is not useful vim-patch:8.0.0566: setting nocompatible for the tiny version moves the cursor vim-patch:8.0.0570: can't run make with several jobs vim-patch:8.0.0573: running parallel make after distclean fails vim-patch:8.0.0576: can't build when configure choses "install-sh" vim-patch:8.0.0578: :simalt on MS-Windows does not work properly vim-patch:8.0.0589: :simalt still does not work vim-patch:8.0.0594: build failure when windows feature is missing vim-patch:8.0.0619: GUI gets stuck if timer uses feedkeys() vim-patch:8.0.0624: warning for unused variable in tiny build vim-patch:8.0.0638: cannot build with new MSVC version vim-patch:8.0.0651: build failure without the auto command feature vim-patch:8.0.0695: missing dependencies breaks parallel make vim-patch:8.0.0711: cannot build without the wildmenu feature vim-patch:8.0.0756: cannot build libvterm with MSVC vim-patch:8.0.0757: libvterm MSVC Makefile not included in the distribution vim-patch:8.0.0765: build fails with tiny features vim-patch:8.0.0767: build failure with Athena and Motif vim-patch:8.0.0780: build failure on Travis vim-patch:8.0.0786: build failures on Travis vim-patch:8.0.0796: no coverage on Travis with clang vim-patch:8.0.0814: file in Filelist does not exist vim-patch:8.0.0961: the script to build the installer does not include winpty vim-patch:8.0.0989: ActiveTcl dll name has changed in 8.6.6 vim-patch:8.0.1032: "make tags" doesn't work well on MS-Windows- vim-patch:8.0.1050: terminal window feature not included by default vim-patch:8.0.1056: cannot build with +diff but without +multi_byte- vim-patch:8.0.1084: GTK build has compiler warnings vim-patch:8.0.1086: can't build with GTK 3 vim-patch:8.0.1098: build failure if libvterm installed vim-patch:8.0.1099: warnings for GDK calls vim-patch:8.0.1122: vimtutor.bat doesn't work well with vim.bat vim-patch:8.0.1124: use of MZSCHEME_VER is unclear vim-patch:8.0.1147: fail to build with tiny features vim-patch:8.0.1156: trouble from removing one -W argument from Perl CFLAGS vim-patch:8.0.1178: using old compiler on MS-Windows vim-patch:8.0.1183: MS-Windows build instructions are outdated vim-patch:8.0.1185: Ruby library includes minor version number vim-patch:8.0.1187: building with lua fails for OSX on Travis vim-patch:8.0.1196: crash when t_RF is not set vim-patch:8.0.1212: MS-Windows: tear-off menu does not work on 64 bit vim-patch:8.0.1233: typo in dos installer vim-patch:8.0.1235: cannot disable the terminal feature in a huge build vim-patch:8.0.1252: incomplete translations makefile for MinGW/Cygwin vim-patch:8.0.1268: PC install instructions are incomplete vim-patch:8.0.1288: GUI: cannot drag the statusline of a terminal window vim-patch:8.0.1294: GUI: get stuck when splitting a terminal window vim-patch:8.0.1301: generated license file for NSIS has a modeline vim-patch:8.0.1313: missing dependencies cause parallel make to fail vim-patch:8.0.1314: build fails on Mac vim-patch:8.0.1351: warning for unused variables building with MinGW vim-patch:8.0.1373: no error when settting 'renderoptions' before starting GUI vim-patch:8.0.1379: configure check for selinux does not check for header file vim-patch:8.0.1385: Python 3.5 is getting old vim-patch:8.0.1390: DirectX scrolling can be slow, vertical positioning is off vim-patch:8.0.1392: build fails with --with-features=huge --disable-channel vim-patch:8.0.1399: warnings and errors when building tiny version vim-patch:8.0.1401: cannot build with GTK but without XIM vim-patch:8.0.1407: GUI: CursorHold may trigger before 'updatetime' vim-patch:8.0.1431: MS-Windows: vimtutor fails if %TMP% has special chars vim-patch:8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problems vim-patch:8.0.1450: GUI: endless loop when stopping cursor blinking vim-patch:8.0.1466: older GTK versions don't have gtk_entry_get_text_length() vim-patch:8.0.1471: on MS-Windows CursorIM highlighting no longer works vim-patch:8.0.1473: MS-Windows: D&D fails between 32 and 64 bit apps vim-patch:8.0.1474: Visual C 2017 has multiple MSVCVER numbers vim-patch:8.0.1530: dump test fails when using a shadow directory- vim-patch:8.0.1548: screen dump test script not included in distribution- vim-patch:8.0.1555: build error for some combination of features vim-patch:8.0.1559: build failure without GUI vim-patch:8.0.1560: build failure without GUI on MS-Windows vim-patch:8.0.1800: X11: getting color is slow- vim-patch:8.0.1808: can't build without TGETENT- vim-patch:8.0.1822: make uninstall does not remove colors/tools- vim-patch:8.0.1826: configure uses old compiler flag- vim-patch:8.0.1828: get no clue why :gui does not fork- vim-patch:8.0.1833: X11: ":echo 3.14" gives E806- vim-patch:8.0.1834: GUI: find/replace dialog does not handle some chars- vim-patch:8.0.1847: some build options don't have an example-
* | | build/MSVC: TUI: Fix uninitialized variableb-r-o-c-k2018-06-03
| | | | | | | | | | | | closes #8459