summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Runtime file updates.Bram Moolenaar2011-02-2510-297/+730
|
* updated for version 7.3.125v7.3.125Bram Moolenaar2011-02-152-1/+7
| | | | | Problem: MSVC: Problem with quotes in link argument. Solution: Escape backslashes and quotes. (Weasley)
* updated for version 7.3.124v7.3.124Bram Moolenaar2011-02-155-17/+21
| | | | | | Problem: When writing a file in binary mode it may be missing the final EOL if a file previously read was missing the EOL. (Kevin Goodsell) Solution: Move the write_no_eol_lnum into the buffer struct.
* updated for version 7.3.123v7.3.123Bram Moolenaar2011-02-152-1/+5
| | | | | | Problem: ml_get error when executing register being recorded into, deleting lines and 'conceallevel' is set. (ZyX) Solution: Don't redraw a line for concealing when it doesn't exist.
* updated for version 7.3.122v7.3.122Bram Moolenaar2011-02-155-12/+17
| | | | | | Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file.
* updated for version 7.3.121v7.3.121Bram Moolenaar2011-02-152-0/+14
| | | | | Problem: Complicated 'statusline' causes a crash. (Christian Brabandt) Solution: Check that the number of items is not too big.
* updated for version 7.3.120v7.3.120Bram Moolenaar2011-02-152-3/+5
| | | | | | Problem: The message for an existing swap file is too long to fit in a 25 line terminal. Solution: Make the message shorter. (Chad Miller)
* updated for version 7.3.119v7.3.119Bram Moolenaar2011-02-122-1/+3
| | | | | Problem: Build problem on Mac. (Nicholas Stallard) Solution: Use "extern" instead of "EXTERN" for p_vfile.
* updated for version 7.3.118v7.3.118Bram Moolenaar2011-02-092-2/+4
| | | | | Problem: Ruby uses SIGVTALARM which makes Vim exit. (Alec Tica) Solution: Ignore SIGVTALARM. (Dominique Pelle)
* updated for version 7.3.117v7.3.117Bram Moolenaar2011-02-093-6/+9
| | | | | | Problem: On some systems --as-needed does not work, because the "tinfo" library is included indirectly from "ncurses". (Charles Campbell) Solution: In configure prefer using "tinfo" instead of "ncurses".
* updated for version 7.3.116v7.3.116Bram Moolenaar2011-02-092-1/+7
| | | | | | Problem: 'cursorline' is displayed too short when there are concealed characters and 'list' is set. (Dennis Preiser) Solution: Check for 'cursorline' when 'list' is set. (Christian Brabandt)
* Updated runtime files and translations.Bram Moolenaar2011-02-0919-179/+1450
|
* updated for version 7.3.115v7.3.115Bram Moolenaar2011-02-092-1/+6
| | | | | Problem: Vim can crash when tmpnam() returns NULL. Solution: Check for NULL. (Hong Xu)
* updated for version 7.3.114v7.3.114Bram Moolenaar2011-02-092-0/+6
| | | | | | Problem: Potential problem in initialization when giving an error message early. Solution: Initialize 'verbosefile' empty. (Ben Schmidt)
* updated for version 7.3.113v7.3.113Bram Moolenaar2011-02-092-1/+6
| | | | | Problem: Windows: Fall back directory for creating temp file is wrong. Solution: Use "." instead of empty string. (Hong Xu)
* updated for version 7.3.112v7.3.112Bram Moolenaar2011-02-012-1/+6
| | | | | Problem: Setting 'statusline' to "%!'asdf%' reads uninitialized memory. Solution: Check for NUL after %.
* updated for version 7.3.111v7.3.111Bram Moolenaar2011-02-013-3/+18
| | | | | | | | Problem: Executing a :normal command in 'statusline' evaluation causes the cursor to move. (Dominique Pelle) Solution: When updating the cursor for 'cursorbind' allow the cursor beyond the end of the line. When evaluating 'statusline' temporarily reset 'cursorbind'.
* updated for version 7.3.110v7.3.110Bram Moolenaar2011-02-012-2/+17
| | | | | Problem: The "nbsp" item in 'listchars' isn't used for ":list". Solution: Make it work. (Christian Brabandt)
* updated for version 7.3.109v7.3.109Bram Moolenaar2011-02-012-20/+43
| | | | | | | Problem: Processing new Esperanto spell file fails and crashes Vim. (Dominique Pelle) Solution: When running out of memory give an error. Handle '?' in COMPOUNDRULE properly.
* updated for version 7.3.108v7.3.108Bram Moolenaar2011-02-014-7/+6
| | | | | Problem: Useless check for NULL when calling vim_free(). Solution: Remove the check. (Dominique Pelle)
* updated for version 7.3.107v7.3.107Bram Moolenaar2011-01-222-1/+3
| | | | | Problem: Year number for :undolist can be confused with month or day. Solution: Change "%y" to "%Y".
* updated for version 7.3.106v7.3.106Bram Moolenaar2011-01-222-2/+6
| | | | | | Problem: When 'cursorbind' is set another window may scroll unexpectedly when 'scrollbind' is also set. (Xavier Wang) Solution: Don't call update_topline() if 'scrollbind' is set.
* updated for version 7.3.105v7.3.105Bram Moolenaar2011-01-222-0/+7
| | | | | Problem: Can't get the value of "b:changedtick" with getbufvar(). Solution: Make it work. (Christian Brabandt)
* updated for version 7.3.104v7.3.104Bram Moolenaar2011-01-222-0/+9
| | | | | Problem: Conceal: using Tab for cchar causes problems. (ZyX) Solution: Do not accept a control character for cchar.
* updated for version 7.3.103v7.3.103Bram Moolenaar2011-01-226-7/+20
| | | | | | Problem: Changing 'fileformat' and then using ":w" in an empty file sets the 'modified' option. Solution: In unchanged() don't ignore 'ff' for an empty file.
* updated for version 7.3.102v7.3.102Bram Moolenaar2011-01-1723-28/+46
| | | | | | | | Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
* updated for version 7.3.101v7.3.101Bram Moolenaar2011-01-173-6/+7
| | | | | | Problem: ino_t defined with wrong size. Solution: Move including auto/config.h before other includes. (Marius Geminas)
* updated for version 7.3.100v7.3.100Bram Moolenaar2011-01-172-1/+3
| | | | | Problem: When using :normal v:count isn't set. Solution: Call normal_cmd() with toplevel set to TRUE.
* Updated runtime files.Bram Moolenaar2011-01-0818-166/+332
|
* updated for version 7.3.099v7.3.099Bram Moolenaar2011-01-082-1/+4
| | | | | | Problem: Crash when splitting a window with zero height. (Yukihiro Nakadaira) Solution: Don't set the fraction in a window with zero height.
* updated for version 7.3.098v7.3.098Bram Moolenaar2011-01-042-4/+6
| | | | | | Problem: Function that ignores error still causes called_emsg to be set. E.g. when expand() fails the status line is disabled. Solution: Move check for emsg_not_now() up. (James Vega)
* updated for version 7.3.097v7.3.097Bram Moolenaar2011-01-042-0/+11
| | | | | | Problem: Using ":call" inside "if 0" does not see that a function returns a Dict and gives error for "." as string concatenation. Solution: Use eval0() to skip over the expression. (Yasuhiro Matsumoto)
* updated for version 7.3.096v7.3.096Bram Moolenaar2011-01-042-8/+10
| | | | | | Problem: "gvim -nb" is not interruptable. Leaking file descriptor on netbeans connection error. Solution: Check for CTRL-C typed. Free file descriptor. (Xavier de Gaye)
* updated for version 7.3.095v7.3.095Bram Moolenaar2011-01-042-3/+5
| | | | | Problem: Win32: In Chinese tear-off menu doesn't work. (Weasley) Solution: Use menu_name_equal(). (Alex Jakushev)
* updated for version 7.3.094v7.3.094Bram Moolenaar2010-12-302-3/+4
| | | | | Problem: Using abs() requires type cast to int. Solution: Use labs() so that the value remains long. (Hong Xu)
* updated for version 7.3.093v7.3.093Bram Moolenaar2010-12-303-7/+35
| | | | | Problem: New DLL dependencies in MingW with gcc 4.5.0. Solution: Add STATIC_STDCPLUS, LDFLAGS and split up WINDRES. (Guopeng Wen)
* updated for version 7.3.092v7.3.092Bram Moolenaar2010-12-302-4/+9
| | | | | Problem: Resizing the window when exiting. Solution: Don't resize when exiting.
* updated for version 7.3.091v7.3.091Bram Moolenaar2010-12-305-19/+34
| | | | | | Problem: "vim -w foo" writes special key codes for removed escape sequences. (Josh Triplett) Solution: Don't write K_IGNORE codes.
* updated for version 7.3.090v7.3.090Bram Moolenaar2010-12-302-2/+4
| | | | | Problem: Wrong help text for Cscope. Solution: Adjust the help text for "t". (Dominique Pelle)
* updated for version 7.3.089v7.3.089Bram Moolenaar2010-12-242-1/+3
| | | | | Problem: Compiler warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams)
* updated for version 7.3.088v7.3.088Bram Moolenaar2010-12-242-16/+16
| | | | | Problem: Ruby can't load Gems sometimes, may cause a crash. Solution: Undefine off_t. Use ruby_process_options(). (Yasuhiro Matsumoto)
* updated for version 7.3.087v7.3.087Bram Moolenaar2010-12-1710-12/+7
| | | | | Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
* updated for version 7.3.086v7.3.086Bram Moolenaar2010-12-172-10/+35
| | | | | | | Problem: When using a mapping with an expression and there was no count, v:count has the value of the previous command. (ZyX) Solution: Also set v:count and v:count1 before getting the character that could be a command or a count.
* updated for version 7.3.085v7.3.085Bram Moolenaar2010-12-1719-56/+8
| | | | | Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
* updated for version 7.3.084v7.3.084Bram Moolenaar2010-12-172-4/+24
| | | | | | Problem: When splitting the window, the new one scrolls with the cursor at the top. Solution: Compute w_fraction before setting the new height.
* updated for version 7.3.083v7.3.083Bram Moolenaar2010-12-178-23/+76
| | | | | Problem: When a read() or write() is interrupted by a signal it fails. Solution: Add read_eintr() and write_eintr().
* updated for version 7.3.082v7.3.082Bram Moolenaar2010-12-172-6/+2
| | | | | Problem: Leaking file descriptor when hostname doesn't exist. Solution: Remove old debugging lines.
* Update runtime files.Bram Moolenaar2010-12-1026-245/+417
|
* updated for version 7.3.081v7.3.081Bram Moolenaar2010-12-082-3/+14
| | | | | Problem: Non-printable characters in 'statusline' cause trouble. (ZyX) Solution: Use transstr(). (partly by Caio Ariede)
* updated for version 7.3.080v7.3.080Bram Moolenaar2010-12-082-12/+39
| | | | | Problem: Spell doesn't work on VMS. Solution: Use different file names. (Zoltan Bartos, Zoltan Arpadffy)