Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | scripts: Allow patching only build files | ZyX | 2017-04-19 | |
| | | | | | | | | | ||||
| * | | | | | | | | scripts: Do not patch already patched sources in patch mode | ZyX | 2017-04-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also do not patch header files, that is not needed. | |||
| * | | | | | | | | scripts: Make pvs do not patch separate directory, add patch mode | ZyX | 2017-04-19 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge #6552 from justinmk/loadview | Justin M. Keyes | 2017-04-20 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | doc: Recommend `:silent!` for :loadview. | Justin M. Keyes | 2017-04-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_loadview() was changed in 9b1c9393709a to check the file open result. If user doesn't care about failure to open, using :silent! instead of :silent is a reasonable, conventional approach. Closes #3196 | |||
| * | | | | | | | | | 'scrollback': Allow :setlocal -1 on normal buffers | Justin M. Keyes | 2017-04-20 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids a spurious :loadview error. | |||
* | | | | | | | | | version.c: Mark 7.4.{2165,2173,2179} applied | James McCoy | 2017-04-19 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #6531 from justinmk/vim-dc1f1645cb49 | James McCoy | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | vim-patch: runtime updates | |||
| * | | | | | | | | | scripts/vim-patch.sh: word-boundaries in preprocess regex | Justin M. Keyes | 2017-04-19 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | vim-patch:e4a3bcf28d92 | Justin M. Keyes | 2017-04-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. Add Scala files. https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5 | |||
| * | | | | | | | | | vim-patch:7571d55f7dcc | Justin M. Keyes | 2017-04-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/7571d55f7dcc009a375b2124cce2c8b21f361234 | |||
| * | | | | | | | | | vim-patch:dc1f1645cb49 | Justin M. Keyes | 2017-04-19 | |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/dc1f1645cb495fa6bfbe216d7359f23539a0e25d | |||
* | | | | | | | | | Merge pull request #6547 from jamessan/vim-7.4.2152 | James McCoy | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | vim-patch:7.4.2152,7.4.2165,7.4.2173,7.4.2179,7.4.2209 | |||
| * | | | | | | | | vim-patch:7.4.2209 | James McCoy | 2017-04-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot map <M-">. (Stephen Riehm) Solution: Solve the memory access problem in another way. (Dominique Pelle) Allow for using <M-\"> in a string. https://github.com/vim/vim/commit/35a4cfa200917dd171b1fff3cd5b6cee9add673d | |||
| * | | | | | | | | Mark patches applied in 6baa669 | James McCoy | 2017-04-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.2165 vim-patch:7.4.2173 vim-patch:7.4.2179 | |||
| * | | | | | | | | vim-patch:7.4.2152 | James McCoy | 2017-04-19 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No proper translation of messages with a count. Solution: Use ngettext(). (Sergey Alyoshin) https://github.com/vim/vim/commit/ee695f787ade7fd88fc5f5497553d95c0c3645b5 | |||
* | | | | | | | | Merge #6546 from justinmk/doc | Justin M. Keyes | 2017-04-19 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | doc: api-contract, CONTRIBUTING.md | Justin M. Keyes | 2017-04-19 | |
| | | | | | | | | ||||
| * | | | | | | | doc/CONTRIBUTING.md: Recommend merge-based workflow. | Nikolai Aleksandrovich Pavlov | 2017-04-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | References #6435 | |||
| * | | | | | | | health.vim: Set 'iskeyword' to that of ft=help. | Justin M. Keyes | 2017-04-19 | |
|/ / / / / / / | ||||
* | | | | | | | doc: fix typo (#6504) | Shlomi Fish | 2017-04-19 | |
| | | | | | | | ||||
* | | | | | | | Merge #6533 'Fix PVS-studio warnings' | Justin M. Keyes | 2017-04-17 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | buffer: Adjust where do_buffer call is located | ZyX | 2017-04-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is located there in Vim, but in dd7657c1605246e8f7ade35184069a09dc254e84 position was for some reason swapped. | |||
| * | | | | | | | *: Fix linter errors | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | regexp_nfa: Remove octal constant | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | regexp_nfa: Remove another has_mbyte/…-checking code | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | regexp: Silence octal constant warning | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | regexp: Remove another has_mbyte/…-checking stuff | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | regexp: Fix warning about octal constant | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | tag: Fix “initialized twice successively” false positive | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | tag: Silence “buffer underflow” warning | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | screen: Remove another portion of has_mbyte/friends-checking stuff | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | screen: Remove unneeded condition | ZyX | 2017-04-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Already checked in outer if() | |||
| * | | | | | | | screen: Silence NULL dereference false positive | ZyX | 2017-04-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the loop condition when shl_flag is true cur != NULL. | |||
| * | | | | | | | screen: Silence “buffer underflow” warning | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | screen: Remove unneeded check | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | quicfix: Avoid possible NULL dereference | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | quicfix: Remove duplicate condition | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | quickfix: Remove unneeded condition | ZyX | 2017-04-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | fmt_ptr was checked for being NULL in if() condition earlier. | |||
| * | | | | | | | normal: Add figure braces so that code is clearer | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | normal: Clarify the code | ZyX | 2017-04-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current variant works only because of PUT_FIXINDENT being equal to true. | |||
| * | | | | | | | normal: Remove unneeded assignment | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | ops: Silence “counter not used in loop” false positive | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | os/env: Fix “invalid pointer to local” false positive | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | fileio: Silence “!= identical subexpressions” warning | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | message: Some more has_mbyte/enc_utf8 removal | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | message: Remove some enc_utf8/… checks | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | memline: Fix “NULL pointer dereference” warning | ZyX | 2017-04-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was actually a false positive indicating always-true condition, not real dereference. | |||
| * | | | | | | | memline: Silence “buffer underflow” warning, looks like false positive | ZyX | 2017-04-16 | |
| | | | | | | | | ||||
| * | | | | | | | fileio: Simlify help files encoding detection | ZyX | 2017-04-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of code is dead when enc_utf8 is always true. Given that `c` is being reused for other purposes I left it set to 1 just in case. |