summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.371v7.3.371Bram Moolenaar2011-12-082-0/+15
| | | | | Problem: Crash in autocomplete. (Greg Weber) Solution: Check not going over allocated buffer size.
* updated for version 7.3.370v7.3.370Bram Moolenaar2011-12-082-2/+3
| | | | | Problem: Compiler warns for unused variable in Lua interface. Solution: Remove the variable.
* updated for version 7.3.369v7.3.369Bram Moolenaar2011-12-082-0/+5
| | | | | Problem: When compiled with Gnome get an error message when using --help. Solution: Don't fork. (Ivan Krasilnikov)
* updated for version 7.3.368v7.3.368Bram Moolenaar2011-12-084-5/+8
| | | | | Problem: Gcc complains about redefining _FORTIFY_SOURCE. Solution: Undefine it before redefining it.
* updated for version 7.3.367v7.3.367Bram Moolenaar2011-12-082-1/+3
| | | | | Problem: :wundo and :rundo use a wrong checksum. Solution: Include the last line when computing the hash. (Christian Brabandt)
* updated for version 7.3.366v7.3.366Bram Moolenaar2011-12-082-2/+18
| | | | | Problem: A tags file with an extremely long name causes errors. Solution: Ignore tags that are too long. (Arno Renevier)
* updated for version 7.3.365v7.3.365Bram Moolenaar2011-12-082-6/+11
| | | | | | Problem: Crash when using a large Unicode character in a file that has syntax highlighting. (ngollan) Solution: Check for going past the end of the utf tables. (Dominique Pelle)
* updated for version 7.3.364v7.3.364Bram Moolenaar2011-12-012-1/+7
| | | | | Problem: Can't compile on HP-UX. (John Marriott) Solution: Only use TTYM_URXVT when it is defined.
* updated for version 7.3.363v7.3.363Bram Moolenaar2011-11-304-0/+45
| | | | | | Problem: C indenting is wrong after #endif followed by a semicolon. Solution: Add special handling for a semicolon in a line by itself. (Lech Lorens)
* updated for version 7.3.362v7.3.362Bram Moolenaar2011-11-302-1/+9
| | | | | Problem: ml_get error when using ":g" with folded lines. Solution: Adjust the line number for changed_lines(). (Christian Brabandt)
* updated for version 7.3.361v7.3.361Bram Moolenaar2011-11-302-2/+5
| | | | | Problem: Accessing memory after it is freed when EXITFREE is defined. Solution: Don't access curwin when firstwin is NULL. (Dominique Pelle)
* updated for version 7.3.360v7.3.360Bram Moolenaar2011-11-302-2/+9
| | | | | Problem: Interrupting the load of an autoload function may cause a crash. Solution: Do not use the hashitem when not valid. (Yukihiro Nakadaira)
* updated for version 7.3.359v7.3.359Bram Moolenaar2011-11-302-1/+6
| | | | | Problem: Command line completion shows dict functions. Solution: Skip dict functions for completion. (Yasuhiro Matsumoto)
* updated for version 7.3.358v7.3.358Bram Moolenaar2011-11-302-0/+13
| | | | | Problem: Mouse support doesn't work properly. Solution: Add HMT_URXVT. (lilydjwg, James McCoy)
* updated for version 7.3.357v7.3.357Bram Moolenaar2011-11-302-1/+3
| | | | | Problem: Compiler warning in MS-Windows console build. Solution: Adjust return type of PrintHookProc(). (Mike Williams)
* updated for version 7.3.356v7.3.356Bram Moolenaar2011-11-302-2/+5
| | | | | Problem: Using "o" with 'cindent' set may freeze Vim. (lolilolicon) Solution: Skip over {} correctly. (Hari G)
* updated for version 7.3.355v7.3.355Bram Moolenaar2011-11-302-2/+4
| | | | | Problem: GTK warnings when using netrw.vim. (Ivan Krasilnikov) Solution: Do not remove the beval event handler twice.
* updated for version 7.3.354v7.3.354Bram Moolenaar2011-11-302-0/+27
| | | | | | Problem: ":set backspace+=eol" doesn't work when 'backspace' has a backwards compatible value of 2. Solution: Convert the number to a string. (Hirohito Higashi)
* updated for version 7.3.353v7.3.353Bram Moolenaar2011-10-262-2/+71
| | | | | Problem: Missing part of the urxvt patch. Solution: Add the change in term.c
* updated for version 7.3.352v7.3.352Bram Moolenaar2011-10-262-1/+38
| | | | | | | Problem: When completing methods dict functions and script-local functions get in the way. Solution: Sort function names starting with "<" to the end. (Yasuhiro Matsumoto)
* updated for version 7.3.351v7.3.351Bram Moolenaar2011-10-262-0/+3
| | | | | | Problem: Text formatting uses start of insert position when it should not. (Peter Wagenaar) Solution: Do not use Insstart when intentionally formatting.
* updated for version 7.3.350v7.3.350Bram Moolenaar2011-10-262-0/+4
| | | | | Problem: Block of code after ":lua << EOF" may not work. (Paul Isambert) Solution: Recognize the ":lua" command, skip to EOF.
* updated for version 7.3.349v7.3.349Bram Moolenaar2011-10-262-1/+10
| | | | | | Problem: When running out of memory during startup trying to open a swapfile will loop forever. Solution: Let findswapname() set dirp to NULL if out of memory.
* updated for version 7.3.348v7.3.348Bram Moolenaar2011-10-262-1/+7
| | | | | Problem: "call range(1, 947948399)" causes a crash. (ZyX) Solution: Avoid a loop in the out of memory message.
* updated for version 7.3.347v7.3.347Bram Moolenaar2011-10-262-1/+3
| | | | | | Problem: When dropping text from a browser on Vim it receives HTML even though "html" is excluded from 'clipboard'. (Andrei Avk) Solution: Fix the condition for TARGET_HTML.
* Updated runtime files.Bram Moolenaar2011-10-2026-355/+842
|
* updated for version 7.3.346v7.3.346Bram Moolenaar2011-10-204-5/+31
| | | | | Problem: It's hard to test netbeans commands. Solution: Process netbeans commands after :sleep. (Xavier de Gaye)
* updated for version 7.3.345v7.3.345Bram Moolenaar2011-10-202-0/+5
|
* updated for version 7.3.344v7.3.344Bram Moolenaar2011-10-202-19/+17
| | | | | | Problem: Problem with GUI startup related to XInitThreads. Solution: Use read() and write() instead of fputs() and fread(). (James Vega)
* updated for version 7.3.343v7.3.343Bram Moolenaar2011-10-205-8/+70
| | | | | | Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia)
* updated for version 7.3.342v7.3.342Bram Moolenaar2011-10-204-4/+6
| | | | | Problem: Code not in Vim style. Solution: Fix the style. (Elias Diem)
* updated for version 7.3.341v7.3.341Bram Moolenaar2011-10-202-90/+156
| | | | | | Problem: Local help files are only listed in help.txt, not in translated help files. Solution: Also find translated help files. (Yasuhiro Matsumoto)
* updated for version 7.3.340v7.3.340Bram Moolenaar2011-10-202-3/+7
| | | | | | Problem: When 'verbosefile' is set ftplugof.vim can give an error. Solution: Only remove filetypeplugin autocommands when they exist. (Yasuhiro Matsumoto)
* updated for version 7.3.339v7.3.339Bram Moolenaar2011-10-203-0/+4
| | | | | Problem: "make shadow" doesn't link all test files. Solution: Add a line in Makefile and Filelist.
* updated for version 7.3.338v7.3.338Bram Moolenaar2011-10-123-17/+10
| | | | | Problem: Using getchar() in an expression mapping doesn't work well. Solution: Don't save and restore the typeahead. (James Vega)
* updated for version 7.3.337v7.3.337Bram Moolenaar2011-10-122-0/+9
| | | | | | | Problem: Screen doesn't update after resizing the xterm until a character is typed. Solution: When the select call is interrupted check do_resize. (Taylor Hedberg)
* updated for version 7.3.336v7.3.336Bram Moolenaar2011-10-1212-141/+309
| | | | | | | Problem: When a tags file specifies an encoding different from 'enc' it may hang and using a pattern doesn't work. Solution: Convert the whole line. Continue reading the header after the SORT tag. Add test83. (Yukihiro Nakadaira)
* updated for version 7.3.335v7.3.335Bram Moolenaar2011-10-122-0/+6
| | | | | | Problem: When 'imdisable' is reset from an autocommand in Insert mode it doesn't take effect. Solution: Call im_set_active() in Insert mode. (Taro Muraoka)
* updated for version 7.3.334v7.3.334Bram Moolenaar2011-10-122-3/+5
| | | | | Problem: Latest MingW about XSUBPP referencing itself. (Gongqian Li) Solution: Rename the first use to XSUBPPTRY.
* updated for version 7.3.333v7.3.333Bram Moolenaar2011-10-042-24/+48
| | | | | | Problem: Using "." to repeat a Visual delete counts the size in bytes, not characters. (Connor Lane Smith) Solution: Store the virtual column numbers instead of byte positions.
* updated for version 7.3.332v7.3.332Bram Moolenaar2011-10-044-38/+72
| | | | | | Problem: Indent after "public:" is not increased in C++ code. (Lech Lorens) Solution: Check for namespace after the regular checks. (partly by Martin Gieseking)
* updated for version 7.3.331v7.3.331Bram Moolenaar2011-10-042-1/+3
| | | | | | Problem: "vit" selects wrong text when a tag name starts with the same text as an outer tag name. (Ben Fritz) Solution: Add "\>" to the pattern to check for word boundary.
* updated for version 7.3.330v7.3.330Bram Moolenaar2011-10-042-0/+3
| | | | | | Problem: When longjmp() is invoked if the X server gives an error the state is not properly restored. Solution: Reset vgetc_busy. (Yukihiro Nakadaira)
* Add files aaded by patch 7.3.326.Bram Moolenaar2011-10-032-0/+105
|
* updated for version 7.3.329v7.3.329Bram Moolenaar2011-09-303-3/+6
| | | | | | Problem: When skipping over code from ":for" to ":endfor" get an error for calling a dict function. (Yasuhiro Matsumoto) Solution: Ignore errors when skipping over :call command.
* updated for version 7.3.328v7.3.328Bram Moolenaar2011-09-302-0/+3
| | | | | | Problem: When command line wraps the cursor may be displayed wrong when there are multi-byte characters. Solution: Position the cursor before drawing the text. (Yasuhiro Matsumoto)
* updated for version 7.3.327v7.3.327Bram Moolenaar2011-09-302-0/+11
| | | | | Problem: When jumping to a help tag a closed fold doesn't open. Solution: Save and restore KeyTyped. (Yasuhiro Matsumoto)
* updated for version 7.3.326v7.3.326Bram Moolenaar2011-09-305-9/+11
| | | | | Problem: MingW 4.6 no longer supports the -mno-cygwin option. Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
* updated for version 7.3.325v7.3.325Bram Moolenaar2011-09-302-0/+12
| | | | | Problem: A duplicated function argument gives an internal error. Solution: Give a proper error message. (based on patch by Tyru)
* updated for version 7.3.324v7.3.324Bram Moolenaar2011-09-302-1/+3
| | | | | Problem: Completion for ":compiler" shows color scheme names. Solution: Fix the directory name. (James Vega)