aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | eval: Change the point at which arg_errmsg and its length are changedZyX2017-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref #6437
* | | | | | | | | | | os_term_is_nice: Return true for rxvt and iTerm.Justin M. Keyes2017-04-22
| | | | | | | | | | |
* | | | | | | | | | | 'guicursor': iTerm: Set cursor color.Justin M. Keyes2017-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iTerm uses proprietary escape codes to set cursor color. https://www.iterm2.com/documentation-escape-codes.html
* | | | | | | | | | | refactor/single-include: ui.h, ui_bridge.h, ugrid.h (#6571)relnod2017-04-22
| | | | | | | | | | |
* | | | | | | | | | | refactor/single-include (#6563)Othon Briganó2017-04-22
| | | | | | | | | | |
* | | | | | | | | | | refactor/single-include: window.h, version.h (#6570)relnod2017-04-22
| | | | | | | | | | |
* | | | | | | | | | | Merge #6539 'More cursor shape modes'Justin M. Keyes2017-04-21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ui: use an array for mode stylesBjörn Linse2017-04-21
| | | | | | | | | | | |
| * | | | | | | | | | | ui: support more cursor shape modesBjörn Linse2017-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | throttle unneccessary cursor shape events
* | | | | | | | | | | | ex_cmds.c: Fix bug in ex_z (#6557)sander22017-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0571
* | | | | | | | | | | | refactor/single-include: getchar.h (#6560)Othon Briganó2017-04-21
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | *: Add comment to all C filesZyX2017-04-19
| |/ / / / / / / / / /
* | | | | | | | | | | 'scrollback': Allow :setlocal -1 on normal buffersJustin M. Keyes2017-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids a spurious :loadview error.
* | | | | | | | | | | version.c: Mark 7.4.{2165,2173,2179} appliedJames McCoy2017-04-19
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #6531 from justinmk/vim-dc1f1645cb49James McCoy2017-04-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vim-patch: runtime updates
| * | | | | | | | | | | vim-patch:e4a3bcf28d92Justin M. Keyes2017-04-19
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. Add Scala files. https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
* | | | | | | | | | | vim-patch:7.4.2209James McCoy2017-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
* | | | | | | | | | | vim-patch:7.4.2152James McCoy2017-04-19
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No proper translation of messages with a count. Solution: Use ngettext(). (Sergey Alyoshin) https://github.com/vim/vim/commit/ee695f787ade7fd88fc5f5497553d95c0c3645b5
* | | | | | | | | | doc: fix typo (#6504)Shlomi Fish2017-04-19
| | | | | | | | | |
* | | | | | | | | | Merge #6533 'Fix PVS-studio warnings'Justin M. Keyes2017-04-17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | buffer: Adjust where do_buffer call is locatedZyX2017-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is located there in Vim, but in dd7657c1605246e8f7ade35184069a09dc254e84 position was for some reason swapped.
| * | | | | | | | | | *: Fix linter errorsZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | regexp_nfa: Remove octal constantZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | regexp_nfa: Remove another has_mbyte/…-checking codeZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | regexp: Silence octal constant warningZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | regexp: Remove another has_mbyte/…-checking stuffZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | regexp: Fix warning about octal constantZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | tag: Fix “initialized twice successively” false positiveZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | tag: Silence “buffer underflow” warningZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | screen: Remove another portion of has_mbyte/friends-checking stuffZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | screen: Remove unneeded conditionZyX2017-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Already checked in outer if()
| * | | | | | | | | | screen: Silence NULL dereference false positiveZyX2017-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the loop condition when shl_flag is true cur != NULL.
| * | | | | | | | | | screen: Silence “buffer underflow” warningZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | screen: Remove unneeded checkZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | quicfix: Avoid possible NULL dereferenceZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | quicfix: Remove duplicate conditionZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | quickfix: Remove unneeded conditionZyX2017-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt_ptr was checked for being NULL in if() condition earlier.
| * | | | | | | | | | normal: Add figure braces so that code is clearerZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | normal: Clarify the codeZyX2017-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current variant works only because of PUT_FIXINDENT being equal to true.
| * | | | | | | | | | normal: Remove unneeded assignmentZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | ops: Silence “counter not used in loop” false positiveZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | os/env: Fix “invalid pointer to local” false positiveZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | fileio: Silence “!= identical subexpressions” warningZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | message: Some more has_mbyte/enc_utf8 removalZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | message: Remove some enc_utf8/… checksZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | memline: Fix “NULL pointer dereference” warningZyX2017-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was actually a false positive indicating always-true condition, not real dereference.
| * | | | | | | | | | memline: Silence “buffer underflow” warning, looks like false positiveZyX2017-04-16
| | | | | | | | | | |
| * | | | | | | | | | fileio: Simlify help files encoding detectionZyX2017-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.
| * | | | | | | | | | hardcopy: Remove unneeded prt_do_conv assignmentZyX2017-04-16
| | | | | | | | | | |