aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | channel: Fix channel not being closed when the RStream reaches EOFThiago de Arruda2014-08-28
| |
* | wstream: Implement wstream_set_fileThiago de Arruda2014-08-28
| | | | | | | | | | | | It's analogous to rstream_set_file but only supports pipes(Support for regular files may be added later). This function was added to support creating API channels via stdout.
* | Merge pull request #1104 from Hinidu/vim-patch-7.4.220Justin M. Keyes2014-08-25
|\ \ | | | | | | vim-patch:7.4.220
| * | vim-patch:7.4.220Pavel Platto2014-08-22
| | | | | | | | | | | | | | | | | | | | | Problem: Test 105 does not work in a shadow dir. (James McCoy) Solution: Omit "src/" from the checked path. https://code.google.com/p/vim/source/detail?r=v7-4-220
* | | coverity/62620: fix uninitialized scalar variablePaul Burlumi2014-08-24
| |/ |/|
* | Mark patches 176, 185 and 189 as NAPavel Platto2014-08-22
|/
* Merge pull request #1101 from atwupack/vp-7.4.339Justin M. Keyes2014-08-22
|\ | | | | vim-patch:7.4.339
| * vim-patch:7.4.339André Twupack2014-08-21
| | | | | | | | | | | | | | Problem: Local function is available globally. Solution: Add "static". https://code.google.com/p/vim/source/detail?r=v7-4-339
* | vim-patch:7.4.296André Twupack2014-08-21
|/ | | | | | | Problem: Can't run tests on Solaris. Solution: Change the way VIMRUNTIME is set. (Laurent Blume) https://code.google.com/p/vim/source/detail?r=v7-4-296
* Merge pull request #840 from ZyX-I/generate-ex_cmdsJustin M. Keyes2014-08-21
|\ | | | | Use lua generator in place of ex_cmds_defs header trick
| * Extend documentationZyX2014-08-20
| |
| * Fix problem with test47: addition is not bitwise ORZyX2014-08-20
| | | | | | | | | | :diffsplit command used to include some flag value twice. If I was using bitwise OR it would be OK, but I had addition here. Changed to use bitwise OR.
| * Use lua generator in place of ex_cmds_defs header trickZyX2014-08-20
| | | | | | | | | | | | Closes #788 Fixes #379 Ref #549
* | update src/nvim/testdir/MakefileFelipe Morales2014-08-20
| | | | | | | | include breakindent and list related tests
* | vim-patch: 7.4.352Felipe Morales2014-08-20
| | | | | | | | | | | | Problem: With 'linebreak' a tab causes a missing line break. Solution: Count a tab for what it's worth also for shorter lines. (Christian Brabandt)
* | vim-patch:7.4.388Felipe Morales2014-08-20
| | | | | | | | | | | | Problem: With 'linebreak' set and 'list' unset a Tab is not counted properly. (Kent Sibilev) Solution: Check the 'list' option. (Christian Brabandt)
* | vim-patch:7.4.370Felipe Morales2014-08-20
| | | | | | | | | | | | | | Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall) Solution: Split the test in a single byte one and a utf-8 one. (Christian Brabandt)
* | vim-patch:7.4.371Felipe Morales2014-08-20
| | | | | | | | | | | | Problem: When 'linebreak' is set control characters are not correctly displayed. (Kimmy Lindvall) Solution: Set n_extra. (Christian Brabandt)
* | vim-patch: 7.4.353Felipe Morales2014-08-20
| | | | | | | | | | | | | | | | | | Make 'breakindent' work with the 'list' option. Originally patched in vim patch 7.4.353, by chrisbra (https://code.google.com/p/vim/source/detail?r=d42a1d3b74d40f580359dbd139d2d0dfa7235252) Updated version.c.
* | vim-patch: 7.4.346Felipe Morales2014-08-20
| | | | | | | | | | | | | | | | | | Do not cache "brishift". Indent was not updated when changing 'breakindentopt'. Reported by itchiny, fixed by chrisbra in vim patch 7.3.346 (https://code.google.com/p/vim/source/detail?r=3248c6e40aee01a7254d111dd846c6ec7889a804).
* | Port vim's patch 7.4.338 ('breakindent')Felipe Morales2014-08-20
|/
* Merge pull request #1062 from atwupack/vp-7.4.230+231Justin M. Keyes2014-08-20
|\ | | | | vim-patch:7.4.231
| * vim-patch:7.4.231André Twupack2014-08-19
| | | | | | | | | | | | | | | | Problem: An error in ":options" is not caught by the tests. Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that it uses the current runtime files instead of the installed ones. https://code.google.com/p/vim/source/detail?r=0a295a3c9e473512ad3b006a0fb752ad43d19094
* | vim-patch:7.4.317 #1076Justin M. Keyes2014-08-20
| | | | | | | | | | | | | | Problem: Crash when starting gvim. Issue 230. Solution: Check for a pointer to be NULL. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=8ffcb546d782
* | Merge pull request #1024 from war1025/dev/for_all_buffersJustin M. Keyes2014-08-19
|\ \ | | | | | | Add FOR_ALL_BUFFERS helper
| * | FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
| | |
| * | Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
| | |
* | | coverity/13749: fix negative array index read in unset_global_local_optionPaul Burlumi2014-08-19
| |/ |/|
* | vim-patch:7.4.329 #1079Justin M. Keyes2014-08-19
| | | | | | | | | | | | | | | | | | Problem: When moving the cursor and then switching to another window the previous window isn't scrolled. (Yukihiro Nakadaira) Solution: Call update_topline() before leaving the window. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=018df65085f8
* | vim-patch:7.4.325 #1078Justin M. Keyes2014-08-19
| | | | | | | | | | | | | | | | | | Problem: When starting the gui and changing the window size the status line may not be drawn correctly. Solution: Catch new_win_height() being called recursively. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=1f288d247548
* | Merge pull request #1019 from splinterofchaos/globpathJustin M. Keyes2014-08-18
|\ \ | | | | | | vim-patch:7.4.279
| * | vim-patch:7.4.279Scott Prager2014-08-04
| | | | | | | | | | | | | | | | | | | | | | | | Problem: globpath() returns a string, making it difficult to get a list of matches. (Greg Novack) Solution: Add an optional argument like with glob(). (Adnan Zafar) https://code.google.com/p/vim/source/detail?r=8e9db1f27a0063df023cc05a760fce73255dad24
* | | Make ttyfast default to true on all terminals #1051Fredrik Fornwall2014-08-18
| | |
* | | vim-patch:7.4.276Scott Prager2014-08-17
| | | | | | | | | | | | | | | | | | | | | Problem: The fish shell is not supported. Solution: Use begin/end instead of () for fish. (Andy Russell) https://code.google.com/p/vim/source/detail?r=a6b59ee633a355095e6473ec5e2a7d9088bfb853
* | | Doxygen/comment style for make_filter_cmd().Scott Prager2014-08-17
| | |
* | | path.c: Learn invocation_path_tail().Scott Prager2014-08-17
| | | | | | | | | | | | | | | Required for vim patch 276 as an alternative to `get_isolated_shell_name()`.
* | | Use sizeof over magic numbers.Scott Prager2014-08-17
| | |
* | | vim-patch:7.4.318 #968André Twupack2014-08-18
| | | | | | | | | | | | | | | | | | | | | Problem: Check for whether a highlight group has settings ignores fg and bg color settings. Solution: Also check cterm and GUI color settings. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=5c47dacf397c1c65d2dfc237b3ff395c66ec3d4d
* | | version.c: mark irrelevant patches with "NA" #1074Justin M. Keyes2014-08-17
| | | | | | | | | | | | uncomment some patch numbers that were satisfied by #938
* | | Merge pull request #950 from Hinidu/os_fchownJustin M. Keyes2014-08-16
|\ \ \ | | | | | | | | Implement os_fchown and remove HAVE_FCHOWN
| * | | os_fchown: remove cast of parameter -1 to uid_tPavel Platto2014-08-16
| | | |
| * | | os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13
| | | |
* | | | vim-patch:7.4.201André Twupack2014-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae) https://code.google.com/p/vim/source/detail?r=06e5f65c34d8136c3a9d2219429b7eca35cb3a21
* | | | Merge pull request #971 from munshkr/p7.4.314Justin M. Keyes2014-08-15
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.314
| * | | | vim-patch:7.4.314Damián Silvani2014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Completion messages can get in the way of a plugin. Solution: Add 'c' flag to 'shortmess' option. (Shougo Matsu) https://code.google.com/p/vim/source/detail?r=4d7af1962d6ce61df65fdc5c86544a61951f9517
* | | | | vim-patch:7.4.294Damián Silvani2014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test files missing from patch. Solution: Patch the test files. https://code.google.com/p/vim/source/detail?r=fdea5ea9afd139ea59dee6bdb3f1675b8b882bdf
* | | | | vim-patch:7.4.293Damián Silvani2014-08-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: It is not possible to ignore composing characters at a specific point in a pattern. Solution: Add the %C item. https://code.google.com/p/vim/source/detail?r=10fc95f48546f438648b8357062e93c9c2c0a377
* | | | vim-patch:7.4.328André Twupack2014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Selection of inner block is inconsistent. Solution: Skip indent not only for '}' but all parens. (Tom McDonald) https://code.google.com/p/vim/source/detail?r=01d9ffdd6e6ffb39faf946e13ec63bd7dc31e162
* | | | Merge pull request #1064 from mraghavan/coverity-22-07Justin M. Keyes2014-08-14
|\ \ \ \ | | | | | | | | | | coverity/71508: Fix potential null dereference.
| * | | | coverity/71508: Fix potential null dereference.Manish Raghavan2014-08-13
| | | | | | | | | | | | | | | | | | | | Make sure feature pointer is not null before dereferencing.