summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.520v7.3.520v7-3-520Bram Moolenaar2012-05-184-2/+43
| | | | | | Problem: Gvim starts up slow on Unbuntu 12.04. Solution: Move the call to gui_mch_init_check() to after fork(). (Yasuhiro Matsumoto) Do check $DISPLAY being set.
* Added tag v7-3-519 for changeset ebec52bc2800Bram Moolenaar2012-05-180-0/+0
|
* updated for version 7.3.519v7.3.519v7-3-519Bram Moolenaar2012-05-182-1/+11
| | | | | | Problem: When completefunction returns it cannot indicate end of completion mode. Solution: Recognize completefunction returning -3. (Mtsushita Shougo)
* Added tag v7-3-518 for changeset ec4ab9d832b0Bram Moolenaar2012-05-180-0/+0
|
* updated for version 7.3.518v7.3.518v7-3-518Bram Moolenaar2012-05-182-1/+6
| | | | | | Problem: When 'encoding' is a double-byte encoding ":helptags" may not find tags correctly. Solution: Use vim_strbyte() instead of vim_strchr(). (Yasuhiro Matsumoto)
* Updated runtime files.Bram Moolenaar2012-05-1838-327/+901
|
* Ignore file generated by tests.Bram Moolenaar2012-05-181-0/+1
|
* Added tag v7-3-517 for changeset 9a1dba1f969aBram Moolenaar2012-05-180-0/+0
|
* updated for version 7.3.517v7.3.517v7-3-517Bram Moolenaar2012-05-182-2/+4
| | | | | Problem: Crash when using "vipvv". (Alexandre Provencio) Solution: Don't let the text length become negative.
* Added tag v7-3-516 for changeset 02440d1fcc9aBram Moolenaar2012-05-180-0/+0
|
* updated for version 7.3.516v7.3.516v7-3-516Bram Moolenaar2012-05-184-1/+25
| | | | | Problem: extend(o, o) may crash Vim. Solution: Fix crash and add test. (Thinca and Hirohito Higashi)
* More runtime file fixes for 'compatible' mode.Bram Moolenaar2012-05-0152-59/+264
|
* Added tag v7-3-515 for changeset 6c318419e331Bram Moolenaar2012-04-300-0/+0
|
* updated for version 7.3.515v7.3.515v7-3-515Bram Moolenaar2012-04-302-1/+9
| | | | | Problem: 'wildignorecase' only applies to the last part of the path. Solution: Also ignore case for letters earlier in the path.
* Added tag v7-3-514 for changeset 7e4428115d2cBram Moolenaar2012-04-300-0/+0
|
* updated for version 7.3.514v7.3.514v7-3-514Bram Moolenaar2012-04-306-8/+59
| | | | | | Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
* Added tag v7-3-513 for changeset 75037f9bc97aBram Moolenaar2012-04-300-0/+0
|
* updated for version 7.3.513v7.3.513v7-3-513Bram Moolenaar2012-04-304-4/+25
| | | | | | Problem: Cannot use CTRL-E and CTRL-Y with "r". Solution: Make CTRL-E and CTRL-Y work like in Insert mode. (Christian Brabandt)
* Added tag v7-3-512 for changeset 454646820185Bram Moolenaar2012-04-300-0/+0
|
* updated for version 7.3.512v7.3.512v7-3-512Bram Moolenaar2012-04-302-4/+16
| | | | | Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt)
* Added tag v7-3-511 for changeset b782e2f9e689Bram Moolenaar2012-04-300-0/+0
|
* updated for version 7.3.511v7.3.511v7-3-511Bram Moolenaar2012-04-302-0/+6
| | | | | | Problem: Using a FileReadCmd autocommand that does ":e! {file}" may cause a crash. (Christian Brabandt) Solution: Properly restore curwin->w_s.
* Fixed compatible mode in most runtime files.Bram Moolenaar2012-04-3037-46/+226
|
* Added tag v7-3-510 for changeset 53786601213cBram Moolenaar2012-04-300-0/+0
|
* updated for version 7.3.510v7.3.510v7-3-510Bram Moolenaar2012-04-302-1/+5
| | | | | Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces.
* Updated runtime files, include fixes for line continuation.Bram Moolenaar2012-04-266-10/+14
|
* Updated runtime files.Bram Moolenaar2012-04-2518-122/+180
|
* Added tag v7-3-509 for changeset 8101253704f6Bram Moolenaar2012-04-250-0/+0
|
* updated for version 7.3.509v7.3.509v7-3-509Bram Moolenaar2012-04-252-27/+74
| | | | | Problem: ":vimgrep" fails when 'autochdir' is set. Solution: A more generic solution for changing directory. (Ben Fritz)
* Added tag v7-3-508 for changeset 2722f11ddc99Bram Moolenaar2012-04-250-0/+0
|
* updated for version 7.3.508v7.3.508v7-3-508Bram Moolenaar2012-04-253-1/+16
| | | | | | Problem: Default for v:register is not set. Solution: Init v:register in eval_init(). Correct for 'clipboard' before the main loop. (Ingo Karkat)
* Added tag v7-3-507 for changeset f9a865d97614Bram Moolenaar2012-04-250-0/+0
|
* updated for version 7.3.507v7.3.507v7-3-507Bram Moolenaar2012-04-254-4/+15
| | | | | | | Problem: When exiting with unsaved changes, selecting an existing file in the file dialog, there is no dialog to ask whether the existing file should be overwritten. (Felipe G. Nievinski) Solution: Call check_overwrite() before writing. (Christian Brabandt)
* Added tag v7-3-506 for changeset 982f84487dafBram Moolenaar2012-04-250-0/+0
|
* updated for version 7.3.506v7.3.506v7-3-506Bram Moolenaar2012-04-252-0/+26
| | | | | Problem: GTK gives an error when selecting a non-existent file. Solution: Add a handler to avoid the error. (Christian Brabandt)
* Added tag v7-3-505 for changeset fe7bf24804e1Bram Moolenaar2012-04-250-0/+0
|
* updated for version 7.3.505v7.3.505v7-3-505Bram Moolenaar2012-04-255-6/+14
| | | | | | | Problem: Test 11 fails on MS-Windows in some versions. Solution: Fix #ifdefs for whether filtering through a pipe is possible. Move setting b_no_eol_lnum back to where it was before patch 7.3.124. (David Pope)
* Added tag v7-3-504 for changeset 17bfcb054cb7Bram Moolenaar2012-04-250-0/+0
|
* updated for version 7.3.504v7.3.504v7-3-504Bram Moolenaar2012-04-252-1/+26
| | | | | | Problem: Commands in help files are not highlighted. Solution: Allow for commands in backticks. Adjust CTRL-] to remove the backticks.
* Added tag v7-3-503 for changeset 65d036fd449eBram Moolenaar2012-04-250-0/+0
|
* updated for version 7.3.503v7.3.503v7-3-503Bram Moolenaar2012-04-252-1/+3
| | | | | Problem: Warning for unused argument. Solution: Add UNUSED.
* Added tag v7-3-502 for changeset 1d1cce57421cBram Moolenaar2012-04-200-0/+0
|
* updated for version 7.3.502v7.3.502v7-3-502Bram Moolenaar2012-04-202-3/+6
| | | | | Problem: Netbeans insert halfway a line actually appends to the line. Solution: Insert halfway the line. (Brian Victor)
* Added tag v7-3-501 for changeset d7b335626ddcBram Moolenaar2012-04-200-0/+0
|
* updated for version 7.3.501v7.3.501v7-3-501Bram Moolenaar2012-04-202-0/+8
| | | | | Problem: Error for "flush" not being defined when using Ruby command. Solution: Defined "flush" as a no-op method. (Kent Sibilev)
* Added tag v7-3-500 for changeset b36640b2f671Bram Moolenaar2012-04-200-0/+0
|
* updated for version 7.3.500v7.3.500v7-3-500Bram Moolenaar2012-04-202-0/+4
| | | | | Problem: Ming makefile unconditionally sets WINVER. Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
* Added tag v7-3-499 for changeset 4a2cb025b641Bram Moolenaar2012-04-200-0/+0
|
* updated for version 7.3.499v7.3.499v7-3-499Bram Moolenaar2012-04-202-10/+9
| | | | | | | Problem: When using any interface language when Vim is waiting for a child process it gets confused by a child process started through the interface. Solution: Always used waitpid() instead of wait(). (Yasuhiro Matsumoto)
* Added tag v7-3-498 for changeset b1a42d2522fbBram Moolenaar2012-04-200-0/+0
|