summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* updated for version 7.3.323v7.3.323Bram Moolenaar2011-09-302-1/+3
| | | | | | Problem: The default 'errorformat' does not ignore some "included from" lines. Solution: Add a few more patterns. (Ben Boeckel)
* updated for version 7.3.322v7.3.322Bram Moolenaar2011-09-212-1/+3
| | | | | Problem: #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef. Solution: Check the MSC version and 64 bit flags. (Sergiu Dotenco)
* updated for version 7.3.321v7.3.321Bram Moolenaar2011-09-212-34/+36
| | | | | Problem: Code not following Vim style. Solution: Fix the style. (Elias Diem)
* Updated a few runtime files.Bram Moolenaar2011-09-218-122/+311
|
* updated for version 7.3.320v7.3.320Bram Moolenaar2011-09-212-6/+41
| | | | | | Problem: When a 0xa0 character is in a sourced file the error message for unrecognized command does not show the problem. Solution: Display 0xa0 as <a0>.
* updated for version 7.3.319v7.3.319Bram Moolenaar2011-09-212-21/+47
| | | | | Problem: Redobuff doesn't always include changes of the completion leader. Solution: Insert backspaces as needed. (idea by Taro Muraoka)
* updated for version 7.3.318v7.3.318Bram Moolenaar2011-09-212-4/+8
| | | | | Problem: "C" on the last line deletes that line if it's blank. Solution: Only delete the last line for a delete operation. (James Vega)
* updated for version 7.3.317v7.3.317Bram Moolenaar2011-09-212-0/+35
| | | | | Problem: Calling debug.debug() in Lua may cause Vim to hang. Solution: Add a better debug method. (Rob Hoelz, Luis Carvalho)
* updated for version 7.3.316v7.3.316Bram Moolenaar2011-09-212-0/+5
| | | | | Problem: Crash when 'colorcolumn' is set and closing buffer. Solution: Check for w_buffer to be NULL. (Yasuhiro Matsumoto)
* updated for version 7.3.315v7.3.315Bram Moolenaar2011-09-142-93/+223
| | | | | | | | Problem: Opening a window before forking causes problems for GTK. Solution: Fork first, create the window in the child and report back to the parent process whether it worked. If successful the parent exits, if unsuccessful the child exits and the parent continues in the terminal. (Tim Starling)
* updated for version 7.3.314v7.3.314Bram Moolenaar2011-09-142-1/+3
| | | | | Problem: Missing parenthesis. Solution: Add it. (Benjamin R. Haskell)
* updated for version 7.3.313v7.3.313Bram Moolenaar2011-09-142-1/+3
| | | | | Problem: One more warning when compiling with dynamic Python 3. Solution: Change PySliceObject to PyObject.
* Updated runtime files.Bram Moolenaar2011-09-1435-296/+902
|
* updated for version 7.3.312v7.3.312Bram Moolenaar2011-09-142-1/+7
| | | | | Problem: Can't compile with tiny features. Solution: Add #ifdef around win_valid().
* updated for version 7.3.311v7.3.311Bram Moolenaar2011-09-144-11/+87
| | | | | | | Problem: Complete function isn't called when the leader changed. Solution: Allow the complete function to return a dictionary with a flag that indicates ins_compl_restart() is to be called when the leader changes. (Taro Muraoka)
* updated for version 7.3.310v7.3.310Bram Moolenaar2011-09-142-558/+560
| | | | | Problem: Code not following Vim style. Solution: Fix the style. (Elias Diem)
* updated for version 7.3.309v7.3.309Bram Moolenaar2011-09-142-4/+6
| | | | | Problem: Warnings for pointer types. Solution: Change PySliceObject to PyObject.
* updated for version 7.3.308v7.3.308Bram Moolenaar2011-09-142-63/+24
| | | | | | Problem: Writing to 'verbosefile' has problems, e.g. for :highlight. Solution: Do not use a separate verbose_write() function but write with the same code that does redirecting. (Yasuhiro Matsumoto)
* updated for version 7.3.307v7.3.307Bram Moolenaar2011-09-142-6/+41
| | | | | Problem: Python 3 doesn't support slice assignment. Solution: Implement slices. (Brett Overesch, Roland Puntaier)
* updated for version 7.3.306v7.3.306Bram Moolenaar2011-09-145-15/+39
| | | | | | | | | Problem: When closing a window there is a chance that deleting a scrollbar triggers a GUI resize, which uses the window while it is not in a valid state. Solution: Set the buffer pointer to NULL to be able to detect the invalid situation. Fix a few places that used the buffer pointer incorrectly.
* updated for version 7.3.305v7.3.305Bram Moolenaar2011-09-142-1/+4
| | | | | | | Problem: Auto-loading a function while editing the command line causes scrolling up the display. Solution: Don't set msg_scroll when defining a function and the user is not typing. (Yasuhiro Matsumoto)
* updated for version 7.3.304v7.3.304Bram Moolenaar2011-09-143-2/+16
| | | | | Problem: Strawberry Perl doesn't work on MS-Windows. Solution: Use xsubpp if needed. (Yasuhiro Matsumoto)
* updated for version 7.3.303v7.3.303Bram Moolenaar2011-09-082-1/+3
| | | | | Problem: Compilation error. Solution: Correct return type from int to pid_t. (Danek Duvall)
* updated for version 7.3.302v7.3.302Bram Moolenaar2011-09-082-2/+5
| | | | | Problem: Test 19 fails without 'smartindent' and +eval. Solution: Don't use ":exe". Source small.vim.
* updated for version 7.3.301v7.3.301Bram Moolenaar2011-09-074-2/+9
| | | | | | Problem: When 'smartindent' and 'copyindent' are set a Tab is used even though 'expandtab' is set. Solution: Do not insert Tabs. Add a test. (Christian Brabandt)