Douglas Drumond
51e413becf
Snapshot 77
...
Signed-off-by: Douglas Drumond <douglas@cafelinear.com >
2015-07-06 04:39:01 -03:00
Bram Moolenaar
96d5c56b14
patch 7.4.769 Problem: Behavior of :diffoff is not tested. Solution: Add a bit of testing. (Olaf Dabrunz)
2015-07-06 04:38:13 -03:00
Bram Moolenaar
6ebbfe0b6c
patch 7.4.768 Problem: :diffoff only works properly once. Solution: Also make :diffoff work when used a second time. (Olaf Dabrunz)
2015-07-06 04:38:13 -03:00
Bram Moolenaar
02c1b1e575
patch 7.4.767 Problem: --remote-tab-silent can fail on MS-Windows. Solution: Use single quotes to avoid problems with backslashes. (Idea by Weiyong Mao)
2015-07-06 04:38:12 -03:00
Bram Moolenaar
436f9d20c3
patch 7.4.766 Problem: Background color check does not work on Tera Term. Solution: Also recognize ST as a termination character. (Hirohito Higashi)
2015-07-06 04:38:12 -03:00
Bram Moolenaar
d9d8cbb410
patch 7.4.765 Problem: CTRL-A and CTRL-X in Visual mode do not always work well. Solution: Improvements for increment and decrement. (Christian Brabandt)
2015-07-06 04:38:12 -03:00
Bram Moolenaar
154afff3a0
patch 7.4.764 Problem: test_increment fails on MS-Windows. (Ken Takata) Solution: Clear Visual mappings. (Taro Muraoka)
2015-07-06 04:38:12 -03:00
Bram Moolenaar
7780a20713
patch 7.4.763 Problem: Building with Lua 5.1 doesn't work. Solution: Define lua_replace and lua_remove. (KF Leong)
2015-07-06 04:38:11 -03:00
Bram Moolenaar
cabe434bc1
patch 7.4.762 Problem: Comment for may_req_bg_color() is wrong. (Christ van Willegen) Solution: Rewrite the comment.
2015-07-06 04:38:11 -03:00
Bram Moolenaar
21dee6799c
Update help files.
2015-07-06 04:38:11 -03:00
Bram Moolenaar
72ea633d80
patch 7.4.761 Problem: The request-background termcode implementation is incomplete. Solution: Add the missing pieces.
2015-07-06 04:38:11 -03:00
Bram Moolenaar
0f1dfa5a02
patch 7.4.760 Problem: Spelling mistakes are not displayed after ":syn spell". Solution: Force a redraw after ":syn spell" command. (Christian Brabandt)
2015-07-06 04:38:11 -03:00
Bram Moolenaar
ae620a6e8f
patch 7.4.759 Problem: Building with Lua 5.3 doesn't work, symbols have changed. Solution: Use the new names for the new version. (Felix Schnizlein)
2015-07-06 04:38:10 -03:00
Bram Moolenaar
b274364347
patch 7.4.758 Problem: When 'conceallevel' is 1 and quitting the command-line window with CTRL-C the first character ':' is erased. Solution: Reset 'conceallevel' in the command-line window. (Hirohito Higashi)
2015-07-06 04:38:10 -03:00
Bram Moolenaar
16168c4f24
patch 7.4.757 Problem: Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel)
2015-07-06 04:38:10 -03:00
Bram Moolenaar
dfc5fc322e
patch 7.4.756 Problem: Can't use strawberry Perl 5.22 x64 on MS-Windows. Solution: Add new defines and #if. (Ken Takata)
2015-07-06 04:38:10 -03:00
Bram Moolenaar
2216f1191d
patch 7.4.755 Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
2015-07-06 04:38:10 -03:00
Bram Moolenaar
d04cc55104
patch 7.4.754 Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson) Solution: Make it increment all numbers in the Visual area. (Christian Brabandt)
2015-07-06 04:38:09 -03:00
Bram Moolenaar
2c03ee082f
patch 7.4.753 Problem: Appending in Visual mode with 'linebreak' set does not work properly. Also when 'selection' is "exclusive". (Ingo Karkat) Solution: Recalculate virtual columns. (Christian Brabandt)
2015-07-06 04:38:09 -03:00
Bram Moolenaar
c995a66d85
patch 7.4.752 Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
2015-07-06 04:38:09 -03:00
Bram Moolenaar
fcb0b2f39f
patch 7.4.751 Problem: It is not obvious how to enable the address sanitizer. Solution: Add commented-out flags in the Makefile. (Dominique Pelle) Also add missing test targets.
2015-07-06 04:38:09 -03:00
Bram Moolenaar
904c5b6c59
patch 7.4.750 Problem: Cannot build with clang 3.5 on Cygwin with perl enabled. Solution: Strip "-fdebug-prefix-map" in configure. (Ken Takata)
2015-07-06 04:38:08 -03:00
Bram Moolenaar
1cf531a4c7
patch 7.4.748 Problem: Buffer overflow. Solution: Make the buffer larger. (Kazunobu Kuriyama)
2015-07-06 04:38:08 -03:00
Bram Moolenaar
22c8ade399
Add the logiPat plugin to the distribution.
2015-07-06 04:38:08 -03:00
Bram Moolenaar
1e70321fc1
patch 7.4.747 Problem: ":cnext" may jump to the wrong column when setting 'virtualedit=all' (cs86661) Solution: Reset the coladd field. (Hirohito Higashi)
2015-07-06 04:38:08 -03:00
Bram Moolenaar
6f47c47b33
patch 7.4.746 Problem: ":[count]tag" is not always working. (cs86661) Solution: Set cur_match a bit later. (Hirohito Higashi)
2015-07-06 04:38:07 -03:00
Bram Moolenaar
5fbd36afc4
patch 7.4.745 Problem: The entries added by matchaddpos() are returned by getmatches() but can't be set with setmatches(). (Lcd) Solution: Fix setmatches(). (Christian Brabandt)
2015-07-06 04:38:07 -03:00
Bram Moolenaar
2d68b5c578
patch 7.4.744 Problem: No tests for Ruby and Perl. Solution: Add minimal tests. (Ken Takata)
2015-07-06 04:38:07 -03:00
Bram Moolenaar
07ae743a43
patch 7.4.743 Problem: "p" in Visual mode causes an unexpected line split. Solution: Advance the cursor first. (Yukihiro Nakadaira)
2015-07-06 04:38:07 -03:00
Bram Moolenaar
6a8a704300
patch 7.4.742 Problem: Cannot specify a vertical split when loading a buffer for a quickfix command. Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
2015-07-06 04:38:07 -03:00
Bram Moolenaar
9ffb99aaac
Add new test files.
2015-07-06 04:38:06 -03:00
Bram Moolenaar
1932308565
patch 7.4.741 Problem: When using += with ":set" a trailing comma is not recognized. (Issue 365) Solution: Don't add a second comma. Add a test. (partly by Christian Brabandt)
2015-07-06 04:38:06 -03:00
Bram Moolenaar
f9a7efe252
Updated runtime files.
2015-07-06 04:38:06 -03:00
Bram Moolenaar
060c84869e
patch 7.4.740 Problem: ":1quit" works like ":.quit". (Bohr Shaw) Solution: Don't exit Vim when a range is specified. (Christian Brabandt)
2015-07-06 04:38:05 -03:00
Bram Moolenaar
91a4f1a4f8
patch 7.4.739 Problem: In a string "\U" only takes 4 digits, while after CTRL-V U eight digits can be used. Solution: Make "\U" also take eight digits. (Christian Brabandt)
2015-07-06 04:38:05 -03:00
Bram Moolenaar
d6b63e6b7a
patch 7.4.738 Problem: Can't compile without the syntax highlighting feature. Solution: Add #ifdef around use of w_p_cul. (Hirohito Higashi)
2015-07-06 04:38:05 -03:00
Bram Moolenaar
a42b568891
patch 7.4.737 Problem: On MS-Windows vimgrep over arglist doesn't work (Issue 361) Solution: Only escape backslashes in ## expansion when it is not used as the path separator. (James McCoy)
2015-07-06 04:38:04 -03:00
Bram Moolenaar
6f9d3c0f0c
patch 7.4.736 Problem: Invalid memory access. Solution: Avoid going over the end of a NUL terminated string. (Dominique Pelle)
2015-07-06 04:38:04 -03:00
Bram Moolenaar
9c2af3e259
patch 7.4.735 Problem: Wrong argument for sizeof(). Solution: Use a pointer argument. (Chris Hall)
2015-07-06 04:38:04 -03:00
Bram Moolenaar
816660d05f
patch 7.4.734 Problem: ml_get error when using "p" in a Visual selection in the last line. Solution: Change the behavior at the last line. (Yukihiro Nakadaira)
2015-07-06 04:38:04 -03:00
Bram Moolenaar
0312c083d5
patch 7.4.733 Problem: test_listchars breaks on MS-Windows. (Kenichi Ito) Solution: Set fileformat to "unix". (Christian Brabandt)
2015-07-06 04:38:04 -03:00
Bram Moolenaar
2b7258519e
Updated runtime files.
2015-07-06 04:38:03 -03:00
Bram Moolenaar
eaa701e2d2
patch 7.4.732 Problem: The cursor line is not always updated for the "O" command. Solution: Reset the VALID_CROW flag. (Christian Brabandt)
2015-07-06 04:38:03 -03:00
Bram Moolenaar
e8656d3496
patch 7.4.731 Problem: The tab menu shows "Close tab" even when it doesn't work. Solution: Don't show "Close tab" for the last tab. (John Marriott)
2015-07-06 04:38:03 -03:00
Bram Moolenaar
234968680c
patch 7.4.730 Problem: When setting the crypt key and using a swap file, text may be encrypted twice or unencrypted text remains in the swap file. (Issue 369) Solution: Call ml_preserve() before re-encrypting. Set correct index for next pointer block.
2015-07-06 04:38:03 -03:00
Bram Moolenaar
d9a29c1132
patch 7.4.729 Problem: Occasional crash with 'list' set. Solution: Fix off-by-one error. (Christian Brabandt)
2015-07-06 04:38:02 -03:00
Bram Moolenaar
50eef128f1
patch 7.4.728 Problem: Can't build with some version of Visual Studio 2015. Solution: Recognize another version 14 number. (Sinan)
2015-07-06 04:38:02 -03:00
Bram Moolenaar
eb865e81b3
patch 7.4.727 Problem: Cannot build GvimExt with MingW. Solution: Add -lgdi32. (KF Leong)
2015-07-06 04:38:02 -03:00
Bram Moolenaar
8b22f375aa
patch 7.4.726 Problem: Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong)
2015-07-06 04:38:02 -03:00
Bram Moolenaar
db5cd357f2
patch 7.4.725 Problem: ":call setreg('"', [])" reports an internal error. Solution: Make the register empty. (Yasuhiro Matsumoto)
2015-07-06 04:38:02 -03:00
Bram Moolenaar
cf07712bac
patch 7.4.724 Problem: Vim icon does not show in Windows context menu. (issue 249) Solution: Load the icon in GvimExt.
2015-07-06 04:38:01 -03:00
Bram Moolenaar
b89e20d3ca
patch 7.4.723 Problem: For indenting, finding the C++ baseclass can be slow. Solution: Cache the result. (Hirohito Higashi)
2015-07-06 04:38:01 -03:00
Bram Moolenaar
8da92c9fd6
patch 7.4.722 Problem: 0x202f is not recognized as a non-breaking space character. Solution: Add 0x202f to the list. (Christian Brabandt)
2015-07-06 04:38:01 -03:00
Bram Moolenaar
15d17cfc87
patch 7.4.720 Problem: Can't build with Visual Studio 2015. Solution: Recognize the "version 14" numbers and omit /nodefaultlib when appropriate. (Paul Moore)
2015-07-06 04:38:01 -03:00
Bram Moolenaar
fa09f6a1ba
patch 7.4.719 Problem: Overflow when adding MAXCOL to a pointer. Solution: Subtract pointers instead. (James McCoy)
2015-07-06 04:38:01 -03:00
Bram Moolenaar
d1771fe793
patch 7.4.718 Problem: Autocommands triggered by quickfix cannot get the current title value. Solution: Set w:quickfix_title earlier. (Yannick) Also move the check for a title into the function.
2015-07-06 04:38:00 -03:00
Bram Moolenaar
c54b58f673
patch 7.4.717 Problem: ":let list += list" can change a locked list. Solution: Check for the lock earlier. (Olaf Dabrunz)
2015-07-06 04:38:00 -03:00
Bram Moolenaar
4426e03f08
patch 7.4.716 Problem: When using the 'c' flag of ":substitute" and selecting "a" or "l" at the prompt the flags are not remembered for ":&&". (Ingo Karkat) Solution: Save the flag values and restore them. (Hirohito Higashi)
2015-07-06 04:38:00 -03:00
Bram Moolenaar
2f8a843dec
patch 7.4.715 Problem: Invalid memory access when there are illegal bytes. Solution: Get the length from the text, not from the character. (Dominique Pelle)
2015-07-06 04:38:00 -03:00
Bram Moolenaar
526b318d13
patch 7.4.714 Problem: Illegal memory access when there are illegal bytes. Solution: Check the byte length of the character. (Dominique Pelle)
2015-07-06 04:37:59 -03:00
Bram Moolenaar
4011b53d6c
patch 7.4.713 Problem: Wrong condition for #ifdef. Solution: Change USR_EXRC_FILE2 to USR_VIMRC_FILE2. (Mikael Fourrier)
2015-07-06 04:37:59 -03:00
Douglas Drumond
890dccd14d
Merge pull request #49 from psagers/master
...
Fix for native full screen on secondary monitor.
2015-07-06 03:34:36 -03:00
Douglas Drumond
e878fe5a3a
Merge pull request #41 from jpetrie/fix-bad-unicode-crash
...
Fix crash when rendering invalid Unicode characters.
2015-07-06 03:33:56 -03:00
Douglas Drumond
4e52b08851
Merge pull request #38 from jpetrie/fix-warnings
...
Fix additional deprecation warnings.
2015-07-06 03:32:03 -03:00
Peter Sagerson
70ef60ad42
Fix for native full screen on secondary monitor.
2015-06-29 12:52:01 -07:00
Josh Petrie
40989c03c2
Fix crash when rendering invalid Unicode characters.
2015-05-30 09:46:46 -07:00
Josh Petrie
6473f51469
Correct mistakes related to versioning warning fixes:
...
- added availability macro constants for OS X versions through 10.10.3
so compilation on earlier OS versions still works.
- added a versioning guard to a NSScroller change that slipped by
unnoticed in a previous commit.
2015-05-29 18:23:35 -07:00
Josh Petrie
4a20795452
Explicitly take the address of potentially-missing weak-linked functions.
2015-05-28 18:34:46 -07:00
Josh Petrie
b5f6174c70
Replace deprecated [NSScroller scrollerWidth] with modern equivalent.
2015-05-28 18:19:09 -07:00
Douglas Drumond
b834a6d1d2
Merge pull request #34 from jpetrie/fix-warnings
...
Fix deprecation warning regarding NSOKButton on 10.10+.
2015-05-27 23:44:38 -03:00
Douglas Drumond
301a2d83db
Merge pull request #8 from ericcong/fix-yosemite-fullscreen-problem
...
Fix the fullscreen problem in Yosemite
2015-05-27 23:42:56 -03:00
Josh Petrie
91bdf6c87c
Fix deprecation warning regarding NSOKButton on 10.10+.
2015-05-15 20:00:58 -07:00
Chen Cong
8bdcaf8d4c
Fix the fullscreen problem in Yosemite
2015-05-01 13:09:36 -04:00
Douglas Drumond
34192eeed9
Snapshot 76
...
Signed-off-by: Douglas Drumond <douglas@cafelinear.com >
2015-04-29 05:59:30 -03:00
Douglas Drumond
ca0359465b
Merge pull request #6 from jpetrie/multimonitor-window-sizing
...
Fix 'flicker' during window presentation caused by early-out criteria.
2015-04-29 05:51:47 -03:00
Josh Petrie
8564f74aa2
Fix 'flicker' during window presentation caused by overly-broad early-out criteria.
2015-04-27 19:20:23 -07:00
Douglas Drumond
2476bac32e
Snapshot 75
...
Signed-off-by: Douglas Drumond <douglas@cafelinear.com >
2015-04-27 09:07:51 -03:00
Bram Moolenaar
7fcde5f623
patch 7.4.712 Problem: Missing change in another file. Solution: Also change message.c
2015-04-27 09:07:08 -03:00
Bram Moolenaar
1506c84b32
patch 7.4.711 Problem: Missing change in one file. Solution: Also change option.c
2015-04-27 09:07:08 -03:00
Bram Moolenaar
82342c5f79
patch 7.4.710 Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
2015-04-27 09:07:08 -03:00
Bram Moolenaar
f06523a7d2
patch 7.4.709 Problem: ":tabmove" does not work as documented. Solution: Make it work consistently. Update documentation and add tests. (Hirohito Higashi)
2015-04-27 09:07:07 -03:00
Bram Moolenaar
2c5576e5ba
patch 7.4.708 Problem: gettext() is called too often. Solution: Do not call gettext() for messages until they are actually used. (idea by Yasuhiro Matsumoto)
2015-04-27 09:07:07 -03:00
Bram Moolenaar
03a2a2c213
patch 7.4.707 Problem: Undo files can have their executable bit set. Solution: Strip of the executable bit. (Mikael Berthe)
2015-04-27 09:07:06 -03:00
Bram Moolenaar
f8079779a1
patch 7.4.706 Problem: Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo) Solution: Set the status height a bit later. (Christian Brabandt)
2015-04-27 09:07:06 -03:00
Bram Moolenaar
f7cf48461f
patch 7.4.705 Problem: Can't build with Ruby 2.2. Solution: Add #ifdefs to handle the incompatible change. (Andrei Olsen)
2015-04-27 09:07:06 -03:00
Bram Moolenaar
73eacbfb4e
patch 7.4.704 Problem: Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle) Solution: Do not match an invalid byte when search for a character in a string. Fix equivalence classes using negative numbers, which result in illegal bytes.
2015-04-27 09:07:05 -03:00
Bram Moolenaar
dbbc001bef
patch 7.4.703 Problem: Compiler warning for start_dir unused when building unittests. Solution: Move start_dir inside the #ifdef.
2015-04-27 09:07:04 -03:00
Bram Moolenaar
d6dd562760
patch 7.4.702 Problem: Joining an empty list does uneccessary work. Solution: Let join() return early. (Marco Hinz)
2015-04-27 09:07:04 -03:00
Bram Moolenaar
4c73aa1408
patch 7.4.701 Problem: Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto) Solution: Initialize it.
2015-04-27 09:07:03 -03:00
Bram Moolenaar
1f0ec6afe7
Remove local-additions entries from help.txt.
2015-04-27 09:07:03 -03:00
Bram Moolenaar
0ac18cc037
Updated runtime files.
2015-04-27 09:07:03 -03:00
Bram Moolenaar
8db654ef18
patch 7.4.700 Problem: Fold can't be opened after ":move". (Ein Brown) Solution: Delete the folding information and update it afterwards. (Christian Brabandt)
2015-04-27 09:07:02 -03:00
Bram Moolenaar
5027f23a27
patch 7.4.699 Problem: E315 when trying to delete a fold. (Yutao Yuan) Solution: Make sure the fold doesn't go beyond the last buffer line. (Christian Brabandt)
2015-04-27 09:07:02 -03:00
Bram Moolenaar
d7ff57f699
patch 7.4.698 Problem: Various problems with locked and fixed lists and dictionaries. Solution: Disallow changing locked items, fix a crash, add tests. (Olaf Dabrunz)
2015-04-27 09:07:02 -03:00
Bram Moolenaar
c90ac66d28
patch 7.4.697 Problem: The filename used for ":profile" must be given literally. Solution: Expand "~" and environment variables. (Marco Hinz)
2015-04-27 09:07:01 -03:00
Bram Moolenaar
aaa44bf0c0
patch 7.4.696 Problem: Not freeing memory when encountering an error. Solution: Free the stack before returning. (Eliseo Martínez)
2015-04-27 09:07:01 -03:00
Bram Moolenaar
4ac7802562
patch 7.4.695 Problem: Out-of-bounds read, dectected by Coverity. Solution: Remember the value of cmap for the first matching encoding. Reset cmap to that value if first matching encoding is going to be used. (Eliseo Martínez)
2015-04-27 09:07:01 -03:00
Bram Moolenaar
ac5e928d7e
More updated runtime files.
2015-04-27 09:06:46 -03:00
Bram Moolenaar
809435eb01
patch 7.4.694 Problem: Running tests changes the .viminfo file. Solution: Disable viminfo in the text objects test.
2015-04-27 08:50:35 -03:00
Bram Moolenaar
f7a2e90a5d
Updated runtime files.
2015-04-27 08:50:21 -03:00
Bram Moolenaar
f5ada5c159
patch 7.4.693 Problem: Session file is not correct when there are multiple tab pages. Solution: Reset the current window number for each tab page. (Jacob Niehus)
2015-04-27 08:43:31 -03:00
Bram Moolenaar
6115c8cb90
patch 7.4.692 for Problem: Defining SOLARIS for no good reason. (Danek Duvall) Solution: Remove it.
2015-04-27 08:43:31 -03:00
Bram Moolenaar
aa3488d9ef
patch 7.4.691 for Problem: Can't build with MzScheme. Solution: Change "cwd" into the global variable "start_dir".
2015-04-27 08:43:31 -03:00
Bram Moolenaar
43b5d10d65
patch 7.4.690 for Problem: Memory access errors when changing indent in Ex mode. Also missing redraw when using CTRL-U. (Knil Ino) Solution: Update pointers after calling ga_grow().
2015-04-27 08:43:30 -03:00
Bram Moolenaar
dad106be9e
updated for version 7.4.689 Problem: On MS-Windows, when 'autochdir' is set, diff mode with files in different directories does not work. (Axel Bender) Solution: Remember the current directory and use it where needed. (Christian Brabandt)
2015-04-27 08:43:30 -03:00
Bram Moolenaar
4687c4aef2
updated for version 7.4.688 Problem: When "$" is in 'cpo' the popup menu isn't undrawn correctly. (Issue 166) Solution: When using the popup menu remove the "$".
2015-04-27 08:43:29 -03:00
Bram Moolenaar
4bc88e0c86
updated for version 7.4.687 Problem: There is no way to use a different in Replace mode for a terminal. Solution: Add t_SR. (Omar Sandoval)
2015-04-27 08:43:29 -03:00
Bram Moolenaar
3a265cde86
updated for version 7.4.686 Problem: "zr" and "zm" do not take a count. Solution: Implement the count, restrict the fold level to the maximum nesting depth. (Marcin Szamotulski)
2015-04-27 08:43:29 -03:00
Bram Moolenaar
53fb713634
updated for version 7.4.685 Problem: When there are illegal utf-8 characters the old regexp engine may go past the end of a string. Solution: Only advance to the end of the string. (Dominique Pelle)
2015-04-27 08:43:28 -03:00
Bram Moolenaar
84118614d1
updated for version 7.4.684 Problem: When starting several Vim instances in diff mode, the temp files used may not be unique. (Issue 353) Solution: Add an argument to vim_tempname() to keep the file.
2015-04-27 08:43:28 -03:00
Bram Moolenaar
53f92d609b
updated for version 7.4.683 Problem: Typo in the vimtutor command. Solution: Fix the typo. (Corey Farwell, github pull 349)
2015-04-27 08:43:27 -03:00
Bram Moolenaar
ddce75d259
Add a .gitignore file. It's a copy of .hgignore with one line removed.
2015-04-27 08:43:11 -03:00
Bram Moolenaar
92f24b036a
updated for version 7.4.682 Problem: The search highlighting and match highlighting replaces the cursorline highlighting, this doesn't look good. Solution: Combine the highlighting. (Yasuhiro Matsumoto)
2015-04-27 08:38:09 -03:00
Bram Moolenaar
8ef75ef6ca
updated for version 7.4.681 Problem: MS-Windows: When Vim is minimized the window height is computed incorrectly. Solution: When minimized use the previously computed size. (Ingo Karkat)
2015-04-27 08:38:08 -03:00
Bram Moolenaar
8cc2b8b1ca
updated for version 7.4.680 Problem: CTRL-W in Insert mode does not work well for multi-byte characters. Solution: Use mb_get_class(). (Yasuhiro Matsumoto)
2015-04-27 08:38:08 -03:00
Bram Moolenaar
a91c468d33
updated for version 7.4.679 Problem: Color values greater than 255 cause problems on MS-Windows. Solution: Truncate to 255 colors. (Yasuhiro Matsumoto)
2015-04-27 08:38:07 -03:00
Bram Moolenaar
f04207e1f6
updated for version 7.4.678 Problem: When using --remote the directory may end up being wrong. Solution: Use localdir() to find out what to do. (Xaizek)
2015-04-27 08:38:07 -03:00
Bram Moolenaar
e2ed0d288d
updated for version 7.4.677 Problem: Configure fails when specifying a python-config-dir. (Lcd) Solution: Check if PYTHONFRAMEWORKPREFIX is set.
2015-04-27 08:38:06 -03:00
Bram Moolenaar
3c205ec322
updated for version 7.4.676 Problem: On Mac, when not using the default Python framework configure doesn't do the right thing. Solution: Use a linker search path. (Kazunobu Kuriyama)
2015-04-27 08:38:06 -03:00
Bram Moolenaar
e65623921a
updated for version 7.4.675 Problem: When a FileReadPost autocommand moves the cursor inside a line it gets moved back. Solution: When checking whether an autocommand moved the cursor store the column as well. (Christian Brabandt)
2015-04-27 08:38:05 -03:00
Bram Moolenaar
74669e1162
updated for version 7.4.674 Problem: Missing changes in one file. Solution: Also change the win32 file.
2015-04-27 08:38:04 -03:00
Bram Moolenaar
4b34cdf74a
updated for version 7.4.673 Problem: The first syntax entry gets sequence number zero, which doesn't work. (Clinton McKay) Solution: Start at number one. (Bjorn Linse)
2015-04-27 08:38:04 -03:00
Bram Moolenaar
85f067f1c2
Update runtime files.
2015-04-27 08:38:03 -03:00
Bram Moolenaar
095a111543
updated for version 7.4.672 Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories.
2015-04-27 08:38:03 -03:00
Bram Moolenaar
5bd0ffdf8b
updated for version 7.4.671 Problem: Warning for shadowing a variable. Solution: Rename off to mb_off. (Kazunobu Kuriyama)
2015-04-27 08:38:02 -03:00
Bram Moolenaar
d6de0aa28f
updated for version 7.4.670 Problem: Using 'cindent' for Javascript is less than perfect. Solution: Improve indenting of continuation lines. (Hirohito Higashi)
2015-04-27 08:27:31 -03:00
Bram Moolenaar
385b42f6de
updated for version 7.4.669 Problem: When netbeans is active the sign column always shows up. Solution: Only show the sign column once a sign has been added. (Xavier de Gaye)
2015-04-27 08:27:30 -03:00
Bram Moolenaar
df67236ad1
updated for version 7.4.668 Problem: Can't use a glob pattern as a regexp pattern. Solution: Add glob2regpat(). (Christian Brabandt)
2015-04-27 08:27:30 -03:00
Bram Moolenaar
3a46d382dc
updated for version 7.4.667 Problem: 'colorcolumn' isn't drawn in a closed fold while 'cursorcolumn' is. (Carlos Pita) Solution: Make it consistent. (Christian Brabandt)
2015-04-27 08:27:29 -03:00
Bram Moolenaar
00c0c871b6
updated for version 7.4.666 Problem: There is a chance that Vim may lock up. Solution: Handle timer events differently. (Aaron Burrow)
2015-04-27 08:27:28 -03:00
Bram Moolenaar
534501977d
updated for version 7.4.665 Problem: 'linebreak' does not work properly with multi-byte characters. Solution: Compute the pointer offset with mb_head_off(). (Yasuhiro Matsumoto)
2015-04-27 08:27:28 -03:00
Bram Moolenaar
75b179001a
updated for version 7.4.664 Problem: When 'compatible' is reset 'numberwidth' is set to 4, but the effect doesn't show until a change is made. Solution: Check if 'numberwidth' changed. (Christian Brabandt)
2015-04-27 08:27:27 -03:00
Bram Moolenaar
97e1f57cf1
updated for version 7.4.663 Problem: When using netbeans a buffer is not found in another tab. Solution: When 'switchbuf' is set to "usetab" then switch to another tab when possible. (Xavier de Gaye)
2015-04-27 08:27:26 -03:00
Bram Moolenaar
516fbbbf62
updated for version 7.4.662 Problem: When 'M' is in the 'cpo' option then selecting a text object in parenthesis does not work correctly. Solution: Keep 'M' in 'cpo' when finding a match. (Hirohito Higashi)
2015-04-27 08:27:26 -03:00
Bram Moolenaar
b6f1937877
updated for version 7.4.661 Problem: Using "0 CTRL-D" in Insert mode may have CursorHoldI interfere. (Gary Johnson) Solution: Don't store K_CURSORHOLD as the last character. (Christian Brabandt)
2015-04-27 08:27:25 -03:00
Bram Moolenaar
ec77c8e7c3
updated for version 7.4.660 Problem: Using freed memory when g:colors_name is changed in the colors script. (oni-link) Solution: Make a copy of the variable value.
2015-04-27 08:27:24 -03:00
Bram Moolenaar
308f0eecac
updated for version 7.4.659 Problem: When 'ruler' is set the preferred column is reset. (Issue 339) Solution: Don't set curswant when redrawing the status lines.
2015-04-27 08:27:24 -03:00
Bram Moolenaar
4c5a30e49c
updated for version 7.4.658 Problem: 'formatexpr' is evaluated too often. Solution: Only invoke it when beyond the 'textwidth' column, as it is documented. (James McCoy)
2015-04-27 08:27:23 -03:00
Bram Moolenaar
e7dc4fe447
updated for version 7.4.657 Problem: Compiler warnings for pointer mismatch. Solution: Add a typecast. (John Marriott)
2015-04-27 08:27:23 -03:00
Bram Moolenaar
7a8791e606
updated for version 7.4.656 Problem: Missing changes for glob() in one file. Solution: Add the missing changes.
2015-04-27 08:27:22 -03:00
Bram Moolenaar
24c82baa43
updated for version 7.4.655 Problem: Text deleted by "dit" depends on indent of closing tag. (Jan Parthey) Solution: Do not adjust oap->end in do_pending_operator(). (Christian Brabandt)
2015-04-27 08:27:21 -03:00
Bram Moolenaar
f84817728b
updated for version 7.4.654 Problem: glob() and globpath() cannot include links to non-existing files. (Charles Campbell) Solution: Add an argument to include all links with glob(). (James McCoy) Also for globpath().
2015-04-27 08:27:21 -03:00
Bram Moolenaar
9b80ffbd07
updated for version 7.4.653 Problem: Insert mode completion with complete() may have CTRL-L work like CTRL-P. Solution: Handle completion with complete() differently. (Yasuhiro Matsumoto, Christian Brabandt, Hirohito Higashi)
2015-04-27 08:27:20 -03:00
Bram Moolenaar
7754d37b2d
updated for version 7.4.652 Problem: Xxd lacks a few features. Solution: Use 8 characters for the file position. Add the -e and -o arguments. (Vadim Vygonets)
2015-04-27 08:27:19 -03:00
Bram Moolenaar
a3910c593c
updated for version 7.4.651 Problem: Can't match "%>80v" properly for multi-byte characters. Solution: Multiply the character number by the maximum number of bytes in a character. (Yasuhiro Matsumoto)
2015-04-27 08:27:19 -03:00
Bram Moolenaar
626b3b72f4
updated for version 7.4.650 Problem: Configure check may fail because the dl library is not used. Solution: Put "-ldl" in LIBS rather than LDFLAGS. (Oazki Kiichi)
2015-04-27 08:27:18 -03:00
Bram Moolenaar
aee05280be
updated for version 7.4.649 Problem: Compiler complains about ignoring return value of fwrite(). (Michael Jarvis) Solution: Add (void).
2015-04-27 08:27:17 -03:00
Bram Moolenaar
16fe16b1cb
Update a few runtime files.
2015-04-27 08:27:17 -03:00
Bram Moolenaar
c896db43e1
Updated runtime files.
2015-04-27 08:27:16 -03:00
Bram Moolenaar
4e4ef3c262
updated for version 7.4.648 Problem: Tests broken on MS-Windows. Solution: Delete wrong copy line. (Ken Takata)
2015-04-27 08:27:15 -03:00
Bram Moolenaar
54017c6282
updated for version 7.4.647 Problem: After running the tests on MS-Windows many files differ from their originals as they were checked out. Solution: Use a temp directory for executing the tests. (Ken Takata, Taro Muraoka)
2015-04-27 08:27:15 -03:00
Bram Moolenaar
349b9b1917
updated for version 7.4.646 Problem: ":bufdo" may start at a deleted buffer. Solution: Find the first not deleted buffer. (Shane Harper)
2015-04-27 08:27:14 -03:00
Bram Moolenaar
d114997d02
updated for version 7.4.645 Problem: When splitting the window in a BufAdd autocommand while still in the first, empty buffer the window count is wrong. Solution: Do not reset b_nwindows to zero and don't increment it.
2015-04-27 08:27:14 -03:00
Bram Moolenaar
7e2524f240
updated for version 7.4.644 Problem: Stratus VOS doesn't have sync(). Solution: Use fflush(). (Karli Aurelia)
2015-04-27 08:27:13 -03:00
Bram Moolenaar
7f0d487d98
updated for version 7.4.643 Problem: Using the default file format for Mac files. (Issue 77) Solution: Reset the try_mac counter in the right place. (Oswald)
2015-04-27 08:25:36 -03:00
Bram Moolenaar
7ac8c6301f
updated for version 7.4.642 Problem: When using "gf" escaped spaces are not handled. Solution: Recognize escaped spaces.
2015-04-27 08:19:54 -03:00
Bram Moolenaar
6d66917e0b
updated for version 7.4.641 Problem: The tabline menu was using ":999tabnew" which is now invalid. Solution: Use ":$tabnew" instead. (Florian Degner)
2015-04-27 08:19:54 -03:00
Bram Moolenaar
19fa21ce46
updated for version 7.4.640 Problem: After deleting characters in Insert mode such that lines are joined undo does not work properly. (issue 324) Solution: Use Insstart instead of Insstart_orig. (Christian Brabandt)
2015-04-27 08:19:53 -03:00
Bram Moolenaar
28a02a4911
updated for version 7.4.639 Problem: Combination of linebreak and conceal doesn't work well. Solution: Fix the display problems. (Christian Brabandt)
2015-04-27 08:19:53 -03:00
Bram Moolenaar
b0ef99d27a
updated for version 7.4.638 Problem: Can't build with Lua 5.3 on Windows. Solution: use luaL_optinteger() instead of LuaL_optlong(). (Ken Takata)
2015-04-27 08:19:52 -03:00
Bram Moolenaar
0a8c8c2e46
updated for version 7.4.637 Problem: Incorrectly read the number of buffer for which an autocommand should be registered. Solution: Reverse check for "<buffer=abuf>". (Lech Lorens)
2015-04-27 08:19:52 -03:00
Bram Moolenaar
1d95fd6993
Add missing test files from 7.4.634 to the repository.
2015-04-27 08:19:51 -03:00
Bram Moolenaar
1bd65845da
updated for version 7.4.636 Problem: A search with end offset gets stuck at end of file. (Gary Johnson) Solution: When a search doesn't move the cursor repeat it with a higher count. (Christian Brabandt)
2015-04-27 08:19:51 -03:00
Bram Moolenaar
12ee022a1c
updated for version 7.4.635 Problem: If no NL or CR is found in the first block of a file then the 'fileformat' may be set to "mac". (Issue 77) Solution: Check if a CR was found. (eswald)
2015-04-27 08:19:50 -03:00
Bram Moolenaar
8cfd60d91b
updated for version 7.4.634 Problem: Marks are not restored after redo + undo. Solution: Fix the way marks are restored. (Olaf Dabrunz)
2015-04-27 08:19:50 -03:00
Bram Moolenaar
da1fb1ef57
updated for version 7.4.633 Problem: After 7.4.630 the problem persists. Solution: Also skip redo when calling a user function.
2015-04-27 08:19:49 -03:00
Bram Moolenaar
11348ce096
updated for version 7.4.632 Problem: 7.4.592 breaks the netrw plugin, because the autocommands are skipped. Solution: Roll back the change.
2015-04-27 08:19:49 -03:00
Bram Moolenaar
fcc0723a9a
updated for version 7.4.631 Problem: The default conceal character is documented to be a space but it's initially a dash. (Christian Brabandt) Solution: Make the intial value a space.
2015-04-27 08:19:48 -03:00
Bram Moolenaar
125a12af25
updated for version 7.4.630 Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto)
2015-04-27 08:19:48 -03:00
Bram Moolenaar
7cc149569f
updated for version 7.4.629 Problem: Coverity warning for Out-of-bounds read. Solution: Increase MAXWLEN to 254. (Eliseo Mart?nez)
2015-04-27 08:19:47 -03:00
Bram Moolenaar
53af9b85b7
updated for version 7.4.628 Problem: Compiler warning for variable might be clobbered by longjmp. Solution: Add volatile. (Michael Jarvis)
2015-04-27 08:19:47 -03:00
Bram Moolenaar
090be74c11
updated for version 7.4.627 Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
2015-04-27 08:19:46 -03:00
Bram Moolenaar
ac20ed3ca9
updated for version 7.4.626 Problem: MSVC with W4 gives useless warnings. Solution: Disable more warnings. (Mike Williams)
2015-04-27 08:19:46 -03:00
Bram Moolenaar
80e90958ef
updated for version 7.4.625 Problem: Possible NULL pointer dereference. Solution: Check for NULL before using it. (Mike Williams)
2015-04-27 08:19:45 -03:00
Bram Moolenaar
aa8c148ab3
updated for version 7.4.624 Problem: May leak memory or crash when vim_realloc() returns NULL. Solution: Handle a NULL value properly. (Mike Williams)
2015-04-27 08:19:45 -03:00
Bram Moolenaar
c27a737d98
updated for version 7.4.623 Problem: Crash with pattern: \(\)\{80000} (Dominique Pelle) Solution: When the max limit is large fall back to the old engine.
2015-04-27 08:19:44 -03:00
Douglas Drumond
c69fd43dd5
Merge pull request #5 from jpetrie/multimonitor-window-sizing
...
Early-out of resize handling if the window has not been presented yet.
2015-04-27 03:31:17 -03:00
Douglas Drumond
b517b31055
Merge pull request #4 from jquave/master
...
Fix the fullscreen display rect for multiple monitors on Yosemite
2015-04-27 03:30:34 -03:00
Douglas Drumond
cbb3ecd3a4
Merge pull request #3 from decrement/patch-2
...
Add Verilog to supported file types in Info.plist
2015-04-27 03:29:18 -03:00
Douglas Drumond
726561f2d4
Merge pull request #2 from chdiza/improvemvim
...
Improve mvim script's finding of MacVim.app
2015-04-27 03:28:41 -03:00
Douglas Drumond
3904671248
Merge pull request #1 from jasonlong/yosemite-icon-updated
...
Update app and document icon for Yosemite
2015-04-27 03:28:06 -03:00
Josh Petrie
40090ebac5
Early-out of resize handling if the window has not been presented yet.
2015-04-15 16:29:00 -07:00
chdiza
f4ca592d70
Use style of surrounding script (tabs not spaces).
2015-03-30 00:29:36 -04:00
Jameson Quave
3530d1dab1
Fix the fullscreen display rect for multiple monitors on Yosemite
...
When using a second display on Yosemite, the menu bar is not animated out as it is on the primary display, which causes the Mac OS menu bar to cover up the first line or so of MacVim in fullscreen. This fix defines a viewOffset method and adjusts the vim view rect based on whether or not the primary display is being used.
2015-03-24 07:40:44 -05:00
djnz
df89faa29a
Add Verilog to supported file types in Info.plist
2015-03-23 11:32:38 -07:00
chdiza
43c4eb2ce7
mvim: Eliminate extra-long line
2015-03-15 10:54:05 -04:00
chdiza
48fea6b53d
mvim: Make order of "usual suspects" more sensible
...
"/Applications", which is where 99.9% of all users will have
their MacVim.app located, was the seventh item to be checked for
the presence of MacVim.app.
2015-03-15 10:48:27 -04:00
Jason Long
40c11311d8
Add filetype icons from @jocelynmallon
2015-03-13 09:32:33 -04:00
Jason Long
7c9e53401b
Merge branch 'master' of https://github.com/macvim-dev/macvim into yosemite-icon-updated
...
* 'master' of https://github.com/macvim-dev/macvim: (311 commits)
Snapshot 74
updated for version 7.4.622 Problem: Compiler warning for unused argument. Solution: Add UNUSED.
updated for version 7.4.621 Problem: Returning 1 in the wrong function. (Raymond Ko) Solution: Return 1 in the right function (hopefully).
updated for version 7.4.620 Problem: Compiler warning for unitinialized variable. (Tony Mechelynck) Solution: Initialize "did_free". (Ben Fritz)
updated for version 7.4.619 Problem: luaV_setref() not returning the correct value. Solution: Return one.
updated for version 7.4.618 Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back.
Update runtime files.
updated for version 7.4.617 Problem: Wrong ":argdo" range does not cause an error. Solution: Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat)
updated for version 7.4.616 Problem: Cannot insert a tab in front of a block. Solution: Correctly compute aop->start. (Christian Brabandt)
updated for version 7.4.615 Problem: Vim hangs when freeing a lot of objects. Solution: Do not go back to the start of the list every time. (Yasuhiro Matsumoto and Ariya Mizutani)
updated for version 7.4.614 Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt)
updated for version 7.4.613 Problem: The NFA engine does not implement the 'redrawtime' time limit. Solution: Implement the time limit.
updated for version 7.4.612 Problem: test_eval fails on Mac. Solution: Use the * register instead of the + register. (Jun Takimoto)
updated for version 7.4.611 Problem: Syntax error. Solution: Change statement to return.
updated for version 7.4.610 Problem: Some function headers may be missing from generated .pro files. Solution: Add PROTO to the #ifdef.
updated for version 7.4.609 Problem: For complicated list and dict use the garbage collector can run out of stack space. Solution: Use a stack of dicts and lists to be marked, thus making it iterative instead of recursive. (Ben Fritz)
updated for version 7.4.608 Problem: test_eval fails when the clipboard feature is missing. Solution: Skip part of the test. Reduce the text used.
updated for version 7.4.607 Problem: Compiler warnings for unused variables. Solution: Move them inside #ifdef. (Kazunobu Kuriyama)
updated for version 7.4.606 Problem: May crash when using a small window. Solution: Avoid dividing by zero. (Christian Brabandt)
updated for version 7.4.605 Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski)
...
2015-03-13 09:26:36 -04:00
Jason Long
04a73923b9
Merge branch 'master' of https://github.com/b4winckler/macvim into yosemite-icon-updated
...
* 'master' of https://github.com/b4winckler/macvim :
Fix background color of active tab for Yosemite
2015-03-13 09:25:14 -04:00
Douglas Drumond
d1424d3e0c
Snapshot 74
...
Signed-off-by: Douglas Drumond <drumond.douglas@gmail.com >
2015-02-23 06:56:27 -03:00
Douglas Drumond
ee3e52b75a
Merge branch 'vim'
...
* vim: (310 commits)
updated for version 7.4.622 Problem: Compiler warning for unused argument. Solution: Add UNUSED.
updated for version 7.4.621 Problem: Returning 1 in the wrong function. (Raymond Ko) Solution: Return 1 in the right function (hopefully).
updated for version 7.4.620 Problem: Compiler warning for unitinialized variable. (Tony Mechelynck) Solution: Initialize "did_free". (Ben Fritz)
updated for version 7.4.619 Problem: luaV_setref() not returning the correct value. Solution: Return one.
updated for version 7.4.618 Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back.
Update runtime files.
updated for version 7.4.617 Problem: Wrong ":argdo" range does not cause an error. Solution: Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat)
updated for version 7.4.616 Problem: Cannot insert a tab in front of a block. Solution: Correctly compute aop->start. (Christian Brabandt)
updated for version 7.4.615 Problem: Vim hangs when freeing a lot of objects. Solution: Do not go back to the start of the list every time. (Yasuhiro Matsumoto and Ariya Mizutani)
updated for version 7.4.614 Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt)
updated for version 7.4.613 Problem: The NFA engine does not implement the 'redrawtime' time limit. Solution: Implement the time limit.
updated for version 7.4.612 Problem: test_eval fails on Mac. Solution: Use the * register instead of the + register. (Jun Takimoto)
updated for version 7.4.611 Problem: Syntax error. Solution: Change statement to return.
updated for version 7.4.610 Problem: Some function headers may be missing from generated .pro files. Solution: Add PROTO to the #ifdef.
updated for version 7.4.609 Problem: For complicated list and dict use the garbage collector can run out of stack space. Solution: Use a stack of dicts and lists to be marked, thus making it iterative instead of recursive. (Ben Fritz)
updated for version 7.4.608 Problem: test_eval fails when the clipboard feature is missing. Solution: Skip part of the test. Reduce the text used.
updated for version 7.4.607 Problem: Compiler warnings for unused variables. Solution: Move them inside #ifdef. (Kazunobu Kuriyama)
updated for version 7.4.606 Problem: May crash when using a small window. Solution: Avoid dividing by zero. (Christian Brabandt)
updated for version 7.4.605 Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski)
updated for version 7.4.604 Problem: Running tests changes viminfo. Solution: Disable viminfo.
...
Signed-off-by: Douglas Drumond <drumond.douglas@gmail.com >
2015-02-23 06:55:31 -03:00
Bram Moolenaar
53d2c16ca3
updated for version 7.4.622
...
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
2015-02-12 03:10:32 -02:00
Bram Moolenaar
b9127a05f2
updated for version 7.4.621
...
Problem: Returning 1 in the wrong function. (Raymond Ko)
Solution: Return 1 in the right function (hopefully).
2015-02-12 03:10:31 -02:00
Bram Moolenaar
e4aa908836
updated for version 7.4.620
...
Problem: Compiler warning for unitinialized variable. (Tony Mechelynck)
Solution: Initialize "did_free". (Ben Fritz)
2015-02-12 03:10:30 -02:00
Bram Moolenaar
d445ce828e
updated for version 7.4.619
...
Problem: luaV_setref() not returning the correct value.
Solution: Return one.
2015-02-12 03:10:29 -02:00
Bram Moolenaar
174122a7a5
updated for version 7.4.618
...
Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi)
Solution: Put the return statement back.
2015-02-12 03:10:28 -02:00
Bram Moolenaar
c03a48323a
Update runtime files.
2015-02-12 03:10:28 -02:00
Bram Moolenaar
4beca63bc2
updated for version 7.4.617
...
Problem: Wrong ":argdo" range does not cause an error.
Solution: Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat)
2015-02-12 03:10:27 -02:00
Bram Moolenaar
0a0b28c90c
updated for version 7.4.616
...
Problem: Cannot insert a tab in front of a block.
Solution: Correctly compute aop->start. (Christian Brabandt)
2015-02-12 03:10:26 -02:00
Bram Moolenaar
5f0e4091d6
updated for version 7.4.615
...
Problem: Vim hangs when freeing a lot of objects.
Solution: Do not go back to the start of the list every time. (Yasuhiro
Matsumoto and Ariya Mizutani)
2015-02-12 03:10:25 -02:00
Bram Moolenaar
e2adb7b1cd
updated for version 7.4.614
...
Problem: There is no test for what patch 7.4.601 fixes.
Solution: Add a test. (Christian Brabandt)
2015-02-12 03:10:24 -02:00
Bram Moolenaar
a93d2f8d83
updated for version 7.4.613
...
Problem: The NFA engine does not implement the 'redrawtime' time limit.
Solution: Implement the time limit.
2015-02-12 03:10:23 -02:00
Bram Moolenaar
ee173815cd
updated for version 7.4.612
...
Problem: test_eval fails on Mac.
Solution: Use the * register instead of the + register. (Jun Takimoto)
2015-02-12 03:10:22 -02:00
Bram Moolenaar
b3c0f8fcfd
updated for version 7.4.611
...
Problem: Syntax error.
Solution: Change statement to return.
2015-02-12 03:10:22 -02:00
Bram Moolenaar
616de4fbea
updated for version 7.4.610
...
Problem: Some function headers may be missing from generated .pro files.
Solution: Add PROTO to the #ifdef.
2015-02-12 03:10:20 -02:00
Bram Moolenaar
457bb9ab42
updated for version 7.4.609
...
Problem: For complicated list and dict use the garbage collector can run
out of stack space.
Solution: Use a stack of dicts and lists to be marked, thus making it
iterative instead of recursive. (Ben Fritz)
2015-02-12 03:10:20 -02:00
Bram Moolenaar
7db209fae4
updated for version 7.4.608
...
Problem: test_eval fails when the clipboard feature is missing.
Solution: Skip part of the test. Reduce the text used.
2015-02-12 03:10:19 -02:00
Bram Moolenaar
e030b90bb4
updated for version 7.4.607
...
Problem: Compiler warnings for unused variables.
Solution: Move them inside #ifdef. (Kazunobu Kuriyama)
2015-02-12 03:10:18 -02:00
Bram Moolenaar
12dcef10b4
updated for version 7.4.606
...
Problem: May crash when using a small window.
Solution: Avoid dividing by zero. (Christian Brabandt)
2015-02-12 03:10:17 -02:00
Bram Moolenaar
34807a0242
updated for version 7.4.605
...
Problem: The # register is not writable, it cannot be restored after
jumping around.
Solution: Make the # register writable. (Marcin Szamotulski)
2015-02-12 03:10:16 -02:00
Bram Moolenaar
63597f371b
updated for version 7.4.604
...
Problem: Running tests changes viminfo.
Solution: Disable viminfo.
2015-02-12 03:10:15 -02:00
Bram Moolenaar
f047a76364
updated for version 7.4.603
...
Problem: 'foldcolumn' may be set such that it fills the whole window, not
leaving space for text.
Solution: Reduce the foldcolumn width when there is not sufficient room.
(idea by Christian Brabandt)
2015-02-12 03:10:14 -02:00
Bram Moolenaar
2145bb59ef
updated for version 7.4.602
...
Problem: ":set" does not accept hex numbers as documented.
Solution: Use vim_str2nr(). (ZyX)
2015-02-12 03:10:13 -02:00
Bram Moolenaar
ef3b4cb782
updated for version 7.4.601
...
Problem: It is not possible to have feedkeys() insert characters.
Solution: Add the 'i' flag.
2015-02-12 03:10:12 -02:00
Bram Moolenaar
ce17086200
updated for version 7.4.600
...
Problem: Memory wasted in struct because of aligning.
Solution: Split pos in lnum and col. (Dominique Pelle)
2015-02-12 03:10:11 -02:00
Bram Moolenaar
ac1173d719
updated for version 7.4.599
...
Problem: Out-of-memory error.
Solution: Avoid trying to allocate a negative amount of memory, use size_t
instead of int. (Dominique Pelle)
2015-02-12 03:10:10 -02:00
Bram Moolenaar
a0b003eec1
updated for version 7.4.598
...
Problem: ":tabdo windo echo 'hi'" causes "* register not to be changed.
(Salman Halim)
Solution: Change how clip_did_set_selection is used and add
clipboard_needs_update and global_change_count. (Christian
Brabandt)
2015-02-12 03:10:09 -02:00
Bram Moolenaar
d43c5e06d9
updated for version 7.4.597
...
Problem: Cannot change the result of systemlist().
Solution: Initialize v_lock. (Yukihiro Nakadaira)
2015-02-12 03:10:08 -02:00
Bram Moolenaar
791b13beec
updated for version 7.4.596
...
Problem: Tiny build doesn't compile. (Ike Devolder)
Solution: Add #ifdef.
2015-02-12 03:10:06 -02:00
Bram Moolenaar
1e4a31870d
updated for version 7.4.595
...
Problem: The test_command_count test fails when using Japanese.
Solution: Force the language to C. (Hirohito Higashi)
2015-02-12 03:10:06 -02:00
Bram Moolenaar
7331bdeac1
updated for version 7.4.594
...
Problem: Using a block delete while 'breakindent' is set does not work
properly.
Solution: Use "line" instead of "prev_pend" as the first argument to
lbr_chartabsize_adv(). (Hirohito Higashi)
2015-02-12 03:10:05 -02:00
Bram Moolenaar
7f35215004
updated for version 7.4.593
...
Problem: Crash when searching for "x\{0,90000}". (Dominique Pelle)
Solution: Bail out from the NFA engine when the max limit is much higher
than the min limit.
2015-02-12 03:10:03 -02:00
Bram Moolenaar
544d924554
updated for version 7.4.592
...
Problem: When doing ":e foobar" when already editing "foobar" and 'buftype'
is "nofile" the buffer is cleared. (Xavier de Gaye)
Solution: Do no clear the buffer.
2015-02-12 03:10:02 -02:00
Bram Moolenaar
09d26aeabe
Update runtime files.
2015-02-12 03:10:01 -02:00
Bram Moolenaar
d696559d15
updated for version 7.4.591
...
Problem: test_listlbr_utf8 fails when the conceal feature is not available.
Solution: Check for the conceal feature. (Kazunobu Kuriyama)
2015-02-12 03:10:00 -02:00
Bram Moolenaar
a6210c2c9e
updated for version 7.4.590
...
Problem: Using ctrl_x_mode as if it contains flags.
Solution: Don't use AND with CTRL_X_OMNI. (Hirohito Higashi)
2015-02-12 03:09:59 -02:00
Bram Moolenaar
78d7180aae
updated for version 7.4.589
...
Problem: In the MS-Windows console Vim can't handle greek characters when
encoding is utf-8.
Solution: Escape K_NUL. (Yasuhiro Matsumoto)
2015-02-12 03:09:58 -02:00
Bram Moolenaar
d441fa30df
updated for version 7.4.588
...
Problem: ":0argedit foo" puts the new argument in the second place instead
of the first.
Solution: Adjust the range type. (Ingo Karkat)
2015-02-12 03:09:57 -02:00
Bram Moolenaar
4e62f1e609
updated for version 7.4.587
...
Problem: Conceal does not work properly with 'linebreak'. (cs86661)
Solution: Save and restore boguscols. (Christian Brabandt)
2015-02-12 03:09:56 -02:00
Bram Moolenaar
a85899f290
updated for version 7.4.586
...
Problem: Parallel building of the documentation html files is not reliable.
Solution: Remove a cyclic dependency. (Reiner Herrmann)
2015-02-12 03:09:55 -02:00
Bram Moolenaar
7f4214bcfa
updated for version 7.4.585
...
Problem: Range for :bdelete does not work. (Ronald Schild)
Solution: Also allow unloaded buffers.
2015-02-12 03:09:54 -02:00
Bram Moolenaar
2d270174c6
updated for version 7.4.584
...
Problem: With tiny features test_command_count may fail.
Solution: Source small.vim. (Christian Brabandt)
2015-02-12 03:09:53 -02:00
Bram Moolenaar
22a261be54
updated for version 7.4.583
...
Problem: With tiny features test 16 may fail.
Solution: Source small.vim. (Christian Brabandt)
2015-02-12 03:09:52 -02:00
Bram Moolenaar
a7cd829753
updated for version 7.4.582
...
Problem: Can't match "%>80v" properly. (Axel Bender)
Solution: Correctly handle ">". (Christian Brabandt)
2015-02-12 03:09:51 -02:00
Bram Moolenaar
fd086fcc13
updated for version 7.4.581
...
Problem: Compiler warnings for unitinialized variables. (John Little)
Solution: Initialize the variables.
2015-02-12 03:09:50 -02:00
Bram Moolenaar
d6f0f3c3dd
updated for version 7.4.580
...
Problem: ":52wincmd v" still gives an invalid range error. (Charles
Campbell)
Solution: Skip over white space.
2015-02-12 03:09:49 -02:00
Bram Moolenaar
f2bb776be5
Updated runtime files.
2015-02-12 03:09:49 -02:00
Bram Moolenaar
de78685250
updated for version 7.4.579
...
Problem: Wrong cursor positioning when 'linebreak' is set and lines wrap.
Solution: (Christian Brabandt)
2015-02-12 03:09:48 -02:00
Bram Moolenaar
7009540182
updated for version 7.4.578
...
Problem: Using getcurpos() after "$" in an empty line returns a negative
number.
Solution: Don't add one when this would overflow. (Hirohito Higashi)
2015-02-12 03:09:47 -02:00
Bram Moolenaar
c0603ec941
updated for version 7.4.577
...
Problem: Matching with a virtual column has a lot of overhead on very long
lines. (Issue 310)
Solution: Bail out early if there can't be a match. (Christian Brabandt)
Also check for CTRL-C at every position.
2015-02-12 03:09:46 -02:00
Bram Moolenaar
c06052be12
updated for version 7.4.576
...
Problem: Redrawing problem with 'relativenumber' and 'linebreak'.
Solution: Temporarily reset 'linebreak' and restore it in more places.
(Christian Brabandt)
2015-02-12 03:09:45 -02:00
Bram Moolenaar
637116b990
updated for version 7.4.575
...
Problem: Unicode character properties are outdated.
Solution: Update the tables with the latest version.
2015-02-12 03:09:44 -02:00
Bram Moolenaar
2ba0819d44
updated for version 7.4.574
...
Problem: No error for eval('$').
Solution: Check for empty name. (Yasuhiro Matsumoto)
2015-02-12 03:09:43 -02:00
Bram Moolenaar
29e9199277
updated for version 7.4.573
...
Problem: Mapping CTRL-C in Visual mode doesn't work. (Ingo Karkat)
Solution: Call get_real_state() instead of using State directly.
2015-02-12 03:09:42 -02:00
Bram Moolenaar
15548f53e0
updated for version 7.4.572
...
Problem: Address type of :wincmd depends on the argument.
Solution: Check the argument.
2015-02-12 03:09:41 -02:00
Bram Moolenaar
77bd355ef8
updated for version 7.4.571
...
Problem: Can't build with tiny features. (Ike Devolder)
Solution: Add #ifdef.
2015-02-12 03:09:40 -02:00
Bram Moolenaar
8c4349829b
updated for version 7.4.570
...
Problem: Building with dynamic library does not work for Ruby 2.2.0
Solution: Change #ifdefs and #defines. (Ken Takata)
2015-02-12 03:09:39 -02:00
Bram Moolenaar
8fa10655c9
Updated runtime files.
2015-02-12 03:09:39 -02:00
Bram Moolenaar
5d7e01aa91
updated for version 7.4.569
...
Problem: Having CTRL-C interrupt or not does not check the mode of the
mapping. (Ingo Karkat)
Solution: Use a bitmask with the map mode. (Christian Brabandt)
2015-02-12 03:09:38 -02:00
Bram Moolenaar
b976462e18
updated for version 7.4.568
...
Problem: Giving an error for ":0wincmd w" is a problem for some plugins.
Solution: Allow the zero in the range. (Marcin Szamotulski)
2015-02-12 03:09:33 -02:00
Bram Moolenaar
57c1ff4f7d
Updated syntax files.
2015-02-12 03:09:33 -02:00
Bram Moolenaar
5481377f23
updated for version 7.4.567
...
Problem: Non-ascii vertical separater characters are always redrawn.
Solution: Compare only the one byte that's stored. (Thiago Padilha)
2015-02-12 03:09:32 -02:00
Bram Moolenaar
5637fda070
Update runtime files.
2015-02-12 03:09:31 -02:00
Bram Moolenaar
f70c63c289
updated for version 7.4.566
...
Problem: :argdo, :bufdo, :windo and :tabdo don't take a range.
Solution: Support the range. (Marcin Szamotulski)
2015-02-12 03:09:30 -02:00
Bram Moolenaar
7286038396
updated for version 7.4.565
...
Problem: Ranges for arguments, buffers, tabs, etc. are not checked to be
valid but limited to the maximum. This can cause the wrong thing
to happen.
Solution: Give an error for an invalid value. (Marcin Szamotulski)
Use windows range for ":wincmd".
2015-02-12 03:09:29 -02:00
Bram Moolenaar
9b31194b8b
updated for version 7.4.564
...
Problem: FEAT_OSFILETYPE is used even though it's never defined.
Solution: Remove the code. (Christian Brabandt)
2015-02-12 03:09:28 -02:00
Bram Moolenaar
fa5e30248e
updated for version 7.4.563
...
Problem: No test for replacing on a tab in Virtual replace mode.
Solution: Add a test. (Elias Diem)
2015-02-12 03:09:27 -02:00
Bram Moolenaar
2c26956d46
updated for version 7.4.562
...
Problem: Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat)
Solution: Check there is enough space. (Christian Brabandt)
2015-02-12 03:09:23 -02:00
Bram Moolenaar
cc6870ba89
updated for version 7.4.561
...
Problem: Ex range handling is wrong for buffer-local user commands.
Solution: Check for CMD_USER_BUF. (Marcin Szamotulski)
2015-02-12 03:09:22 -02:00
Bram Moolenaar
e3b6f8ffd3
updated for version 7.4.560
...
Problem: Memory leak using :wviminfo. Issue 296.
Solution: Free memory when needed. (idea by Christian Brabandt)
2015-02-12 03:09:21 -02:00
Bram Moolenaar
d8a3e0ae86
updated for version 7.4.559
...
Problem: Appending a block in the middle of a tab does not work correctly
when virtualedit is set.
Solution: Decrement spaces and count, don't reset them. (James McCoy)
2015-02-12 03:09:20 -02:00
Bram Moolenaar
9c70d8b25f
updated for version 7.4.558
...
Problem: When the X server restarts Vim may get stuck.
Solution: Destroy the application context and create it again. (Issue 203)
2015-02-12 03:09:19 -02:00
Bram Moolenaar
52df7d7539
updated for version 7.4.557
...
Problem: One more small issue.
Solution: Update function proto.
2015-02-12 03:09:18 -02:00
Bram Moolenaar
cbc79a4864
updated for version 7.4.556
...
Problem: Failed commands in Python interface not handled correctly.
Solution: Restore window and buffer on failure.
2015-02-12 03:09:17 -02:00
Bram Moolenaar
caf51c2977
updated for version 7.4.555
...
Problem: test_close_count may fail for some combination of features.
Solution: Require normal features.
2015-02-12 03:09:16 -02:00
Bram Moolenaar
f4dcc7c0b5
updated for version 7.4.554
...
Problem: Missing part of patch 7.4.519.
Solution: Copy back regprog after calling vim_regexec.
2015-02-12 03:09:15 -02:00
Bram Moolenaar
2c460f1f51
updated for version 7.4.553
...
Problem: Various small issues.
Solution: Fix those issues.
2015-02-12 03:09:14 -02:00
Bram Moolenaar
48f0e5e403
Updated runtime files.
2015-02-12 03:09:14 -02:00
Bram Moolenaar
82af09a9e2
updated for version 7.4.552
...
Problem: Langmap applies to Insert mode expression mappings.
Solution: Check for Insert mode. (Daniel Hahler)
2015-02-12 03:09:13 -02:00
Bram Moolenaar
59bc549474
updated for version 7.4.551
...
Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295.
Solution: Check the width of the next match. (Christian Brabandt)
2015-02-12 03:09:11 -02:00
Bram Moolenaar
b3b601fb08
updated for version 7.4.550
...
Problem: curs_rows() function is always called with the second argument
false.
Solution: Remove the argument. (Christian Brabandt)
validate_botline_win() can then also be removed.
2015-02-12 03:09:10 -02:00
Bram Moolenaar
26a278bb11
Add new files for 7.4.549.
2015-02-12 03:09:09 -02:00
Bram Moolenaar
711438aa58
updated for version 7.4.549
...
Problem: Function name not recognized correctly when inside a function.
Solution: Don't check for an alpha character.
2015-02-12 03:09:07 -02:00
Bram Moolenaar
15062cbf0f
updated for version 7.4.548
...
Problem: Function name not recognized correctly when inside a function.
Solution: Don't check for an alpha character.
2015-02-12 03:09:06 -02:00
Bram Moolenaar
8d3929369a
updated for version 7.4.547
...
Problem: Using "vit" does not select a multi-byte character at the end
correctly.
Solution: Advance the cursor over the multi-byte character. (Christian
Brabandt)
2015-02-12 03:09:05 -02:00
Bram Moolenaar
5af72cf5d5
updated for version 7.4.546
...
Problem: Repeated use of vim_snprintf() with a number.
Solution: Move these vim_snprintf() calls into a function.
2015-02-12 03:09:04 -02:00
Bram Moolenaar
8288d3c2ba
updated for version 7.4.545
...
Problem: Highlighting for multi-line matches is not correct.
Solution: Stop highlight at the end of the match. (Hirohito Higashi)
2015-02-12 03:09:02 -02:00
Bram Moolenaar
702b5d4a94
updated for version 7.4.544
...
Problem: Warnings for unused arguments when compiling with a combination of
features.
Solution: Add "UNUSED".
2015-02-12 03:08:56 -02:00
Bram Moolenaar
806804a983
updated for version 7.4.543
...
Problem: Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three.
(Eliseo Martínez) Issue 287
Solution: Correct the line count. (Christian Brabandt)
Also set the last used search pattern.
2015-02-12 03:08:55 -02:00
Bram Moolenaar
0385d2fd10
updated for version 7.4.542
...
Problem: Using a range for window and buffer commands has a few problems.
Cannot specify the type of range for a user command.
Solution: Add the -addr argument for user commands. Fix problems. (Marcin
Szamotulski)
2015-02-12 03:08:54 -02:00
Bram Moolenaar
61f4c80a5c
updated for version 7.4.541
...
Problem: Crash when doing a range assign.
Solution: Check for NULL poiter. (Yukihiro Nakadaira)
2015-02-12 03:08:53 -02:00
Bram Moolenaar
c0e38f84e5
Update runtime files.
2015-02-12 03:08:53 -02:00
Bram Moolenaar
f08b58578c
updated for version 7.4.540
...
Problem: Cannot build with tiny and small features. (Taro Muraoka)
Solution: Add #ifdef around CMD_USER.
2015-02-12 03:08:52 -02:00
Bram Moolenaar
7b9be6bba7
updated for version 7.4.539
...
Problem: Crash when computing buffer count. Problem with range for user
commands. Line range wrong in Visual area.
Solution: Avoid segfault in compute_buffer_local_count(). Check for
CMD_USER when checking type of range. (Marcin Szamotulski)
2015-02-12 03:08:51 -02:00
Bram Moolenaar
7ef835664c
updated for version 7.4.538
...
Problem: Tests fail with small features plus Python.
Solution: Disallow weird combination of options. Do not set "fdm" when
folding is disabled.
2015-02-12 03:08:50 -02:00
Bram Moolenaar
8788d7059e
updated for version 7.4.537
...
Problem: Value of v:hlsearch reflects an internal variable.
Solution: Make the value reflect whether search highlighting is actually
displayed. (Christian Brabandt)
2015-02-12 03:08:48 -02:00
Bram Moolenaar
fd1aa7aa02
updated for version 7.4.536
...
Problem: Test 63 fails when using a black&white terminal.
Solution: Add attributes for a non-color terminal. (Christian Brabandt)
2015-02-12 03:08:47 -02:00
Bram Moolenaar
0f2c1c2985
updated for version 7.4.535
...
Problem: Can't build with tiny features.
Solution: Add #ifdefs and skip a test.
2015-02-12 03:08:46 -02:00
Bram Moolenaar
d4f98b1be8
Add files added by patch 7.4.530 to the repository.
2015-02-12 03:08:46 -02:00
Bram Moolenaar
b94bdc7275
updated for version 7.4.534
...
Problem: Warnings when compiling if_ruby.c.
Solution: Avoid the warnings. (Ken Takata)
2015-02-12 03:08:45 -02:00
Bram Moolenaar
214305f7dc
updated for version 7.4.533
...
Problem: ":hardcopy" leaks memory in case of errors.
Solution: Free memory in all code paths. (Christian Brabandt)
2015-02-12 03:08:44 -02:00
Bram Moolenaar
a7cc9f1d8e
updated for version 7.4.532
...
Problem: When using 'incsearch' "2/pattern/e" highlights the first match.
Solution: Move the code to set extra_col inside the loop for count. (Ozaki
Kiichi)
2015-02-12 03:08:43 -02:00
Bram Moolenaar
19be1a9edb
updated for version 7.4.531
...
Problem: Comments about parsing an Ex command are wrong.
Solution: Correct the steop numbers.
2015-02-12 03:08:42 -02:00
Bram Moolenaar
0046856d17
updated for version 7.4.530
...
Problem: Many commands take a count or range that is not using line
numbers.
Solution: For each command specify what kind of count it uses. For windows,
buffers and arguments have "$" and "." have a relevant meaning.
(Marcin Szamotulski)
2015-02-12 03:08:41 -02:00
Bram Moolenaar
ebaf80d5c0
updated for version 7.4.529
...
Problem: No test for what 7.4.517 fixes.
Solution: Adjust the tests for breakindent. (Christian Brabandt)
2015-02-12 03:08:40 -02:00
Bram Moolenaar
b9d92bb8d5
updated for version 7.4.528
...
Problem: Crash when using matchadd() (Yasuhiro Matsumoto)
Solution: Copy the match regprog.
2015-02-12 03:08:39 -02:00
Bram Moolenaar
1316a73ba5
updated for version 7.4.527
...
Problem: Still confusing regexp failure and NFA_TOO_EXPENSIVE.
Solution: NFA changes equivalent of 7.4.526.
2015-02-12 03:08:38 -02:00
Bram Moolenaar
6e849492c4
updated for version 7.4.526
...
Problem: matchstr() fails on long text. Daniel Hahler)
Solution: Return NFA_TOO_EXPENSIVE from regexec_nl(). (Christian Brabandt)
2015-02-12 03:08:37 -02:00
Bram Moolenaar
d7d6255579
updated for version 7.4.525
...
Problem: map() leaks memory when there is an error in the expression.
Solution: Call clear_tv(). (Christian Brabandt)
2015-02-12 03:08:36 -02:00
Bram Moolenaar
07ee0bc96e
updated for version 7.4.524
...
Problem: When using ":ownsyntax" spell checking is messed up. (Issue 78)
Solution: Use the window-local option values. (Christian Brabandt)
2015-02-12 03:08:35 -02:00
Bram Moolenaar
4e3fcc7cab
Update runtime files.
2015-02-12 03:08:35 -02:00
Bram Moolenaar
ba78ebb61c
updated for version 7.4.523
...
Problem: When the X11 server is stopped and restarted, while Vim is kept in
the background, copy/paste no longer works. (Issue 203)
Solution: Setup the clipboard again. (Christian Brabandt)
2015-02-12 03:08:33 -02:00
Bram Moolenaar
eb5c37d8d7
updated for version 7.4.522
...
Problem: Specifying wrong buffer size for GetLongPathName().
Solution: Use the actual size. (Ken Takata)
2015-02-12 03:08:32 -02:00
Bram Moolenaar
87d02d0d32
updated for version 7.4.521
...
Problem: When using "vep" a mark is moved to the next line. (Maxi Padulo,
Issue 283)
Solution: Decrement the line number. (Christian Brabandt)
2015-02-12 03:08:31 -02:00
Bram Moolenaar
007e3f10bb
updated for version 7.4.520
...
Problem: Sun PCK locale is not recognzed.
Solution: Add PCK in the table. (Keiichi Oono)
2015-02-12 03:08:30 -02:00
Bram Moolenaar
a3750a19fc
updated for version 7.4.519
...
Problem: Crash when using syntax highlighting.
Solution: When regprog is freed and replaced, store the result.
2015-02-12 03:08:29 -02:00
Bram Moolenaar
c11a160379
updated for version 7.4.518
...
Problem: Using status line height in width computations.
Solution: Use one instead. (Hirohito Higashi)
2015-02-12 03:08:28 -02:00
Bram Moolenaar
a5eea8d64d
updated for version 7.4.517
...
Problem: With a wrapping line the cursor may not end up in the right place.
(Nazri Ramliy)
Solution: Adjust n_extra for a Tab that wraps. (Christian Brabandt)
2015-02-12 03:08:27 -02:00
Bram Moolenaar
b015e6375c
Update translations.
2015-02-12 03:08:26 -02:00
Bram Moolenaar
431416e9cf
Update runtime files.
2015-02-12 03:08:26 -02:00
Bram Moolenaar
c3e5d9a0df
updated for version 7.4.516
...
Problem: Completing a function name containing a # does not work. Issue
253.
Solution: Recognize the # character. (Christian Brabandt)
2015-02-12 03:08:25 -02:00
Bram Moolenaar
6ff29e233d
updated for version 7.4.515
...
Problem: In a help buffer the global 'foldmethod' is used. (Paul Marshall)
Solution: Reset 'foldmethod' when starting to edit a help file. Move the
code to a separate function.
2015-02-12 03:08:23 -02:00
Bram Moolenaar
bab90a6ff0
updated for version 7.4.514
...
Problem: Memory access error. (Dominique Pelle)
Solution: Update tpos. (Christian Brabandt)
2015-02-12 03:08:22 -02:00
Bram Moolenaar
a9b5603690
updated for version 7.4.513
...
Problem: Crash because reference count is wrong for list returned by
getreg().
Solution: Increment the reference count. (Kimmy Lindvall)
2015-02-12 03:08:22 -02:00
Bram Moolenaar
c0f1ecaab6
updated for version 7.4.512
...
Problem: Cannot generate prototypes for Win32 files and VMS.
Solution: Add typedefs and #ifdef
2015-02-12 03:08:21 -02:00
Bram Moolenaar
eecf4a7ceb
updated for version 7.4.511
...
Problem: Generating proto for if_ruby.c uses type not defined elsewhere.
Solution: Do not generate a prototype for
rb_gc_writebarrier_unprotect_promoted()
2015-02-12 03:08:20 -02:00
Bram Moolenaar
8f48fcfacd
updated for version 7.4.510
...
Problem: "-fwrapv" argument breaks use of cproto.
Solution: Remove the alphabetic arguments in a drastic way.
2015-02-12 03:08:19 -02:00
Bram Moolenaar
1abf903ea9
updated for version 7.4.509
...
Problem: Users are not aware their encryption is weak.
Solution: Give a warning when prompting for the key.
2015-02-12 03:08:18 -02:00
Bram Moolenaar
9ce94fc6cc
updated for version 7.4.508
...
Problem: When generating ja.sjis.po the header is not correctly adjusted.
Solution: Check for the right header string. (Ken Takata)
2015-02-12 03:08:17 -02:00
Bram Moolenaar
6908df97d1
updated for version 7.4.507
...
Problem: Building with MingW and Perl.
Solution: Remove quotes. (Ken Takata)
2015-02-12 03:08:16 -02:00
Bram Moolenaar
bf00058a7f
updated for version 7.4.506
...
Problem: MS-Windows: Cannot open a file with 259 characters.
Solution: Fix off-by-one error. (Ken Takata)
2015-02-12 03:08:15 -02:00
Bram Moolenaar
4c261f5c9a
updated for version 7.4.505
...
Problem: On MS-Windows when 'encoding' is a double-byte encoding a file
name longer than MAX_PATH bytes but shorter than that in
characters causes problems.
Solution: Fail on file names longer than MAX_PATH bytes. (Ken Takata)
2015-02-12 03:08:14 -02:00
Bram Moolenaar
a61cb831fd
updated for version 7.4.504
...
Problem: Restriction of the MS-Windows installer that the path must end in
"Vim" prevents installing more than one version.
Solution: Remove the restriction. (Tim Lebedkov)
2015-02-12 03:08:13 -02:00
Bram Moolenaar
1b2ff03584
updated for version 7.4.503
...
Problem: Cannot append a list of lines to a file.
Solution: Add the append option to writefile(). (Yasuhiro Matsumoto)
2015-02-12 03:08:12 -02:00
Bram Moolenaar
24ff04ef61
updated for version 7.4.502
...
Problem: Language mapping also applies to mapped characters.
Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to
mapped characters. (Christian Brabandt)
2015-02-12 03:08:11 -02:00
Bram Moolenaar
7473f375f4
updated for version 7.4.501
...
Problem: Typo in file pattern.
Solution: Insert a slash and remove a dot.
2015-02-12 03:08:10 -02:00
Bram Moolenaar
9786daf8de
Update runtime files.
2015-02-12 03:08:10 -02:00
Bram Moolenaar
e33b25d213
updated for version 7.4.500
...
Problem: Test 72 still fails once in a while.
Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata)
2015-02-12 03:08:09 -02:00
Bram Moolenaar
ca0322907b
updated for version 7.4.499
...
Problem: substitute() can be slow with long strings.
Solution: Store a pointer to the end, instead of calling strlen() every
time. (Ozaki Kiichi)
2015-02-12 03:08:08 -02:00
Bram Moolenaar
3e6fd3f75c
updated for version 7.4.498
...
Problem: Typo in DOS makefile.
Solution: Change exists to exist. (Ken Takata)
2015-02-12 03:08:07 -02:00
Bram Moolenaar
e87e3dde01
updated for version 7.4.497
...
Problem: With some regexp patterns the NFA engine uses many states and
becomes very slow. To the user it looks like Vim freezes.
Solution: When the number of states reaches a limit fall back to the old
engine. (Christian Brabandt)
2015-02-12 03:08:06 -02:00
Bram Moolenaar
f63bcb6121
updated for version 7.4.496
...
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak
Solution: Move the common parts to one file. (Ken Takata)
2015-02-12 03:08:05 -02:00
Bram Moolenaar
e7303693ce
updated for version 7.4.495
...
Problem: XPM isn't used correctly in the Cygwin Makefile.
Solution: Include the rules like in Make_ming.mak. (Ken Takata)
2015-02-12 03:08:04 -02:00
Bram Moolenaar
d2073aba9a
updated for version 7.4.494
...
Problem: Cursor shape is wrong after a CompleteDone autocommand.
Solution: Update the cursor and mouse shape after ":normal" restores the
state. (Jacob Niehus)
2015-02-12 03:08:03 -02:00
Bram Moolenaar
9bd07d7556
updated for version 7.4.493
...
Problem: A TextChanged autocommand is triggered when saving a file.
(William Gardner)
Solution: Update last_changedtick after calling unchanged(). (Christian
Brabandt)
2015-02-12 03:08:01 -02:00
Bram Moolenaar
c1154c2167
updated for version 7.4.492
...
Problem: In Insert mode, after inserting a newline that inserts a comment
leader, CTRL-O moves to the right. (ZyX) Issue 57.
Solution: Correct the condition for moving the cursor back to the NUL.
(Christian Brabandt)
2015-02-12 03:08:00 -02:00
Bram Moolenaar
73d711c214
updated for version 7.4.491
...
Problem: When winrestview() has a negative "topline" value there are
display errors.
Solution: Correct a negative value to 1. (Hirohito Higashi)
2015-02-12 03:08:00 -02:00
Bram Moolenaar
10ec03b382
updated for version 7.4.490
...
Problem: Cannot specify the buffer to use for "do" and "dp", making them
useless for three-way diff.
Solution: Use the count as the buffer number. (James McCoy)
2015-02-12 03:07:59 -02:00
Bram Moolenaar
4cc0539ace
updated for version 7.4.489
...
Problem: Cursor movement still wrong when 'lbr' is set and there is a
number column. (Hirohito Higashi)
Solution: Add correction for number column. (Hiroyuki Takagi)
2015-02-12 03:07:58 -02:00
Bram Moolenaar
879383f403
updated for version 7.4.488
...
Problem: test_mapping fails for some people.
Solution: Set the 'encoding' option. (Ken Takata)
2015-02-12 03:07:57 -02:00
Bram Moolenaar
a21af63439
Add the missing test files.
2015-02-12 03:07:56 -02:00
Bram Moolenaar
00306983c1
updated for version 7.4.487
...
Problem: ":sign jump" may use another window even though the file is
already edited in the current window.
Solution: First check if the file is in the current window. (James McCoy)
2015-02-12 03:07:55 -02:00
Bram Moolenaar
0f230c7154
updated for version 7.4.486
...
Problem: Check for writing to a yank register is wrong.
Solution: Negate the check. (Zyx). Also clean up the #ifdefs.
2015-02-12 03:07:54 -02:00
Bram Moolenaar
aef4e67ceb
updated for version 7.4.485
...
Problem: Abbreviations don't work. (Toothpik)
Solution: Move the length computation inside the for loop. Compare against
the unescaped key.
2015-02-12 03:07:53 -02:00
Bram Moolenaar
ba8d999735
updated for version 7.4.484
...
Problem: Compiler warning on MS-Windows. (Ken Takata)
Solution: Add type cast.
2015-02-12 03:07:52 -02:00
Bram Moolenaar
2bd8890288
updated for version 7.4.483
...
Problem: A 0x80 byte is not handled correctly in abbreviations.
Solution: Unescape special characters. Add a test. (Christian Brabandt)
2015-02-12 03:07:51 -02:00
Bram Moolenaar
b06bb5e4f1
updated for version 7.4.482
...
Problem: When 'balloonexpr' results in a list, the text has a trailing
newline. (Lcd)
Solution: Remove one trailing newline.
2015-02-12 03:07:50 -02:00
Bram Moolenaar
1803e7b50c
updated for version 7.4.481
...
Problem: Compiler warning on MS-Windows.
Solution: Add type casts. (Ken Takata)
2015-02-12 03:07:49 -02:00
Bram Moolenaar
1818e826c7
updated for version 7.4.480
...
Problem: MS-Windows: Can't build.
Solution: Remove goto, use a flag instead.
2015-02-12 03:07:48 -02:00
Bram Moolenaar
f5e3496b01
Update runtime files and translations.
2015-02-12 03:07:48 -02:00
Bram Moolenaar
6429739088
updated for version 7.4.479
...
Problem: MS-Windows: The console title can be wrong.
Solution: Take the encoding into account. When restoring the title use the
right function. (Yasuhiro Matsumoto)
2015-02-12 03:07:47 -02:00
Bram Moolenaar
df822ce586
updated for version 7.4.478
...
Problem: Using byte length instead of character length for 'showbreak'.
Solution: Compute the character length. (Marco Hinz)
2015-02-12 03:07:46 -02:00
Bram Moolenaar
4bb874492f
updated for version 7.4.477
...
Problem: When using ":%diffput" and the other file is empty an extra empty
line remains.
Solution: Set the buf_empty flag.
2015-02-12 03:07:45 -02:00
Bram Moolenaar
41200ff879
updated for version 7.4.476
...
Problem: MingW: compiling with "XPM=no" doesn't work.
Solution: Check for the "no" value. (KF Leong) Also for Cygwin. (Ken
Takata)
2015-02-12 03:07:44 -02:00
Bram Moolenaar
be9e9e838b
updated for version 7.4.475
...
Problem: Can't compile on a system where Xutf8SetWMProperties() is not in
the X11 library. Issue 265.
Solution: Add a configure check.
2015-02-12 03:07:43 -02:00
Bram Moolenaar
3714a93d4e
updated for version 7.4.474
...
Problem: AIX compiler can't handle // comment. Issue 265.
Solution: Remove that line.
2015-02-12 03:07:42 -02:00
Bram Moolenaar
4a7f6d3af1
updated for version 7.4.473
...
Problem: Cursor movement is incorrect when there is a number
column/sign/fold column and 'sbr' is displayed.
Solution: Adjust the column for 'sbr'. (Christian Brabandt)
2015-02-12 03:07:41 -02:00
Bram Moolenaar
52b7d64d17
updated for version 7.4.472
...
Problem: The "precedes" entry in 'listchar' will be drawn when 'showbreak
is set and list is not.
Solution: Only draw this character when 'list' is on. (Christian Brabandt)
2015-02-12 03:07:40 -02:00
Bram Moolenaar
a2d5ff6700
updated for version 7.4.471
...
Problem: MS-Windows: When printer name contains multi-byte, the name is
displayed as ???.
Solution: Convert the printer name from the active codepage to 'encoding'.
(Yasuhiro Matsumoto)
2015-02-12 03:07:39 -02:00
Bram Moolenaar
7a98ee201d
updated for version 7.4.470
...
Problem: Test 11 and 100 do not work properly on Windows.
Solution: Avoid using feedkeys(). (Ken Takata)
2015-02-12 03:07:39 -02:00
Bram Moolenaar
39631e52bb
updated for version 7.4.469
...
Problem: Can't build with MSVC. (Ken Takata)
Solution: Move the assignment after the declarations.
2015-02-12 03:07:38 -02:00
Bram Moolenaar
8261640073
updated for version 7.4.468
...
Problem: Issue 26: CTRL-C does not interrupt after it was mapped and then
unmapped.
Solution: Reset mapped_ctrl_c. (Christian Brabandt)
2015-02-12 03:07:37 -02:00
Bram Moolenaar
56b0fd5574
updated for version 7.4.467
2015-02-12 03:07:36 -02:00
Bram Moolenaar
b15fa864b5
updated for version 7.4.466
...
Problem: CTRL-W } does not open preview window. (Erik Falor)
Solution: Don't set g_do_tagpreview for CTRL-W }.
2015-02-12 03:07:35 -02:00
Bram Moolenaar
f7c555f749
updated for version 7.4.465
...
Problem: Crash when expanding a very long string.
Solution: Use wsncpy() instead of wcscpy(). (Ken Takata)
2015-02-12 03:07:34 -02:00
Bram Moolenaar
08cd0e2056
updated for version 7.4.464
...
Problem: Compiler warning.
Solution: Add type cast. (Ken Takata)
2015-02-12 03:07:32 -02:00
Bram Moolenaar
b938e29968
Update runtime files.
2015-02-12 03:07:32 -02:00
Bram Moolenaar
bf811eab13
updated for version 7.4.463
...
Problem: Test 86 and 87 may hang on MS-Windows.
Solution: Call inputrestore() after inputsave(). (Ken Takata)
2015-02-12 03:07:31 -02:00
Bram Moolenaar
6326be0108
updated for version 7.4.462
...
Problem: Setting the local value of 'backupcopy' empty gives an error.
(Peter Mattern)
Solution: When using an empty value set the flags to zero. (Hirohito
Higashi)
2015-02-12 03:07:30 -02:00
Bram Moolenaar
192b085521
updated for version 7.4.461
...
Problem: MS-Windows: When collate is on the number of copies is too high.
Solution: Only set the collated/uncollated count when collate is on.
(Yasuhiro Matsumoto)
2015-02-12 03:07:29 -02:00
Bram Moolenaar
f77b09dabc
updated for version 7.4.460
...
Problem: Can't build without the quickfix feature. (Erik Falor)
Solution: Add a #ifdef.
2015-02-12 03:07:28 -02:00
Bram Moolenaar
75ec843bfc
updated for version 7.4.459
...
Problem: Can't change the icon after building Vim.
Solution: Load the icon from a file on startup. (Yasuhiro Matsumoto)
2015-02-12 03:07:27 -02:00
Bram Moolenaar
7849f7447c
updated for version 7.4.458
...
Problem: Issue 252: Cursor moves in a zero-height window.
Solution: Check for zero height. (idea by Christian Brabandt)
2015-02-12 03:07:26 -02:00
Bram Moolenaar
e9a9bf9193
updated for version 7.4.457
...
Problem: Using getchar() in an expression mapping may result in
K_CURSORHOLD, which can't be recognized.
Solution: Add the <CursorHold> key. (Hirohito Higashi)
2015-02-12 03:07:25 -02:00
Bram Moolenaar
0c649a60e4
updated for version 7.4.456
...
Problem: 'backupcopy' is global, cannot write only some files in a
different way.
Solution: Make 'backupcopy' global-local. (Christian Brabandt)
2015-02-12 03:07:24 -02:00
Bram Moolenaar
afedf9cef4
updated for version 7.4.455
...
Problem: Completion for :buf does not use 'wildignorecase'. (Akshay H)
Solution: Pass the 'wildignorecase' flag around.
2015-02-12 03:07:23 -02:00
Bram Moolenaar
de3267602a
updated for version 7.4.454
...
Problem: When using a Visual selection of multiple words and doing CTRL-W_]
it jumps to the tag matching the word under the cursor, not the
selected text. (Patrick hemmer)
Solution: Do not reset Visual mode. (idea by Christian Brabandt)
2015-02-12 03:07:22 -02:00
Bram Moolenaar
c33c693304
Updated runtime files.
2015-02-12 03:07:21 -02:00
Bram Moolenaar
22513da6de
updated for version 7.4.453
...
Problem: Still can't build with tiny features.
Solution: Add #ifdef.
2015-02-12 03:07:20 -02:00
Bram Moolenaar
1573f75cab
updated for version 7.4.452
...
Problem: Can't build with tiny features. (Tony Mechelynck)
Solution: Use "return" instead of "break".
2015-02-12 03:07:19 -02:00
Bram Moolenaar
06892c22b1
updated for version 7.4.451
...
Problem: Calling system() with empty input gives an error for writing the
temp file.
Solution: Do not try writing if the string length is zero. (Olaf Dabrunz)
2015-02-12 03:07:19 -02:00
Bram Moolenaar
5b461c66f7
updated for version 7.4.450
...
Problem: Not all commands that edit another buffer support the +cmd
argument.
Solution: Add the +cmd argument to relevant commands. (Marcin Szamotulski)
2015-02-12 03:07:18 -02:00
Bram Moolenaar
1d4775152d
updated for version 7.4.449
...
Problem: Can't easily close the help window. (Chris Gaal)
Solution: Add ":helpclose". (Christian Brabandt)
2015-02-12 03:07:17 -02:00
Bram Moolenaar
50a373d709
updated for version 7.4.448
...
Problem: Using ETO_IGNORELANGUAGE causes problems.
Solution: Remove this flag. (Paul Moore)
2015-02-12 03:07:16 -02:00
Bram Moolenaar
d182914397
updated for version 7.4.447
...
Problem: Spell files from Hunspell may generate a lot of errors.
Solution: Add the IGNOREEXTRA flag.
2015-02-12 03:07:15 -02:00
Bram Moolenaar
0d4adebde3
updated for version 7.4.446
...
Problem: In some situations, when setting up an environment to trigger an
autocommand, the environment is not properly restored.
Solution: Check the return value of switch_win() and call restore_win()
always. (Daniel Hahler)
2015-02-12 03:07:14 -02:00
Bram Moolenaar
e537487a5b
updated for version 7.4.445
...
Problem: Clipboard may be cleared on startup.
Solution: Set clip_did_set_selection to -1 during startup. (Christian
Brabandt)
2015-02-12 03:07:13 -02:00
Bram Moolenaar
4af83223be
updated for version 7.4.444
...
Problem: Reversed question mark not recognized as punctuation. (Issue 258)
Solution: Add the Supplemental Punctuation range.
2015-02-12 03:07:12 -02:00
Bram Moolenaar
af2ddb5fdf
updated for version 7.4.443
...
Problem: Error reported by ubsan when running test 72.
Solution: Add type cast to unsigned. (Dominique Pelle)
2015-02-12 03:07:11 -02:00
Bram Moolenaar
33e7e75fe1
updated for version 7.4.442
...
Problem: Using unitinialized variable.
Solution: Pass the first window of the tabpage.
2015-02-12 03:07:10 -02:00
Bram Moolenaar
92b569c25b
Update runtime files.
2015-02-12 03:07:09 -02:00
Bram Moolenaar
2b29867395
updated for version 7.4.441
...
Problem: Endless loop and other problems when 'cedit' is set to CTRL-C.
Solution: Do not call ex_window() when ex_normal_busy or got_int was set.
(Yasuhiro Matsumoto)
2015-02-12 03:07:08 -02:00
Bram Moolenaar
b0341fcaf9
updated for version 7.4.440
...
Problem: Omni complete popup drawn incorrectly.
Solution: Call validate_cursor() instead of check_cursor(). (Hirohito
Higashi)
2015-02-12 03:07:07 -02:00
Bram Moolenaar
c8c0dcc50d
updated for version 7.4.439
...
Problem: Duplicate message in message history. Some quickfix messages
appear twice. (Gary Johnson)
Solution: Do not reset keep_msg too early. (Hirohito Higashi)
2015-02-12 03:07:07 -02:00
Bram Moolenaar
6a2bccdcac
updated for version 7.4.438
...
Problem: Cached values for 'cino' not reset for ":set all&".
Solution: Call parse_cino(). (Yukihiro Nakadaira)
2015-02-12 03:07:06 -02:00
Bram Moolenaar
e7303cb8bd
updated for version 7.4.437
...
Problem: New and old regexp engine are not consistent.
Solution: Also give an error for "\ze*" for the old regexp engine.
2015-02-12 03:07:05 -02:00
Bram Moolenaar
669558d591
updated for version 7.4.436
...
Problem: ml_get error for autocommand that moves the cursor of the current
window.
Solution: Check the cursor position after switching back to the current
buffer. (Christian Brabandt)
2015-02-12 03:07:04 -02:00
Bram Moolenaar
9005a2a542
updated for version 7.4.435
...
Problem: Line formatting behaves differently when 'linebreak' is set.
(mvxxc)
Solution: Disable 'linebreak' temporarily. (Christian Brabandt)
2015-02-12 03:07:02 -02:00
Bram Moolenaar
fb64b434d3
updated for version 7.4.434
...
Problem: gettabvar() is not consistent with getwinvar() and getbufvar().
Solution: Return a dict with all variables when the varname is empty.
(Yasuhiro Matsumoto)
2015-02-12 03:04:48 -02:00
Bram Moolenaar
f2e45692e8
updated for version 7.4.433
...
Problem: Test 75 fails on MS-Windows.
Solution: Use ":normal" instead of feedkeys(). (Michael Soyka)
2015-02-12 03:02:40 -02:00
Bram Moolenaar
1e01311e2e
updated for version 7.4.432
...
Problem: When the startup code expands command line arguments, setting
'encoding' will not properly convert the arguments.
Solution: Call get_cmd_argsW() early in main(). (Yasuhiro Matsumoto)
2015-02-12 02:55:32 -02:00
Bram Moolenaar
aac5bef39b
updated for version 7.4.431
...
Problem: Compiler warning.
Solution: Add type cast. (Mike Williams)
2015-02-12 02:55:31 -02:00
Bram Moolenaar
3a71f59ae0
Added tag v7-4-430 for changeset f4e9c65a18d4
2015-02-12 02:55:31 -02:00
Bram Moolenaar
b1c7c8e85c
updated for version 7.4.430
...
Problem: test_listlbr fails when compiled with normal features.
Solution: Check for the +conceal feature.
2015-02-12 02:55:31 -02:00
Bram Moolenaar
49526743bf
Added tag v7-4-429 for changeset e98e415ea3b8
2015-02-12 02:55:30 -02:00
Bram Moolenaar
5b7ff92ac5
updated for version 7.4.429
...
Problem: Build fails with fewer features. (Elimar Riesebieter)
Solution: Add #ifdef.
2015-02-12 02:55:30 -02:00
Bram Moolenaar
203fcca702
Added tag v7-4-428 for changeset 1fe61f6d5207
2015-02-12 02:55:30 -02:00
Bram Moolenaar
5632effa09
updated for version 7.4.428
...
Problem: executable() may return a wrong result on MS-Windows.
Solution: Change the way SearchPath() is called. (Yasuhiro Matsumoto, Ken
Takata)
2015-02-12 02:55:29 -02:00
Bram Moolenaar
f83e1f21b6
Added tag v7-4-427 for changeset fca35aa9380a
2015-02-12 02:55:29 -02:00
Bram Moolenaar
ab6070565c
updated for version 7.4.427
...
Problem: When an InsertCharPre autocommand executes system() typeahead may
be echoed and messes up the display. (Jacob Niehus)
Solution: Do not set cooked mode when invoked from ":silent".
2015-02-12 02:55:29 -02:00
Bram Moolenaar
6a47007166
Added tag v7-4-426 for changeset 7ab9a9cf2859
2015-02-12 02:55:28 -02:00
Bram Moolenaar
7bc282678b
updated for version 7.4.426
...
Problem: README File missing from list of files.
Solution: Update the list of files.
2015-02-12 02:55:28 -02:00
Bram Moolenaar
d40da63a14
Update runtime files.
2015-02-12 02:55:27 -02:00
Bram Moolenaar
fc6dee8ba9
Added tag v7-4-425 for changeset 2e804ebb3ee8
2015-02-12 02:55:26 -02:00
Bram Moolenaar
55b4c324e9
updated for version 7.4.425
...
Problem: When 'showbreak' is used "gj" may move to the wrong position.
(Nazri Ramliy)
Solution: Adjust virtcol when 'showbreak' is set. (Christian Brabandt)
2015-02-12 02:55:26 -02:00
Bram Moolenaar
6867eb07cf
Added tag v7-4-424 for changeset 85a1802ae810
2015-02-12 02:55:26 -02:00
Bram Moolenaar
256488a47f
updated for version 7.4.424
...
Problem: Get ml_get error when using Python to delete lines in a buffer
that is not in a window. issue 248.
Solution: Do not try adjusting the cursor for a different buffer.
2015-02-12 02:55:25 -02:00
Bram Moolenaar
cc6cf6f4ec
Added tag v7-4-423 for changeset 96a4fa8e530c
2015-02-12 02:55:25 -02:00
Bram Moolenaar
c05116f7c1
updated for version 7.4.423
...
Problem: expand("$shell") does not work as documented.
Solution: Do not escape the $ when expanding environment variables.
2015-02-12 02:55:25 -02:00
Bram Moolenaar
45b3fb36ab
Added tag v7-4-422 for changeset 69da1498ce89
2015-02-12 02:55:24 -02:00
Bram Moolenaar
a38c744b30
updated for version 7.4.422
...
Problem: When using conceal with linebreak some text is not displayed
correctly. (Grüner Gimpel)
Solution: Check for conceal mode when using linebreak. (Christian Brabandt)
2015-02-12 02:55:24 -02:00
Bram Moolenaar
50c0eadf45
Added tag v7-4-421 for changeset 3ee39fe2df7d
2015-02-12 02:55:24 -02:00
Bram Moolenaar
bf7c0914ef
updated for version 7.4.421
...
Problem: Crash when searching for "\ze*". (Urtica Dioica)
Solution: Disallow a multi after \ze and \zs.
2015-02-12 02:55:23 -02:00
Bram Moolenaar
346e598d99
Added tag v7-4-420 for changeset 93aa03401309
2015-02-12 02:55:23 -02:00
Bram Moolenaar
95838b37d4
updated for version 7.4.420
...
Problem: It's not obvious how to add a new test.
Solution: Add a README file. (Christian Brabandt)
2015-02-12 02:55:23 -02:00
Bram Moolenaar
a830aa9da8
Added tag v7-4-419 for changeset 0a42938f449c
2015-02-12 02:55:22 -02:00
Bram Moolenaar
394a1bb586
updated for version 7.4.419
...
Problem: Whan part of a list is locked it's possible to make changes.
Solution: Check if any of the list items is locked before make a change.
(ZyX)
2015-02-12 02:55:21 -02:00
Bram Moolenaar
b89808dc08
Added tag v7-4-418 for changeset 00f58478e38b
2015-02-12 02:55:21 -02:00
Bram Moolenaar
3c43869533
updated for version 7.4.418
...
Problem: When leaving ":append" the cursor shape is like in Insert mode.
(Jacob Niehus)
Solution: Do not have State set to INSERT when calling getline().
2015-02-12 02:55:21 -02:00
Bram Moolenaar
285fabeb7f
Added tag v7-4-417 for changeset e60327caf909
2015-02-12 02:55:20 -02:00
Bram Moolenaar
203b0cf01e
updated for version 7.4.417
...
Problem: After splitting a window and setting 'breakindent' the default
minimum with is not respected.
Solution: Call briopt_check() when copying options to a new window.
2015-02-12 02:55:20 -02:00
Bram Moolenaar
9968440f86
Added tag v7-4-416 for changeset 735bd597a8ff
2015-02-12 02:55:20 -02:00
Bram Moolenaar
087f0f9325
updated for version 7.4.416
...
Problem: Problem with breakindent/showbreak and tabs.
Solution: Handle tabs differently. (Christian Brabandt)
2015-02-12 02:55:19 -02:00
Bram Moolenaar
f0ff0c2b30
Runtime file updates.
2015-02-12 02:55:19 -02:00
Bram Moolenaar
8f0581508d
Update version number to 7.4.415
2015-02-12 02:55:18 -02:00
Bram Moolenaar
bd39241930
Added tag v7-4-415 for changeset 20dbceb6f471
2015-02-12 02:55:18 -02:00
Bram Moolenaar
8116fa6870
updated for version 7.4.415
...
Problem: Cannot build. Warning for shadowed variable. (John Little)
Solution: Add missing change. Remove declaration.
2015-02-12 02:55:17 -02:00
Bram Moolenaar
d110283771
Added tag v7-4-414 for changeset 67edf731a240
2015-02-12 02:55:17 -02:00
Bram Moolenaar
a136fe1e33
updated for version 7.4.414
...
Problem: Cannot define a command only when it's used.
Solution: Add the CmdUndefined autocommand event. (partly by Yasuhiro
Matsumoto)
2015-02-12 02:55:16 -02:00
Bram Moolenaar
9590ab8d28
Updated runtime files.
2015-02-12 02:55:16 -02:00
Bram Moolenaar
c868bdbe1e
Added tag v7-4-413 for changeset 121613e72e39
2015-02-12 02:55:15 -02:00
Bram Moolenaar
25664af325
updated for version 7.4.413
...
Problem: MS-Windows: Using US international keyboard layout, inserting dead
key by pressing space does not always work. Issue 250.
Solution: Let MS-Windows translate the message. (John Wellesz)
2015-02-12 02:55:15 -02:00
Bram Moolenaar
9743a03d80
Added tag v7-4-412 for changeset 4c845a1600d2
2015-02-12 02:55:15 -02:00
Bram Moolenaar
7d5b2cbb36
updated for version 7.4.412
...
Problem: Can't build on Windows XP with MSVC.
Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
2015-02-12 02:55:14 -02:00
Bram Moolenaar
eaffe55f3b
Added tag v7-4-411 for changeset d4e0c197e979
2015-02-12 02:55:14 -02:00
Bram Moolenaar
bf376115fb
updated for version 7.4.411
...
Problem: "foo bar" sorts before "foo" with sort(). (John Little)
Solution: Avoid putting quotes around strings before comparing them.
2015-02-12 02:55:14 -02:00
Bram Moolenaar
a2d1cee15b
Added tag v7-4-410 for changeset 2fd550c75256
2015-02-12 02:55:13 -02:00
Bram Moolenaar
19867249fb
updated for version 7.4.410
...
Problem: Fold does not open after search when there is a CmdwinLeave
autocommand.
Solution: Restore KeyTyped. (Jacob Niehus)
2015-02-12 02:55:13 -02:00
Bram Moolenaar
66fc3222d9
Added tag v7-4-409 for changeset de35e123e63c
2015-02-12 02:55:12 -02:00
Bram Moolenaar
c586422c16
updated for version 7.4.409
...
Problem: Can't build with Perl on Fedora 20.
Solution: Find xsubpp in another directory. (Michael Henry)
2015-02-12 02:55:12 -02:00
Bram Moolenaar
8a72f409a4
Add files missing from 7.4.408.
2015-02-12 02:55:12 -02:00
Bram Moolenaar
4200579fb9
Added tag v7-4-408 for changeset cb3218a69c2f
2015-02-12 02:55:11 -02:00
Bram Moolenaar
f873c9ce42
updated for version 7.4.408
...
Problem: Visual block insert breaks a multi-byte character.
Solution: Calculate the position properly. (Yasuhiro Matsumoto)
2015-02-12 02:55:11 -02:00
Bram Moolenaar
71d35f6c9b
Added tag v7-4-407 for changeset 3f92ef156c66
2015-02-12 02:55:11 -02:00
Bram Moolenaar
4a3587209b
updated for version 7.4.407
...
Problem: Inserting text for Visual block mode, with cursor movement,
repeats the wrong text. (Aleksandar Ivanov)
Solution: Reset the update_Insstart_orig flag. (Christian Brabandt)
2015-02-12 02:55:10 -02:00
Bram Moolenaar
0b39f32417
Added tag v7-4-406 for changeset 1134bba900c1
2015-02-12 02:55:10 -02:00
Bram Moolenaar
3f3ed9538a
updated for version 7.4.406
...
Problem: Test 72 and 100 fail on MS-Windows.
Solution: Set fileformat to unix in the tests. (Taro Muraoka)
2015-02-12 02:55:09 -02:00
Bram Moolenaar
80c5267c0c
Added tag v7-4-405 for changeset 4c25af735304
2015-02-12 02:55:09 -02:00
Bram Moolenaar
ccb8d4a773
updated for version 7.4.405
...
Problem: Screen updating is slow when using matches.
Solution: Do not use the ">=" as in patch 7.4.362, check the lnum.
2015-02-12 02:55:09 -02:00
Bram Moolenaar
f6a13214b1
Added tag v7-4-404 for changeset 0242c27e40e1
2015-02-12 02:55:08 -02:00
Bram Moolenaar
ce33edef25
updated for version 7.4.404
...
Problem: Windows 64 bit compiler warnings.
Solution: Add type casts. (Mike Williams)
2015-02-12 02:55:08 -02:00
Bram Moolenaar
1c40d53280
Added tag v7-4-403 for changeset 86fb698a38d5
2015-02-12 02:55:08 -02:00
Bram Moolenaar
daf331a968
updated for version 7.4.403
...
Problem: Valgrind reports errors when running test 72. (Dominique Pelle)
Solution: Reset the local 'cryptmethod' option before storing the seed.
Set the seed in the memfile even when there is no block0 yet.
2015-02-12 02:55:07 -02:00
Bram Moolenaar
7a5e6c193d
Added tag v7-4-402 for changeset 3aa37ad2c4ed
2015-02-12 02:55:07 -02:00
Bram Moolenaar
398fd11458
updated for version 7.4.402
...
Problem: Test 72 crashes under certain conditions. (Kazunobu Kuriyama)
Solution: Clear the whole bufinfo_T early.
2015-02-12 02:55:07 -02:00
Bram Moolenaar
9a76a31469
Added tag v7-4-401 for changeset ab71bb81b84e
2015-02-12 02:55:06 -02:00
Bram Moolenaar
ec05ee396a
updated for version 7.4.401
...
Problem: Can't build on MS-Windows.
Solution: Include the new files in all the Makefiles.
2015-02-12 02:55:06 -02:00
Bram Moolenaar
b565d4f535
Added tag v7-4-400 for changeset 50a658bf4cff
2015-02-12 02:55:06 -02:00
Bram Moolenaar
eb3a0a7559
updated for version 7.4.400
...
Problem: List of distributed files is incomplete.
Solution: Add recently added files.
2015-02-12 02:55:05 -02:00
Bram Moolenaar
aff6183dc9
Added tag v7-4-399 for changeset 18ac55444b37
2015-02-12 02:55:05 -02:00
Bram Moolenaar
76449cddc6
updated for version 7.4.399
...
Problem: Encryption implementation is messy. Blowfish encryption has a
weakness.
Solution: Refactor the encryption, store the state in an allocated struct
instead of using a save/restore mechanism. Introduce the
"blowfish2" method, which does not have the weakness and encrypts
the whole undo file. (largely by David Leadbeater)
2015-02-12 02:55:04 -02:00
Bram Moolenaar
1f41ca501d
Added tag v7-4-398 for changeset f62b2e76dd80
2015-02-12 02:55:04 -02:00
Bram Moolenaar
80e1c4adc9
updated for version 7.4.398
...
Problem: Gcc error for the argument of InterlockedIncrement() and
InterlockedDecrement(). (Axel Bender)
Solution: Remove "unsigned" from the cRefCount_ declaration.
2015-02-12 02:55:03 -02:00
Bram Moolenaar
0b34b16f9b
Added tag v7-4-397 for changeset 8d361608fe86
2015-02-12 02:55:03 -02:00
Bram Moolenaar
25280030ea
updated for version 7.4.397
...
Problem: Matchparen only uses the topmost syntax item.
Solution: Go through the syntax stack to find items. (James McCoy)
Also use getcurpos() when possible.
2015-02-12 02:55:03 -02:00
Bram Moolenaar
b588e66b55
Added tag v7-4-396 for changeset 7766142fc7d3
2015-02-12 02:55:02 -02:00
Bram Moolenaar
9221cab8c0
updated for version 7.4.396
...
Problem: When 'clipboard' is "unnamed", :g/pat/d is very slow. (Praful)
Solution: Only set the clipboard after the last delete. (Christian Brabandt)
2015-02-12 02:55:02 -02:00
Bram Moolenaar
16d903a4a9
Added tag v7-4-395 for changeset 65b0974c5beb
2015-02-12 02:55:01 -02:00
Bram Moolenaar
b6607e967c
updated for version 7.4.395
...
Problem: C indent is wrong below an if with wrapped condition followed by
curly braces. (Trevor Powell)
Solution: Make a copy of tryposBrace.
2015-02-12 02:55:01 -02:00
Bram Moolenaar
1f9b77196c
Added tag v7-4-394 for changeset d594c1552137
2015-02-12 02:55:01 -02:00
Bram Moolenaar
819f77ecfc
updated for version 7.4.394
...
Problem: When using DirectX last italic character is incomplete.
Solution: Add one to the number of cells. (Ken Takata)
2015-02-12 02:55:00 -02:00
Bram Moolenaar
15e446046b
Added tag v7-4-393 for changeset 1bff71d20262
2015-02-12 02:55:00 -02:00
Bram Moolenaar
0495781263
updated for version 7.4.393
...
Problem: Text drawing on newer MS-Windows systems is suboptimal. Some
multi-byte characters are not displayed, even though the same font
in Notepad can display them. (Srinath Avadhanula)
Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro
Muraoka)
2015-02-12 02:55:00 -02:00
Bram Moolenaar
138df08ba8
Added tag v7-4-392 for changeset 589fd07888ab
2015-02-12 02:54:59 -02:00
Bram Moolenaar
74dc1d13f3
updated for version 7.4.392
...
Problem: Not easy to detect type of command line window.
Solution: Add the getcmdwintype() function. (Jacob Niehus)
2015-02-12 02:54:59 -02:00
Bram Moolenaar
6f69c2d2aa
Added tag v7-4-391 for changeset f051e50a6a5f
2015-02-12 02:54:59 -02:00
Bram Moolenaar
927d58bae6
updated for version 7.4.391
...
Problem: No 'cursorline' highlighting when the cursor is on a line with
diff highlighting. (Benjamin Fritz)
Solution: Combine the highlight attributes. (Christian Brabandt)
2015-02-12 02:54:58 -02:00
Bram Moolenaar
47df6f75b2
Added tag v7-4-390 for changeset d3a674f6c737
2015-02-12 02:54:58 -02:00
Bram Moolenaar
7288452106
updated for version 7.4.390
...
Problem: Advancing pointer over end of a string.
Solution: Init quote character to -1 instead of zero. (Dominique Pelle)
2015-02-12 02:54:57 -02:00
Bram Moolenaar
b763738000
Added tag v7-4-389 for changeset 3d206df5c828
2015-02-12 02:54:57 -02:00
Bram Moolenaar
481c60bb37
updated for version 7.4.389
...
Problem: Still sometimes Vim enters Replace mode when starting up.
Solution: Use a different solution in detecting the termresponse and
location response. (Hayaki Saito)
2015-02-12 02:54:56 -02:00
Bram Moolenaar
98037efaed
Added tag v7-4-388 for changeset 76e7fb736c0e
2015-02-12 02:54:56 -02:00
Bram Moolenaar
5c62021ab7
updated for version 7.4.388
...
Problem: With 'linebreak' set and 'list' unset a Tab is not counted
properly. (Kent Sibilev)
Solution: Check the 'list' option. (Christian Brabandt)
2015-02-12 02:54:55 -02:00
Bram Moolenaar
c5d910b156
Added tag v7-4-387 for changeset 975d96776111
2015-02-12 02:54:55 -02:00
Bram Moolenaar
83651e5127
updated for version 7.4.387
...
Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica)
Solution: Write the ESC in the second stuff buffer.
2015-02-12 02:54:55 -02:00
Bram Moolenaar
51efc1f9bb
Added tag v7-4-386 for changeset 09af7cb358f0
2015-02-12 02:54:54 -02:00
Bram Moolenaar
52f9e3beb0
updated for version 7.4.386
...
Problem: When splitting a window the changelist position is wrong.
Solution: Copy the changelist position. (Jacob Niehus)
2015-02-12 02:54:54 -02:00
Bram Moolenaar
c700c42bfc
Added tag v7-4-385 for changeset 6e24b97dde69
2015-02-12 02:54:54 -02:00
Bram Moolenaar
5412935f73
updated for version 7.4.385
...
Problem: When building with tiny or small features building the .mo files
fails.
Solution: In autoconf do not setup for building the .mo files when it would
fail.
2015-02-12 02:54:53 -02:00
Bram Moolenaar
b54358a830
Added tag v7-4-384 for changeset 6f88e2dafbf6
2015-02-12 02:54:53 -02:00
Bram Moolenaar
2e2ae65a46
updated for version 7.4.384
...
Problem: Test 102 fails when compiled with small features.
Solution: Source small.vim. (Jacob Niehus)
2015-02-12 02:54:53 -02:00
Nicolas Weber
fd916f58a3
Fix background color of active tab for Yosemite
2014-11-02 14:43:20 +01:00
Jason Long
024f6d4395
tweaks to shadows
2014-08-25 20:32:42 -04:00
Jason Long
d13511d5de
update app and document icon for Yosemite
2014-08-24 15:29:32 -04:00
Bjorn Winckler
1b6fabf417
Merge branch 'vim'
...
Conflicts:
src/option.c
2014-07-26 19:20:00 +02:00
Bram Moolenaar
fc87ff46f6
Update runtime files. Add vroom file support.
2014-07-26 13:40:44 +02:00
Bram Moolenaar
3ea8d84f1b
Added tag v7-4-383 for changeset 2f02675bc4b0
2014-07-23 21:10:44 +02:00
Bram Moolenaar
46953c773c
updated for version 7.4.383
...
Problem: Bad interaction between preview window and omnifunc.
Solution: Avoid redrawing the status line. (Hirohito Higashi)
2014-07-23 21:10:43 +02:00
Bram Moolenaar
9603bbe4c6
Added tag v7-4-382 for changeset dbd7dc1ea2e6
2014-07-23 20:41:15 +02:00
Bram Moolenaar
9d99f26c65
updated for version 7.4.382
...
Problem: Mapping characters may not work after typing Esc in Insert mode.
Solution: Fix the noremap flags for inserted characters. (Jacob Niehus)
2014-07-23 20:41:14 +02:00
Bram Moolenaar
f986f71afe
Added tag v7-4-381 for changeset 0a3d958e346e
2014-07-23 17:39:25 +02:00
Bram Moolenaar
96b4992568
updated for version 7.4.381
...
Problem: Get u_undo error when backspacing in Insert mode deletes more than
one line break. (Ayberk Ozgur)
Solution: Also decrement Insstart.lnum.
2014-07-23 17:39:25 +02:00
Bram Moolenaar
0be8b2e865
Added tag v7-4-380 for changeset 7cfbad4a78bf
2014-07-23 16:57:01 +02:00
Bram Moolenaar
2a25d18b68
updated for version 7.4.380
...
Problem: Loading python may cause Vim to exit.
Solution: Avoid loading the "site" module. (Taro Muraoka)
2014-07-23 16:57:00 +02:00
Bram Moolenaar
0a84b4d679
Added tag v7-4-379 for changeset 16cfdf28be40
2014-07-23 16:33:07 +02:00
Bram Moolenaar
ba1e32fbcb
updated for version 7.4.379
...
Problem: Accessing freed memory after using setqflist(list, 'r'). (Lcd)
Solution: Reset qf_index.
2014-07-23 16:33:07 +02:00
Bram Moolenaar
ca255fe0e8
Added tag v7-4-378 for changeset 75ae211df37d
2014-07-23 15:55:00 +02:00
Bram Moolenaar
bc131b2a8b
updated for version 7.4.378
...
Problem: Title of quickfist list is not kept for setqflist(list, 'r').
Solution: Keep the title. Add a test. (Lcd)
2014-07-23 15:55:00 +02:00
Bram Moolenaar
9475838919
Added tag v7-4-377 for changeset 255561411d7a
2014-07-23 15:21:20 +02:00
Bram Moolenaar
d824d411bd
updated for version 7.4.377
...
Problem: When 'equalalways' is set a split may report "no room" even though
there is plenty of room.
Solution: Compute the available room properly. (Yukihiro Nakadaira)
2014-07-23 15:21:20 +02:00
Bram Moolenaar
c646c70df1
Added tag v7-4-376 for changeset c3bb76e5b235
2014-07-23 13:50:47 +02:00
Bram Moolenaar
ca2c91ad46
updated for version 7.4.376
...
Problem: Popup menu flickers too much.
Solution: Remove the forced redraw. (Hirohito Higashi)
2014-07-23 13:50:46 +02:00
Bram Moolenaar
f923ccaf59
Added tag v7-4-375 for changeset 5a5492d676ab
2014-07-23 13:16:30 +02:00
Bram Moolenaar
327f334310
updated for version 7.4.375
...
Problem: Test 63 fails when run with GUI-only Vim.
Solution: Add guibg attributes. (suggested by Mike Soyka)
2014-07-23 13:16:30 +02:00
Bram Moolenaar
c4312a4954
Added tag v7-4-374 for changeset f59c4bf0ac3b
2014-07-23 12:31:21 +02:00
Bram Moolenaar
c5896f9c4c
updated for version 7.4.374
...
Problem: Character after "fb" command not mapped if it might be a composing
character.
Solution: Don't disable mapping when looking for a composing character.
(Jacob Niehus)
2014-07-23 12:31:20 +02:00
Bram Moolenaar
81cbb88872
Update runtime files. Make matchparen plugin backwards compatible.
...
Add json filetype.
2014-07-19 14:04:47 +02:00
Bram Moolenaar
4ac9105ccc
Added tag v7-4-373 for changeset 353330c512a9
2014-07-16 23:39:54 +02:00
Bram Moolenaar
80b2e625cb
updated for version 7.4.373
...
Problem: Compiler warning for unused argument and unused variable.
Solution: Add UNUSED. Move variable inside #ifdef.
2014-07-16 23:39:54 +02:00
Bram Moolenaar
2f1bfd9fdc
Added tag v7-4-372 for changeset a122efb555c4
2014-07-16 18:19:27 +02:00
Bram Moolenaar
8b167d4d8f
updated for version 7.4.372
...
Problem: When 'winminheight' is zero there might not be one line for the
current window.
Solution: Change the size computations. (Yukihiro Nakadaira)
2014-07-16 18:19:27 +02:00
Bram Moolenaar
8f16f47bc3
Added tag v7-4-371 for changeset d44f298c43c7
2014-07-16 17:29:51 +02:00
Bram Moolenaar
2aa6d25bb8
updated for version 7.4.371
...
Problem: When 'linebreak' is set control characters are not correctly
displayed. (Kimmy Lindvall)
Solution: Set n_extra. (Christian Brabandt)
2014-07-16 17:29:51 +02:00
Bram Moolenaar
739115cc50
Added tag v7-4-370 for changeset 50575818a97f
2014-07-16 17:01:54 +02:00
Bram Moolenaar
c044ba7bdf
updated for version 7.4.370
...
Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall)
Solution: Split the test in a single byte one and a utf-8 one. (Christian
Brabandt)
2014-07-16 17:01:53 +02:00
Bram Moolenaar
7ef920a1bd
Added tag v7-4-369 for changeset 72ee0db83788
2014-07-16 16:30:28 +02:00
Bram Moolenaar
0154919b8f
updated for version 7.4.369
...
Problem: Using freed memory when exiting while compiled with EXITFREE.
Solution: Set curwin to NULL and check for that. (Dominique Pelle)
2014-07-16 16:30:28 +02:00
Bram Moolenaar
658faadc4b
Added tag v7-4-368 for changeset 021e16be3c02
2014-07-16 15:18:27 +02:00
Bram Moolenaar
6e8d074247
updated for version 7.4.368
...
Problem: Restoring the window sizes after closing the command line window
doesn't work properly if there are nested splits.
Solution: Restore the sizes twice. (Hirohito Higashi)
2014-07-16 15:18:26 +02:00
Bram Moolenaar
f974567754
Added tag v7-4-367 for changeset bdbe2037066d
2014-07-16 14:42:46 +02:00
Bram Moolenaar
aad41dc650
updated for version 7.4.367
...
Problem: Other solution for redrawing after completion.
Solution: Schedule a window redraw instead of just clearing the command
line. (Jacob Niehus)
2014-07-16 14:42:46 +02:00
Bram Moolenaar
59abc0cf0a
Added tag v7-4-366 for changeset ad775b587065
2014-07-16 14:20:41 +02:00
Bram Moolenaar
59ddbed044
updated for version 7.4.366
...
Problem: Can't run the linebreak test on MS-Windows.
Solution: Fix the output file name. (Taro Muraoka)
2014-07-16 14:20:41 +02:00
Bram Moolenaar
d95197ee0e
Added tag v7-4-365 for changeset 4625fa27ba6f
2014-07-16 14:16:46 +02:00
Bram Moolenaar
783c716fef
updated for version 7.4.365
...
Problem: Crash when using ":botright split" when there isn't much space.
Solution: Add a check for the minimum width/height. (Yukihiro Nakadaira)
2014-07-16 14:16:46 +02:00
Bram Moolenaar
f589277583
Updated runtime files.
2014-07-10 22:01:47 +02:00
Bram Moolenaar
31c48dae39
Added tag v7-4-364 for changeset 7b3248267575
2014-07-09 21:18:04 +02:00
Bram Moolenaar
a3e47055cd
updated for version 7.4.364
...
Problem: When the viminfo file can't be renamed there is no error message.
(Vladimir Berezhnoy)
Solution: Check for the rename to fail.
2014-07-09 21:18:04 +02:00
Bram Moolenaar
e928956259
Added tag v7-4-363 for changeset ff3816167b73
2014-07-09 20:51:08 +02:00
Bram Moolenaar
254cfa9339
updated for version 7.4.363
...
Problem: In Windows console typing 0xCE does not work.
Solution: Convert 0xCE to K_NUL 3. (Nobuhiro Takasaki et al.)
2014-07-09 20:51:07 +02:00
Bram Moolenaar
a1705f07bd
Added tag v7-4-362 for changeset 7fa2bed947fd
2014-07-09 20:20:44 +02:00
Bram Moolenaar
f42e75e760
updated for version 7.4.362
...
Problem: When matchaddpos() uses a length smaller than the number of bytes
in the (last) character the highlight continues until the end of
the line.
Solution: Change condition from equal to larger-or-equal.
2014-07-09 20:20:43 +02:00
Bram Moolenaar
69c9d3439d
Added tag v7-4-361 for changeset a97e5b9dbc26
2014-07-09 19:58:24 +02:00
Bram Moolenaar
04f6f4b9cc
updated for version 7.4.361
...
Problem: Lots of flickering when filling the preview window for 'omnifunc'.
Solution: Disable redrawing. (Hirohito Higashi)
2014-07-09 19:58:24 +02:00
Bram Moolenaar
42c75c6e70
Added tag v7-4-360 for changeset 761687c6808f
2014-07-09 19:32:34 +02:00
Bram Moolenaar
f7d2f62aa5
updated for version 7.4.360
...
Problem: In a regexp pattern a "$" followed by \v or \V is not seen as the
end-of-line.
Solution: Handle the situation. (Ozaki Kiichi)
2014-07-09 19:32:34 +02:00
Bram Moolenaar
395a22fe25
Added tag v7-4-359 for changeset 182c7b987283
2014-07-09 19:13:49 +02:00
Bram Moolenaar
1c7c11c829
updated for version 7.4.359
...
Problem: When 'ttymouse' is set to 'uxterm' the xterm version is not
requested. (Tomas Janousek)
Solution: Do not mark uxterm as a conflict mouse and add
resume_get_esc_sequence().
2014-07-09 19:13:49 +02:00
Bram Moolenaar
e2a8f583d7
Added tag v7-4-358 for changeset 771b97ba3b47
2014-07-09 17:51:51 +02:00
Bram Moolenaar
f4ea28cb21
updated for version 7.4.358
...
Problem: Sort is not always stable.
Solution: Add an index instead of relying on the pointer to remain the same.
Idea by Jun Takimoto.
2014-07-09 17:51:51 +02:00
Bram Moolenaar
d6e0be03ec
Added tag v7-4-357 for changeset 4eedfc4911a1
2014-07-09 14:00:49 +02:00
Bram Moolenaar
a6f0f2620b
updated for version 7.4.357
...
Problem: After completion some characters are not redrawn.
Solution: Clear the command line unconditionally. (Jacob Niehus)
2014-07-09 14:00:49 +02:00
Bram Moolenaar
2108bc20ed
Added tag v7-4-356 for changeset 34465a179ce2
2014-07-09 13:43:29 +02:00
Bram Moolenaar
2fdff44580
updated for version 7.4.356
...
Problem: Mercurial does not ignore memfile_test. (Daniel Hahler)
Solution: Add memfile_test to ignored files, remove trailing spaces.
2014-07-09 13:43:29 +02:00
Bram Moolenaar
89213905b2
Updated runtime files. Overhauled HTML indent script.
2014-07-04 16:43:17 +02:00
Bram Moolenaar
928aba60aa
Added tag v7-4-355 for changeset 9a4efda75b5e
2014-07-03 22:57:56 +02:00
Bram Moolenaar
56c472817e
updated for version 7.4.355
...
Problem: Several problems with Javascript indenting.
Solution: Improve Javascript indenting.
2014-07-03 22:57:55 +02:00
Bram Moolenaar
df1c532aa2
Added tag v7-4-354 for changeset 5deaa4e9812d
2014-07-03 22:54:08 +02:00
Bram Moolenaar
fc61b70985
updated for version 7.4.354
...
Problem: Compiler warning.
Solution: Change NUL to NULL. (Ken Takata)
2014-07-03 22:54:08 +02:00
Bram Moolenaar
17f61a1e7d
Added tag v7-4-353 for changeset d42a1d3b74d4
2014-07-02 20:00:48 +02:00
Bram Moolenaar
397b3e3865
updated for version 7.4.353
...
Problem: 'breakindent' doesn't work with the 'list' option.
Solution: Make it work. (Christian Brabandt)
2014-07-02 20:00:47 +02:00
Bram Moolenaar
af44bb4b5c
Added tag v7-4-352 for changeset b4962cf3a1c0
2014-07-02 19:37:42 +02:00
Bram Moolenaar
b51932ce0c
updated for version 7.4.352
...
Problem: With 'linebreak' a tab causes a missing line break.
Solution: Count a tab for what it's worth also for shorter lines.
(Christian Brabandt)
2014-07-02 19:37:42 +02:00
Bram Moolenaar
7de3079a45
Added tag v7-4-351 for changeset f9ec944e4474
2014-07-02 19:06:19 +02:00
Bram Moolenaar
255a616644
updated for version 7.4.351
...
Problem: sort() is not stable.
Solution: When the items are identical, compare the pointers.
2014-07-02 19:06:18 +02:00
Bram Moolenaar
b82bbba23d
Added tag v7-4-350 for changeset ad005d0114c1
2014-07-02 18:27:48 +02:00
Bram Moolenaar
34f403ebba
updated for version 7.4.350
...
Problem: Using C indenting for Javascript does not work well for a {} block
inside parenthesis.
Solution: When looking for a matching paren ignore one that is before the
start of a {} block.
2014-07-02 18:27:48 +02:00
Bram Moolenaar
13366f1bbc
Added tag v7-4-349 for changeset 79950dae1d7d
2014-07-02 17:16:58 +02:00
Bram Moolenaar
ef79d254ff
updated for version 7.4.349
...
Problem: When there are matches to highlight the whole window is redrawn,
which is slow.
Solution: Only redraw everything when lines were inserted or deleted.
Reset b_mod_xlines when needed. (Alexey Radkov)
2014-07-02 17:16:58 +02:00
Bram Moolenaar
7a4b67d662
Added tag v7-4-348 for changeset 0b7586868f6d
2014-07-02 17:02:36 +02:00
Bram Moolenaar
1371080ea1
updated for version 7.4.348
...
Problem: When using "J1" in 'cinoptions' a line below a continuation line
gets too much indent.
Solution: Fix parenthesis in condition.
2014-07-02 17:02:36 +02:00
Bram Moolenaar
a34ac48ef5
Added tag v7-4-347 for changeset a162d41f10e1
2014-06-26 22:33:51 +02:00
Bram Moolenaar
7913282562
updated for version 7.4.347
...
Problem: test55 fails on some systems.
Solution: Remove the elements that all result in zero and can end up in an
arbitrary position.
2014-06-26 22:33:51 +02:00
Bram Moolenaar
511588bbf8
Added tag v7-4-346 for changeset 3248c6e40aee
2014-06-26 21:24:57 +02:00
Bram Moolenaar
aa51688000
updated for version 7.4.346
...
Problem: Indent is not updated when changing 'breakindentopt'. (itchyny)
Solution: Do not cache "brishift". (Christian Brabandt)
2014-06-26 21:24:56 +02:00
Bram Moolenaar
592f181ee9
Added tag v7-4-345 for changeset ea2c5dfee1b0
2014-06-25 22:55:38 +02:00
Bram Moolenaar
075cb410fc
updated for version 7.4.345
...
Problem: Indent is not updated when deleting indent.
Solution: Remember changedtick.
2014-06-25 22:55:38 +02:00
Bram Moolenaar
1b9171f668
Updated runtime files.
2014-06-25 18:50:27 +02:00
Bram Moolenaar
df1f546ae1
Added tag v7-4-344 for changeset ce284c205558
2014-06-25 18:15:22 +02:00
Bram Moolenaar
39d6421292
updated for version 7.4.344
...
Problem: Unessecary initializations and other things related to
matchaddpos().
Solution: Code cleanup. (Alexey Radkov)
2014-06-25 18:15:22 +02:00
Bram Moolenaar
d91cdcd08b
Added tag v7-4-343 for changeset 539ce56d8f35
2014-06-25 17:58:12 +02:00
Bram Moolenaar
e96571ced7
updated for version 7.4.343
...
Problem: matchdelete() does not always update the right lines.
Solution: Fix off-by-one error. (Ozaki Kiichi)
2014-06-25 17:58:11 +02:00
Bram Moolenaar
132dd70d65
Added tag v7-4-342 for changeset 8dcc6f142460
2014-06-25 17:44:49 +02:00
Bram Moolenaar
9d19a8d7e4
updated for version 7.4.342
...
Problem: Clang gives warnings.
Solution: Add an else block. (Dominique Pelle)
2014-06-25 17:44:49 +02:00
Bram Moolenaar
53e5d2d1c5
Added tag v7-4-341 for changeset adc4a84f72eb
2014-06-25 17:31:09 +02:00
Bram Moolenaar
b84a34590f
updated for version 7.4.341
...
Problem: sort() doesn't handle numbers well.
Solution: Add an argument to specify sorting on numbers. (Christian Brabandt)
2014-06-25 17:31:09 +02:00
Bram Moolenaar
0064a7997a
Added tag v7-4-340 for changeset 03f95f5e311b
2014-06-25 15:02:33 +02:00
Bram Moolenaar
aacdc46b79
updated for version 7.4.340
...
Problem: Error from sed about illegal bytes when installing Vim.
Solution: Prepend LC_ALL=C. (Itchyny)
2014-06-25 15:02:33 +02:00
Bram Moolenaar
eeb6632b66
Added tag v7-4-339 for changeset fd7110d0c3bf
2014-06-25 14:44:10 +02:00
Bram Moolenaar
33524b9d2b
updated for version 7.4.339
...
Problem: Local function is available globally.
Solution: Add "static".
2014-06-25 14:44:10 +02:00
Bram Moolenaar
8df19a197e
Added tag v7-4-338 for changeset ef83b423ebf7
2014-06-25 14:39:51 +02:00
Bram Moolenaar
64a5c567ef
updated for version 7.4.338
...
Problem: Cannot wrap lines taking indent into account.
Solution: Add the 'breakindent' option. (many authors, final improvements by
Christian Brabandt)
2014-06-25 14:39:50 +02:00
Bram Moolenaar
16652afa6a
Added tag v7-4-337 for changeset 0206ac84ff5f
2014-06-25 12:26:46 +02:00
Bram Moolenaar
c309a21d1d
updated for version 7.4.337
...
Problem: When there is an error preparing to edit the command line, the
command won't be executed. (Hirohito Higashi)
Solution: Reset did_emsg before editing.
2014-06-25 12:26:46 +02:00
Bram Moolenaar
4dd7d24b21
Added tag v7-4-336 for changeset a42ba1e50992
2014-06-25 11:48:54 +02:00
Bram Moolenaar
4a506a793d
updated for version 7.4.336
...
Problem: Setting 'history' to a big value causes out-of-memory errors.
Solution: Limit the value to 10000. (Hirohito Higashi)
2014-06-25 11:48:54 +02:00
Bram Moolenaar
ce3ca7d40f
Added tag v7-4-335 for changeset 8ad2ecd11602
2014-06-18 21:38:18 +02:00
Bram Moolenaar
8aa1cf2bb1
updated for version 7.4.335
...
Problem: No digraph for the new rouble sign.
Solution: Add the digraphs =R and =P.
2014-06-18 21:38:18 +02:00
Bram Moolenaar
46c34cd94b
Added tag v7-4-334 for changeset 03d260a8ea0c
2014-06-18 21:20:11 +02:00
Bram Moolenaar
ea5c1b47d0
updated for version 7.4.334
...
Problem: Unitialized variables, causing some problems.
Solution: Initialize the variables. (Dominique Pelle)
2014-06-18 21:20:11 +02:00
Bram Moolenaar
94cd6be0f7
Added tag v7-4-333 for changeset 8ae50e3ef8bf
2014-06-17 23:18:01 +02:00
Bram Moolenaar
2c0f47681d
updated for version 7.4.333
...
Problem: Compiler warning for unused function.
Solution: Put the function inside the #ifdef.
2014-06-17 23:18:01 +02:00
Bram Moolenaar
0e9924d4fb
Added tag v7-4-332 for changeset 8fed02d53b45
2014-06-17 18:47:02 +02:00
Bram Moolenaar
ea672e9290
updated for version 7.4.332
...
Problem: GTK: When a sign icon doesn't fit exactly there can be ugly gaps.
Solution: Scale the sign to fit when the aspect ratio is not too far off.
(Christian Brabandt)
2014-06-17 18:47:02 +02:00
Bram Moolenaar
7e219f065a
Added tag v7-4-331 for changeset 6d984caa0409
2014-06-17 18:16:12 +02:00
Bram Moolenaar
6fdaebec08
updated for version 7.4.331
...
Problem: Relative numbering not updated after a linewise yank. Issue 235.
Solution: Redraw after the yank. (Christian Brabandt)
2014-06-17 18:16:11 +02:00
Bram Moolenaar
655c25bd8b
Added tag v7-4-330 for changeset f9fa2e506b9f
2014-06-17 17:48:32 +02:00
Bram Moolenaar
96e1ec11ad
updated for version 7.4.330
...
Problem: Using a regexp pattern to highlight a specific position can be
slow.
Solution: Add matchaddpos() to highlight specific positions efficiently.
(Alexey Radkov)
2014-06-17 17:48:32 +02:00
Bram Moolenaar
76850adb61
Added tag v7-4-329 for changeset 018df65085f8
2014-06-17 13:52:40 +02:00
Bram Moolenaar
1abe00013e
updated for version 7.4.329
...
Problem: When moving the cursor and then switching to another window the
previous window isn't scrolled. (Yukihiro Nakadaira)
Solution: Call update_topline() before leaving the window. (Christian
Brabandt)
2014-06-17 13:52:40 +02:00
Bram Moolenaar
3b88b706cf
Added tag v7-4-328 for changeset 01d9ffdd6e6f
2014-06-17 13:50:13 +02:00
Bram Moolenaar
075c15717d
updated for version 7.4.328
...
Problem: Selection of inner block is inconsistent.
Solution: Skip indent not only for '}' but all parens. (Tom McDonald)
2014-06-17 13:50:13 +02:00
Bram Moolenaar
014fe36242
Added tag v7-4-327 for changeset 99d8f2d72dcd
2014-06-17 12:51:17 +02:00
Bram Moolenaar
dedef8129a
updated for version 7.4.327
...
Problem: When 'verbose' is set to display the return value of a function,
may get E724 repeatedly.
Solution: Do not give an error for verbose messages. Abort conversion to
string after an error.
2014-06-17 12:51:16 +02:00
Bram Moolenaar
2f6fb222f0
Added tag v7-4-326 for changeset 1dbcb23ae7a8
2014-06-14 12:53:33 +02:00
Bram Moolenaar
1dad68f7b2
updated for version 7.4.326
...
Problem: Can't build Tiny version. (Elimar Riesebieter)
Solution: Add #ifdef.
2014-06-14 12:53:33 +02:00
Bram Moolenaar
cd8f14c082
Added tag v7-4-325 for changeset 1f288d247548
2014-06-13 20:08:45 +02:00
Bram Moolenaar
a1072c10dc
updated for version 7.4.325
...
Problem: When starting the gui and changing the window size the status line
may not be drawn correctly.
Solution: Catch new_win_height() being called recursively. (Christian
Brabandt)
2014-06-13 20:08:45 +02:00
Bram Moolenaar
999af5d7c2
Update runtime files.
2014-06-12 21:46:14 +02:00
Bram Moolenaar
2fffaff636
Added tag v7-4-324 for changeset c476e0ac8b40
2014-06-12 19:44:48 +02:00
Bram Moolenaar
66624d2bd3
updated for version 7.4.324
...
Problem: In Ex mode, cyrillic characters are not handled. (Stas Malavin)
Solution: Support multi-byte characters in Ex mode. (Yukihiro Nakadaira)
2014-06-12 19:44:48 +02:00
Bram Moolenaar
c30f499c9c
Added tag v7-4-323 for changeset 238f5027830c
2014-06-12 18:39:22 +02:00
Bram Moolenaar
b953947085
updated for version 7.4.323
...
Problem: Substitute() with zero width pattern breaks multi-byte character.
Solution: Take multi-byte character size into account. (Yukihiro Nakadaira)
2014-06-12 18:39:22 +02:00
Bram Moolenaar
17d70286cd
Added tag v7-4-322 for changeset fd96c55d683d
2014-06-12 18:03:29 +02:00
Bram Moolenaar
fab62ed32a
updated for version 7.4.322
...
Problem: Using "msgfmt" is hard coded, cannot use "gmsgfmt".
Solution: Use the msgfmt command found by configure. (Danek Duvall)
2014-06-12 18:03:29 +02:00
Bram Moolenaar
45f7c14bca
Added tag v7-4-321 for changeset c052937aae8c
2014-06-12 16:03:28 +02:00
Bram Moolenaar
8c3406d37e
updated for version 7.4.321
...
Problem: Can't build with strawberry perl 5.20 + mingw-w64-4.9.0.
Solution: Define save_strlen. (Ken Takata)
2014-06-12 16:03:28 +02:00
Bram Moolenaar
ec623f1c2c
Added tag v7-4-320 for changeset f7bc601823e5
2014-06-12 14:01:31 +02:00
Bram Moolenaar
f677f95728
updated for version 7.4.320
...
Problem: Possible crash when an BufLeave autocommand deletes the buffer.
Solution: Check for the window pointer being valid. Postpone freeing the
window until autocommands are done. (Yasuhiro Matsumoto)
2014-06-12 14:01:31 +02:00
Bram Moolenaar
f3ac0267cf
Added tag v7-4-319 for changeset a076237d1c38
2014-06-12 13:28:30 +02:00
Bram Moolenaar
696fec068d
updated for version 7.4.319
...
Problem: Crash when putting zero bytes on the clipboard.
Solution: Do not support the utf8_atom target when not using an Unicode
encoding. (Naofumi Honda)
2014-06-12 13:28:30 +02:00
Bram Moolenaar
ed10ec63dd
Added tag v7-4-318 for changeset 5c47dacf397c
2014-06-12 12:20:54 +02:00
Bram Moolenaar
ffbaff6b17
updated for version 7.4.318
...
Problem: Check for whether a highlight group has settings ignores fg and bg
color settings.
Solution: Also check cterm and GUI color settings. (Christian Brabandt)
2014-06-12 12:20:54 +02:00
Bram Moolenaar
7db41ee8de
Added tag v7-4-317 for changeset 8ffcb546d782
2014-06-12 11:49:46 +02:00
Bram Moolenaar
bc3e6b231c
updated for version 7.4.317
...
Problem: Crash when starting gvim. Issue 230.
Solution: Check for a pointer to be NULL. (Christian Brabandt)
2014-06-12 11:49:46 +02:00
Bram Moolenaar
e596ad8b28
Added tag v7-4-316 for changeset 0fc665889e8f
2014-05-29 14:36:29 +02:00
Bram Moolenaar
20047c3d98
updated for version 7.4.316
...
Problem: Warning from 64-bit compiler.
Solution: Add type cast. (Mike Williams)
2014-05-29 14:36:29 +02:00
Bram Moolenaar
e23fae0907
Added tag v7-4-315 for changeset 646616b6ff4d
2014-05-29 11:47:40 +02:00
Bram Moolenaar
f4ee263065
updated for version 7.4.315
...
Problem: Fixes for computation of topline not tested.
Solution: Add test. (Hirohito Higashi)
2014-05-29 11:47:40 +02:00
Bram Moolenaar
46ec971d0a
Added tag v7-4-314 for changeset 4d7af1962d6c
2014-05-28 21:40:52 +02:00
Bram Moolenaar
589afcfc75
updated for version 7.4.314
...
Problem: Completion messages can get in the way of a plugin.
Solution: Add 'c' flag to 'shortmess' option. (Shougo Matsu)
2014-05-28 21:40:52 +02:00
Bram Moolenaar
90ce74d592
Added tag v7-4-313 for changeset 332a5c2b2956
2014-05-28 20:31:42 +02:00
Bram Moolenaar
0ea3beb7e3
updated for version 7.4.313
...
Problem: Changing the return value of getpos() causes an error. (Jie Zhu)
Solution: Revert getpos() and add getcurpos().
2014-05-28 20:31:42 +02:00
Bram Moolenaar
5325592911
Added tag v7-4-312 for changeset 66eead134d68
2014-05-28 18:22:57 +02:00
Bram Moolenaar
7fb14c288b
updated for version 7.4.312
...
Problem: Cannot figure out what argument list is being used for a window.
Solution: Add the arglistid() function. (Marcin Szamotulski)
2014-05-28 18:22:57 +02:00
Bram Moolenaar
0b1dbbad7e
Added tag v7-4-311 for changeset f6f754304324
2014-05-28 16:47:16 +02:00
Bram Moolenaar
b001967241
updated for version 7.4.311
...
Problem: Can't use winrestview to only restore part of the view.
Solution: Handle missing items in the dict. (Christian Brabandt)
2014-05-28 16:47:16 +02:00
Bram Moolenaar
2eae3d9d06
Added tag v7-4-310 for changeset ccac0aa34eea
2014-05-28 14:34:46 +02:00
Bram Moolenaar
6a0fef14e8
updated for version 7.4.310
...
Problem: getpos()/setpos() don't include curswant.
Solution: Add a fifth number when getting/setting the cursor.
2014-05-28 14:34:46 +02:00
Bram Moolenaar
f4600086f4
Added tag v7-4-309 for changeset 88a6e9f33822
2014-05-28 13:43:04 +02:00
Bram Moolenaar
f751d06ba9
updated for version 7.4.309
...
Problem: When increasing the size of the lower window, the upper window
jumps back to the top. (Ron Aaron)
Solution: Change setting the topline. (Nobuhiro Takasaki)
2014-05-28 13:43:04 +02:00
Bram Moolenaar
95f9447e02
Added tag v7-4-308 for changeset e3d2b8d83bb3
2014-05-28 11:35:37 +02:00
Bram Moolenaar
5cf0a53e44
updated for version 7.4.308
...
Problem: When using ":diffsplit" on an empty file the cursor is displayed
on the command line.
Solution: Limit the value of w_topfill.
2014-05-28 11:35:37 +02:00
Bram Moolenaar
288c26a5d5
Added tag v7-4-307 for changeset 06c10522d321
2014-05-22 21:22:19 +02:00
Bram Moolenaar
ab8f914897
updated for version 7.4.307
...
Problem: Can't build without the +termresponse feature.
Solution: Add proper #ifdefs.
2014-05-22 21:22:19 +02:00
Bram Moolenaar
f2f8c5bca6
Added tag v7-4-306 for changeset 05e1d8afcc5e
2014-05-22 18:59:58 +02:00
Bram Moolenaar
55eb340322
updated for version 7.4.306
...
Problem: getchar(0) does not return Esc.
Solution: Do not wait for an Esc sequence to be complete. (Yasuhiro
Matsumoto)
2014-05-22 18:59:58 +02:00
Bram Moolenaar
83d6328e6d
Runtime file updates.
2014-05-22 18:26:40 +02:00
Bram Moolenaar
42d5a3674b
Added tag v7-4-305 for changeset 63e7cc62402d
2014-05-22 18:14:31 +02:00
Bram Moolenaar
240d7862d0
updated for version 7.4.305
...
Problem: Making 'ttymouse' empty after the xterm version was requested
causes problems. (Elijah Griffin)
Solution: Do not check for DEC mouse sequences when the xterm version was
requested. Also don't request the xterm version when DEC mouse
was enabled.
2014-05-22 18:14:31 +02:00
Bram Moolenaar
a12fc0e63e
Added tag v7-4-304 for changeset fed2e0967f81
2014-05-22 16:29:06 +02:00
Bram Moolenaar
3bb22dd364
updated for version 7.4.304
...
Problem: Cannot always use Python with Vim.
Solution: Add the manifest to the executable. (Jacques Germishuys)
2014-05-22 16:29:06 +02:00
Bram Moolenaar
d46f2791ec
Added tag v7-4-303 for changeset 463ef551e9f6
2014-05-22 16:05:20 +02:00
Bram Moolenaar
ee4c5de6db
updated for version 7.4.303
...
Problem: When using double-width characters the text displayed on the
command line is sometimes truncated.
Solution: Reset the string lenght. (Nobuhiro Takasaki)
2014-05-22 16:05:19 +02:00
Bram Moolenaar
1cda1d312e
Added tag v7-4-302 for changeset df141c80ea3a
2014-05-22 15:51:04 +02:00
Bram Moolenaar
7a287f7617
updated for version 7.4.302
...
Problem: Signs placed with 'foldcolumn' set don't show up after filler
lines.
Solution: Take filler lines into account. (Olaf Dabrunz)
2014-05-22 15:51:04 +02:00
Bram Moolenaar
7a6178a310
Added tag v7-4-301 for changeset 8cb42aa3c495
2014-05-22 15:17:29 +02:00
Bram Moolenaar
f35c225ffc
updated for version 7.4.301
...
Problem: Still a scrolling problem when loading a session file.
Solution: Fix off-by-one mistake. (Nobuhiro Takasaki)
2014-05-22 15:17:29 +02:00
Bram Moolenaar
2999f64701
Added tag v7-4-300 for changeset 1157079ca5f1
2014-05-22 14:54:26 +02:00
Bram Moolenaar
6e8a6f9768
updated for version 7.4.300
...
Problem: The way config.cache is removed doesn't always work.
Solution: Always remove config.cache. (Ken Takata)
2014-05-22 14:54:26 +02:00
Bram Moolenaar
16a2fe6391
Added tag v7-4-299 for changeset daebf8ce6608
2014-05-22 14:44:22 +02:00
Bram Moolenaar
aa4d025c54
updated for version 7.4.299
...
Problem: When running configure twice DYNAMIC_PYTHON_DLL may become empty.
Solution: Use AC_CACHE_VAL. (Ken Takata)
2014-05-22 14:44:22 +02:00
Bram Moolenaar
1a9a69402f
Added tag v7-4-298 for changeset 156f891d520e
2014-05-22 14:19:56 +02:00
Bram Moolenaar
e0f2010ce9
updated for version 7.4.298
...
Problem: Can't have a funcref start with "t:".
Solution: Add "t" to the list of accepted names. (Yukihiro Nakadaira)
2014-05-22 14:19:56 +02:00
Bram Moolenaar
95eb67bfb8
Added tag v7-4-297 for changeset 81f5a056b2a5
2014-05-22 14:00:16 +02:00
Bram Moolenaar
16cd3b5d91
updated for version 7.4.297
...
Problem: Memory leak from result of get_isolated_shell_name().
Solution: Free the memory. (Dominique Pelle)
2014-05-22 14:00:16 +02:00
Bram Moolenaar
2a6e1ea754
Added tag v7-4-296 for changeset 53b87d790574
2014-05-22 13:12:29 +02:00
Bram Moolenaar
45fc524147
updated for version 7.4.296
...
Problem: Can't run tests on Solaris.
Solution: Change the way VIMRUNTIME is set. (Laurent Blume)
2014-05-22 13:12:29 +02:00
Bram Moolenaar
367c81c352
Update runtime files.
2014-05-13 20:23:24 +02:00
Bram Moolenaar
57408db5f1
Update translations for changed error message.
2014-05-13 20:21:44 +02:00
Bram Moolenaar
10bc233603
Added tag v7-4-295 for changeset 662ae48e7e24
2014-05-13 20:19:58 +02:00
Bram Moolenaar
e470984952
updated for version 7.4.295
...
Problem: Various typos, bad white space and unclear comments.
Solution: Fix typos. Improve white space. Update comments.
2014-05-13 20:19:58 +02:00
Bram Moolenaar
db65fed4ba
Added tag v7-4-294 for changeset fdea5ea9afd1
2014-05-13 20:15:37 +02:00
Bram Moolenaar
7a823a646a
updated for version 7.4.294
...
Problem: Test files missing from patch.
Solution: Patch the test files.
2014-05-13 20:15:37 +02:00
Bram Moolenaar
9e099493c6
Added tag v7-4-293 for changeset 10fc95f48546
2014-05-13 19:37:30 +02:00
Bram Moolenaar
09fe1ad539
updated for version 7.4.293
...
Problem: It is not possible to ignore composing characters at a specific
point in a pattern.
Solution: Add the %C item.
2014-05-13 19:37:29 +02:00
Bram Moolenaar
74dfff024f
Added tag v7-4-292 for changeset 60cdaa05a6ad
2014-05-13 18:04:00 +02:00
Bram Moolenaar
98af6d5eea
updated for version 7.4.292
...
Problem: Searching for "a" does not match accented "a" with new regexp
engine, does match with old engine. (David Bürgin)
"ca" does not match "ca" with accented "a" with either engine.
Solution: Change the old engine, check for following composing character
also for single-byte patterns.
2014-05-13 18:04:00 +02:00
Bram Moolenaar
2a566461f4
Added tag v7-4-291 for changeset b5972833add9
2014-05-13 16:46:32 +02:00
Bram Moolenaar
7c40979f8b
updated for version 7.4.291
...
Problem: Compiler warning for int to pointer of different size when DEBUG
is defined.
Solution: use smsg() instead of EMSG3().
2014-05-13 16:46:32 +02:00
Bram Moolenaar
2a150460f3
Added tag v7-4-290 for changeset b871734bf54e
2014-05-13 16:44:29 +02:00
Bram Moolenaar
cc3863dce4
updated for version 7.4.290
...
Problem: A non-greedy match followed by a branch is too greedy. (Ingo
Karkat)
Solution: Add NFA_MATCH when it is already in the state list if the position
differs.
2014-05-13 16:44:29 +02:00
Bram Moolenaar
92e9a5c9c9
Added tag v7-4-289 for changeset 99374096a76b
2014-05-13 15:56:51 +02:00
Bram Moolenaar
10f346e687
updated for version 7.4.289
...
Problem: Pattern with repeated backreference does not match with new regexp
engine. (Urtica Dioica)
Solution: Also check the end of a submatch when deciding to put a state in
the state list.
2014-05-13 15:56:51 +02:00
Bram Moolenaar
eaff99bac9
Added tag v7-4-288 for changeset 7965cb6a435a
2014-05-13 14:03:40 +02:00
Bram Moolenaar
be666bdb98
updated for version 7.4.288
...
Problem: When 'spellfile' is set the screen is not redrawn.
Solution: Redraw when updating the spelling info. (Christian Brabandt)
2014-05-13 14:03:40 +02:00
Bram Moolenaar
52b057cdbb
Added tag v7-4-287 for changeset 66fe4908b649
2014-05-13 13:52:38 +02:00
Bram Moolenaar
f649441d44
updated for version 7.4.287
...
Problem: Patches for .hgignore don't work, since the file is not in the
distribution.
Solution: Add .hgignore to the distribution. Will be effective with the
next version.
2014-05-13 13:52:38 +02:00
Bram Moolenaar
cc751aef59
Added tag v7-4-286 for changeset be19015ef43c
2014-05-13 13:46:34 +02:00
Bram Moolenaar
98be5c3c70
updated for version 7.4.286
...
Problem: Error messages are inconsistant. (ZyX)
Solution: Change "Lists" to "list".
2014-05-13 13:46:33 +02:00
Bram Moolenaar
90e7349ba1
Added tag v7-4-285 for changeset 5cb1828fd005
2014-05-13 12:44:24 +02:00
Bram Moolenaar
c50a3f766a
updated for version 7.4.285
...
Problem: When 'relativenumber' is set and deleting lines or undoing that,
line numbers are not always updated. (Robert Arkwright)
Solution: (Christian Brabandt)
2014-05-13 12:44:24 +02:00
Bram Moolenaar
109a694854
Added tag v7-4-284 for changeset 3c35ca9666e8
2014-05-13 12:17:15 +02:00
Bram Moolenaar
3e11120d77
updated for version 7.4.284
...
Problem: Setting 'langmap' in the modeline can cause trouble. E.g. mapping
":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann)
Solution: Disallow setting 'langmap' from the modeline.
2014-05-13 12:17:15 +02:00
Bram Moolenaar
d1bc05a4f2
Added tag v7-4-283 for changeset aa99d04fa7e2
2014-05-09 20:33:04 +02:00
Bram Moolenaar
26983c1193
updated for version 7.4.283
...
Problem: Compiler warning about unused variable. (Charles Cooper)
Solution: Move the variable inside the #if block.
2014-05-09 20:33:04 +02:00
Bram Moolenaar
483f1a8300
Added tag v7-4-282 for changeset 6d0a1132dd71
2014-05-08 11:46:28 +02:00
Bram Moolenaar
9cec92cbf1
updated for version 7.4.282
...
Problem: Test 97 fails on Mac.
Solution: Do not ignore case in file names. (Jun Takimoto)
2014-05-08 11:46:27 +02:00
Bram Moolenaar
914fcfd57c
Added tag v7-4-281 for changeset 24c90f1fec85
2014-05-07 21:14:47 +02:00
Bram Moolenaar
2cfda40bbb
updated for version 7.4.281
...
Problem: When a session file has more than one tabpage and 'showtabline' is
one the positions may be slightly off.
Solution: Set 'showtabline' to two while positioning windows.
2014-05-07 21:14:47 +02:00
Bram Moolenaar
702cfd2d06
Added tag v7-4-280 for changeset daf7e98675cf
2014-05-07 20:25:36 +02:00
Bram Moolenaar
9a55520a20
updated for version 7.4.280
...
Problem: When using a session file the relative position of the cursor is
not restored if there is another tab. (Nobuhiro Takasaki)
Solution: Update w_wrow before calculating the fraction.
2014-05-07 20:25:35 +02:00
Bram Moolenaar
2d56dbde8b
Added tag v7-4-279 for changeset 8e9db1f27a00
2014-05-07 18:35:30 +02:00
Bram Moolenaar
9968a1d725
updated for version 7.4.279
...
Problem: globpath() returns a string, making it difficult to get a list of
matches. (Greg Novack)
Solution: Add an optional argument like with glob(). (Adnan Zafar)
2014-05-07 18:35:30 +02:00
Bram Moolenaar
d03417d030
Added tag v7-4-278 for changeset b4ce0e1fb5a6
2014-05-07 17:31:37 +02:00
Bram Moolenaar
ac6b012029
updated for version 7.4.278
...
Problem: list_remove() conflicts with function defined in Sun header file.
Solution: Rename the function. (Richard Palo)
2014-05-07 17:31:37 +02:00
Bram Moolenaar
18c2f9b193
Added tag v7-4-277 for changeset 373204662d82
2014-05-07 16:35:08 +02:00
Bram Moolenaar
3702c706c3
updated for version 7.4.277
...
Problem: Using ":sign unplace *" may leave the cursor in the wrong position
(Christian Brabandt)
Solution: Update the cursor position when removing all signs.
2014-05-07 16:35:08 +02:00
Bram Moolenaar
9719d233c5
Added tag v7-4-276 for changeset a6b59ee633a3
2014-05-07 15:10:21 +02:00
Bram Moolenaar
5aca3c7850
updated for version 7.4.276
...
Problem: The fish shell is not supported.
Solution: Use begin/end instead of () for fish. (Andy Russell)
2014-05-07 15:10:21 +02:00
Bram Moolenaar
44815c8016
Added tag v7-4-275 for changeset 8a3117a4887c
2014-05-07 14:38:45 +02:00
Bram Moolenaar
4caaeecfd0
updated for version 7.4.275
...
Problem: When changing the type of a sign that hasn't been placed ther is
no error message.
Solution: Add an error message. (Christian Brabandt)
2014-05-07 14:38:44 +02:00
Bram Moolenaar
34ad384e05
Added tag v7-4-274 for changeset 1ee3fc5b40ae
2014-05-02 15:46:14 +02:00
Bram Moolenaar
1bafb18fa7
updated for version 7.4.274
...
Problem: When doing ":update" just before running an external command that
changes the file, the timestamp may be unchanged and the file
is not reloaded.
Solution: Also check the file size.
2014-05-02 15:46:14 +02:00
Bram Moolenaar
0da029a858
Runtime file updates.
2014-05-01 14:08:19 +02:00
Bram Moolenaar
961bf92f50
Added tag v7-4-273 for changeset 747afb6a6de4
2014-04-29 20:04:09 +02:00
Bram Moolenaar
fc1528e87a
updated for version 7.4.273
...
Problem: "make autoconf" and "make reconfig" may first run configure and
then remove the output.
Solution: Add these targets to the exceptions. (Ken Takata)
2014-04-29 20:04:09 +02:00
Bram Moolenaar
9757ff50c0
Added tag v7-4-272 for changeset 00228400629e
2014-04-29 17:41:22 +02:00
Bram Moolenaar
e6a3de809a
updated for version 7.4.272
...
Problem: Using just "$" does not cause an error message.
Solution: Check for empty environment variable name. (Christian Brabandt)
2014-04-29 17:41:22 +02:00
Bram Moolenaar
350b85baed
Added tag v7-4-271 for changeset 88b0571de432
2014-04-29 15:55:43 +02:00
Bram Moolenaar
77b9dd2395
updated for version 7.4.271
...
Problem: Compiler warning on 64 bit windows.
Solution: Add type cast. (Mike Williams)
2014-04-29 15:55:43 +02:00
Bram Moolenaar
279832a826
Added tag v7-4-270 for changeset c519c446c548
2014-04-29 15:11:43 +02:00
Bram Moolenaar
2f8b455d60
updated for version 7.4.270
...
Problem: Comparing pointers instead of the string they point to.
Solution: Use strcmp(). (Ken Takata)
2014-04-29 15:11:43 +02:00
Bram Moolenaar
7598c4e3e9
Added tag v7-4-269 for changeset 81c26975e8f9
2014-04-29 14:44:35 +02:00
Bram Moolenaar
3addebbdb9
updated for version 7.4.269
...
Problem: CTRL-U in Insert mode does not work after using a cursor key.
(Pine Wu)
Solution: Use the original insert start position. (Christian Brabandt)
2014-04-29 14:44:35 +02:00
Bram Moolenaar
f0c7a1ea87
Added tag v7-4-268 for changeset 1a5ed2626b26
2014-04-29 14:03:02 +02:00
Bram Moolenaar
75bc93c8a7
updated for version 7.4.268
...
Problem: Using exists() on a funcref for a script-local function does not
work.
Solution: Translate <SNR> to the special byte sequence. Add a test.
2014-04-29 14:03:02 +02:00
Bram Moolenaar
03523fae11
Added tag v7-4-267 for changeset 75f222d67cea
2014-04-29 12:15:40 +02:00
Bram Moolenaar
c9fec4ac0f
updated for version 7.4.267
...
Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat)
Solution: Add the setmark argument to do_join(). (Christian Brabandt)
2014-04-29 12:15:40 +02:00
Bram Moolenaar
f2b2ea5092
Added tag v7-4-266 for changeset 8f84e906d454
2014-04-29 11:55:29 +02:00
Bram Moolenaar
ca33a56146
updated for version 7.4.266
...
Problem: Test 62 fails.
Solution: Set the language to C. (Christian Brabandt)
2014-04-29 11:55:29 +02:00
Bram Moolenaar
a2c85bb632
Added tag v7-4-265 for changeset 8ec9d2196bee
2014-04-24 17:12:33 +02:00
Bram Moolenaar
36a414ef8e
updated for version 7.4.265
...
Problem: Can't call a global function with "g:" in an expression.
Solution: Skip the "g:" when looking up the function.
2014-04-24 17:12:33 +02:00
Bram Moolenaar
78f1b67190
Added tag v7-4-264 for changeset 00acac0af680
2014-04-23 20:43:41 +02:00
Bram Moolenaar
eb0a5b0b22
updated for version 7.4.264
...
Problem: Can't define a function starting with "g:". Can't assign a
funcref to a buffer-local variable.
Solution: Skip "g:" at the start of a function name. Don't check for colons
when assigning to a variable.
2014-04-23 20:43:41 +02:00
Bram Moolenaar
d30d454158
Added tag v7-4-263 for changeset af1bb39774f4
2014-04-23 19:44:31 +02:00
Bram Moolenaar
e6c979145e
updated for version 7.4.263
...
Problem: GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz)
Solution: Remove the second declaration.
2014-04-23 19:44:30 +02:00
Bram Moolenaar
7dcab5dbb3
Added tag v7-4-262 for changeset 0ea551fa607d
2014-04-23 19:06:37 +02:00
Bram Moolenaar
402fbca636
updated for version 7.4.262
...
Problem: Duplicate code in regexec().
Solution: Add line_lbr flag to regexec_nl().
2014-04-23 19:06:37 +02:00
Bram Moolenaar
19741ff9b7
Added tag v7-4-261 for changeset 43c6cd07c8de
2014-04-23 18:48:47 +02:00
Bram Moolenaar
a9a506cac4
updated for version 7.4.261
...
Problem: When updating the window involves a regexp pattern, an interactive
substitute to replace a "\n" with a line break fails. (Ingo
Karkat)
Solution: Set reg_line_lbr in vim_regsub() and vim_regsub_multi().
2014-04-23 18:48:47 +02:00
Bram Moolenaar
8eefe3b41e
Added tag v7-4-260 for changeset 6bc874e4789a
2014-04-23 17:43:42 +02:00
Bram Moolenaar
7b44a334ab
updated for version 7.4.260
...
Problem: It is possible to define a function with a colon in the name. It
is possible to define a function with a lower case character if a
"#" appears after the name.
Solution: Disallow using a colon other than with "s:". Ignore "#" after the
name.
2014-04-23 17:43:42 +02:00
Bram Moolenaar
a1d68e4c51
Added tag v7-4-259 for changeset e4cd5bb75029
2014-04-23 12:52:41 +02:00
Bram Moolenaar
aa0972184d
updated for version 7.4.259
...
Problem: Warning for misplaced "const".
Solution: Move the "const". (Yukihiro Nakadaira)
2014-04-23 12:52:40 +02:00
Bjorn Winckler
3de89a5b88
Snapshot 73
2014-04-21 16:23:59 +02:00
Bjorn Winckler
98f6e2f5a3
Merge branch 'vim'
...
Conflicts:
runtime/syntax/vim.vim
src/structs.h
2014-04-20 10:22:02 +02:00
Bram Moolenaar
ee19b0b0be
Added tag v7-4-258 for changeset e8ffd1e6c8dc
2014-04-12 13:12:24 +02:00
Bram Moolenaar
97d12b6d78
updated for version 7.4.258
...
Problem: Configure fails if $CC contains options.
Solution: Remove quotes around $CC. (Paul Barker)
2014-04-12 13:12:24 +02:00
Bram Moolenaar
cf34eb0bb5
Added tag v7-4-257 for changeset 17903ded5e9a
2014-04-12 12:26:37 +02:00
Bram Moolenaar
9aad34bf83
updated for version 7.4.257
...
Problem: Compiler warning, possibly for mismatch in parameter name.
Solution: Rename the parameter in the declaration.
2014-04-12 12:26:36 +02:00
Bram Moolenaar
ed2370be11
Added tag v7-4-256 for changeset afb542ea210c
2014-04-11 10:22:53 +02:00
Bram Moolenaar
dc47649772
updated for version 7.4.256
...
Problem: Using systemlist() may cause a crash and does not handle NUL
characters properly.
Solution: Increase the reference count, allocate memory by length. (Yasuhiro
Matsumoto)
2014-04-11 10:22:53 +02:00
Bram Moolenaar
090b028f80
Added tag v7-4-255 for changeset 5595506b985a
2014-04-10 20:00:15 +02:00
Bram Moolenaar
0039801160
updated for version 7.4.255
...
Problem: Configure check for smack doesn't work with all shells. (David
Larson)
Solution: Remove spaces in set command.
2014-04-10 20:00:15 +02:00
Bram Moolenaar
d41aeee5e3
Added tag v7-4-254 for changeset 251acc686ca4
2014-04-10 11:09:18 +02:00
Bram Moolenaar
03ea5b594f
updated for version 7.4.254
...
Problem: Smack support detection is incomplete.
Solution: Check for attr/xattr.h and specific macro.
2014-04-10 11:09:17 +02:00
Bram Moolenaar
77567a8ad8
Added tag v7-4-253 for changeset 4901a36479f2
2014-04-06 21:34:04 +02:00
Bram Moolenaar
5d3c6714bf
updated for version 7.4.253
...
Problem: Crash when using cpp syntax file with pattern using external
match. (Havard Garnes)
Solution: Discard match when end column is before start column.
2014-04-06 21:34:04 +02:00
Bram Moolenaar
c66757d5a5
Added tag v7-4-252 for changeset a43a8262e1ce
2014-04-06 21:08:45 +02:00
Bram Moolenaar
54eaa17f8e
updated for version 7.4.252
...
Problem: Critical error in GTK, removing timer twice.
Solution: Clear the timer after removing it. (James McCoy)
2014-04-06 21:08:45 +02:00
Bram Moolenaar
39bb03cb64
Added tag v7-4-251 for changeset 29eb4c2a33ac
2014-04-06 20:45:44 +02:00
Bram Moolenaar
fc5be9456a
updated for version 7.4.251
...
Problem: Crash when BufAdd autocommand wipes out the buffer.
Solution: Check for buffer to still be valid. Postpone freeing the buffer
structure. (Hirohito Higashi)
2014-04-06 20:45:43 +02:00
Bram Moolenaar
421a5e7858
Updated runtime files.
2014-04-06 14:09:13 +02:00
Bram Moolenaar
2e12dd3e8f
Updated runtime files.
2014-04-05 22:55:53 +02:00
Bram Moolenaar
1ad5c5e662
Added tag v7-4-250 for changeset a8f3f4589628
2014-04-05 21:59:40 +02:00
Bram Moolenaar
19cfb7229b
updated for version 7.4.250
...
Problem: Some test files missing from distribution.
Solution: Add pattern for newly added tests.
2014-04-05 21:59:39 +02:00
Bram Moolenaar
5cffad4334
Added tag v7-4-249 for changeset 0b9a66ea49f4
2014-04-05 21:28:56 +02:00
Bram Moolenaar
512933a675
updated for version 7.4.249
...
Problem: Using setreg() with a list of numbers does not work.
Solution: Use a separate buffer for numbers. (ZyX)
2014-04-05 21:28:56 +02:00
Bram Moolenaar
d23089a9d4
Added tag v7-4-248 for changeset e5f1f2ea0b4a
2014-04-05 19:44:40 +02:00
Bram Moolenaar
13b283f326
updated for version 7.4.248
...
Problem: Cannot distinguish between NL and NUL in output of system().
Solution: Add systemlist(). (ZyX)
2014-04-05 19:44:40 +02:00
Bram Moolenaar
4331e4287a
Added tag v7-4-247 for changeset 76863b4b48a3
2014-04-05 18:55:46 +02:00
Bram Moolenaar
f8bb9f9ddd
updated for version 7.4.247
...
Problem: When passing input to system() there is no way to keep NUL and
NL characters separate.
Solution: Optionally use a list for the system() input. (ZyX)
2014-04-05 18:55:46 +02:00
Bram Moolenaar
9e0e6f433a
Added tag v7-4-246 for changeset 2cbac5608217
2014-04-05 12:02:25 +02:00
Bram Moolenaar
91d0fa5164
updated for version 7.4.246
...
Problem: Configure message for detecting smack are out of sequence.
Solution: Put the messages in the right place. (Kazunobu Kuriyama)
2014-04-05 12:02:25 +02:00
Bram Moolenaar
e74fc18657
Added tag v7-4-245 for changeset 80421d934ebd
2014-04-04 19:00:48 +02:00
Bram Moolenaar
0e7ce5c8c0
updated for version 7.4.245
...
Problem: Crash for "vim -u NONE -N -c '&&'".
Solution: Check for the pattern to be NULL. (Dominique Pelle)
2014-04-04 19:00:48 +02:00
Bram Moolenaar
9531be5371
Added tag v7-4-244 for changeset da17c7de616e
2014-04-02 23:09:26 +02:00
Bram Moolenaar
6f32f56b19
updated for version 7.4.244
...
Problem: The smack feature causes stray error messages.
Solution: Remove the error messages.
2014-04-02 23:09:26 +02:00
Bram Moolenaar
5c6ded106f
Added tag v7-4-243 for changeset 9f8fa56f1906
2014-04-02 22:17:10 +02:00
Bram Moolenaar
dd67b8eb8a
updated for version 7.4.243
...
Problem: Cannot use setreg() to add text that includes a NUL.
Solution: Make setreg() accept a list.
2014-04-02 22:17:10 +02:00
Bram Moolenaar
689d74665b
Added tag v7-4-242 for changeset f084024c0ddb
2014-04-02 19:55:11 +02:00
Bram Moolenaar
1a3d0c47ac
updated for version 7.4.242
...
Problem: getreg() does not distinguish between a NL used for a line break
and a NL used for a NUL character.
Solution: Add another argument to return a list. (ZyX)
2014-04-02 19:55:10 +02:00
Bram Moolenaar
6a566299a3
Added tag v7-4-241 for changeset a63d0cd691dc
2014-04-02 19:00:58 +02:00
Bram Moolenaar
9be58812a3
updated for version 7.4.241
...
Problem: The string returned by submatch() does not distinguish between a
NL from a line break and a NL that stands for a NUL character.
Solution: Add a second argument to return a list. (ZyX)
2014-04-02 19:00:58 +02:00
Bram Moolenaar
0d91ef723f
Added tag v7-4-240 for changeset 8d1ba0a23588
2014-04-02 17:19:04 +02:00
Bram Moolenaar
bf8c17335f
updated for version 7.4.240
...
Problem: ":tjump" shows "\n" as "\\n".
Solution: Skip over "\" that escapes a backslash. (Gary Johnson)
2014-04-02 17:19:04 +02:00
Bram Moolenaar
33a4a03d96
Added tag v7-4-239 for changeset 98bfec9ea760
2014-04-02 14:22:05 +02:00
Bram Moolenaar
b9363228f2
updated for version 7.4.239
...
Problem: ":e +" does not position cursor at end of the file.
Solution: Check for "+" being the last character (ZyX)
2014-04-02 14:22:05 +02:00
Bram Moolenaar
c7861a5ea5
Added tag v7-4-238 for changeset 410ef4f1a3d2
2014-04-02 14:05:38 +02:00
Bram Moolenaar
f677ba718d
updated for version 7.4.238
...
Problem: Vim does not support the smack library.
Solution: Add smack support (Jose Bollo)
2014-04-02 14:05:38 +02:00
Bram Moolenaar
f9b8190a7d
Added tag v7-4-237 for changeset 71b165a378ad
2014-04-02 12:12:08 +02:00
Bram Moolenaar
54b0b2be06
updated for version 7.4.237
...
Problem: When some patches was not included has("patch-7.4.123") may return
true falsely.
Solution: Check for the specific patch number.
2014-04-02 12:12:08 +02:00
Bram Moolenaar
6dcb7d1653
Added tag v7-4-236 for changeset a44087db7238
2014-04-01 22:08:55 +02:00
Bram Moolenaar
a236988f50
updated for version 7.4.236
...
Problem: It's not that easy to check the Vim patch version.
Solution: Make has("patch-7.4.123") work. (partly by Marc Weber)
2014-04-01 22:08:54 +02:00
Bram Moolenaar
0e35617380
Added tag v7-4-235 for changeset 5ab2946f7ce5
2014-04-01 21:00:59 +02:00
Bram Moolenaar
a5cac34bde
updated for version 7.4.235
...
Problem: It is not easy to get the full path of a command.
Solution: Add the exepath() function.
2014-04-01 21:00:59 +02:00
Bram Moolenaar
bef57159dd
Added tag v7-4-234 for changeset d2286df8719d
2014-04-01 19:55:49 +02:00
Bram Moolenaar
5a99676871
updated for version 7.4.234
...
Problem: Can't get the command that was used to start Vim.
Solution: Add v:progpath. (Viktor Kojouharov)
2014-04-01 19:55:49 +02:00
Bram Moolenaar
f47e9b814e
Added tag v7-4-233 for changeset 22a1d5762ba3
2014-04-01 18:54:49 +02:00
Bram Moolenaar
f43ed7727c
updated for version 7.4.233
...
Problem: Escaping special characters for using "%" with a shell command is
inconsistant, parenthesis are escaped but spaces are not.
Solution: Only escape "!". (Gary Johnson)
2014-04-01 18:54:48 +02:00
Bram Moolenaar
26b4166433
Added tag v7-4-232 for changeset 845608965bd9
2014-04-01 17:49:44 +02:00
Bram Moolenaar
899704080a
updated for version 7.4.232
...
Problem: ":%s/\n//" uses a lot of memory. (Aidan Marlin)
Solution: Turn this into a join command. (Christian Brabandt)
2014-04-01 17:49:44 +02:00
Bram Moolenaar
3c7c6b5991
Added tag v7-4-231 for changeset 0a295a3c9e47
2014-04-01 14:08:28 +02:00
Bram Moolenaar
d5445ecce4
updated for version 7.4.231
...
Problem: An error in ":options" is not caught by the tests.
Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that
it uses the current runtime files instead of the installed ones.
2014-04-01 14:08:28 +02:00
Bram Moolenaar
7faafbb0bc
Added tag v7-4-230 for changeset 57ecd7a8c0f0
2014-04-01 12:26:46 +02:00
Bram Moolenaar
2dd490411c
updated for version 7.4.230
...
Problem: Error when using ":options".
Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
2014-04-01 12:26:46 +02:00
Bram Moolenaar
05ed1335aa
Added tag v7-4-229 for changeset 839cca5ec18d
2014-03-30 16:49:09 +02:00
Bram Moolenaar
296c2aeec0
updated for version 7.4.229
...
Problem: Using ":let" for listing variables and the second one is a curly
braces expression may fail.
Solution: Check for an "=" in a better way. (ZyX)
2014-03-30 16:49:09 +02:00
Bram Moolenaar
9edab12bf3
Added tag v7-4-228 for changeset 3ee5808a293c
2014-03-30 16:11:43 +02:00
Bram Moolenaar
08d68ffd20
updated for version 7.4.228
...
Problem: Compiler warnings when building with Python 3.2.
Solution: Make type cast depend on Python version. (Ken Takata)
2014-03-30 16:11:43 +02:00
Bram Moolenaar
5f1a1f7d3f
Added tag v7-4-227 for changeset b0a9df477096
2014-03-28 21:58:21 +01:00
Bram Moolenaar
c4f7d5b063
updated for version 7.4.227
...
Problem: Can't build with Ruby 1.8.
Solution: Do include a check for the Ruby version. (Ken Takata)
2014-03-28 21:58:21 +01:00
Bram Moolenaar
b075560cf2
Added tag v7-4-226 for changeset b650f2db8f96
2014-03-28 21:49:32 +01:00
Bram Moolenaar
e7ec20d42e
updated for version 7.4.226
...
Problem: Cursurline highlighting not redrawn when scrolling. (John
Marriott)
Solution: Check for required redraw in two places.
2014-03-28 21:49:32 +01:00
Bram Moolenaar
7f2a8854f5
Update runtime files.
2014-03-27 22:30:07 +01:00
Bram Moolenaar
aa0aeecb65
Added tag v7-4-225 for changeset eeb150c07647
2014-03-27 19:08:55 +01:00
Bram Moolenaar
3229654369
updated for version 7.4.225
...
Problem: Dynamic Ruby doesn't work on Solaris.
Solution: Always use the stubs. (Danek Duvall, Yukihiro Nakadaira)
2014-03-27 19:08:55 +01:00
Bram Moolenaar
09ee6ca4d6
Added tag v7-4-224 for changeset 092b8f61021b
2014-03-27 18:51:11 +01:00
Bram Moolenaar
fc3b30d6ef
updated for version 7.4.224
...
Problem: /usr/bin/grep on Solaris does not support -F.
Solution: Add configure check to find a good grep. (Danek Duvall)
2014-03-27 18:51:11 +01:00
Bram Moolenaar
7223e23890
Added tag v7-4-223 for changeset 4b78922d557c
2014-03-27 17:40:59 +01:00
Bram Moolenaar
ab45459db7
updated for version 7.4.223
...
Problem: Still using an older autoconf version.
Solution: Switch to autoconf 2.69.
2014-03-27 17:40:59 +01:00
Bram Moolenaar
ea936a3b70
Added tag v7-4-222 for changeset 9123b4d3ef05
2014-03-27 17:19:09 +01:00
Bram Moolenaar
c3b4619a03
updated for version 7.4.222
...
Problem: The Ruby directory is constructed from parts.
Solution: Use 'rubyarchhdrdir' if it exists. (James McCoy)
2014-03-27 17:19:09 +01:00
Bram Moolenaar
f2b135a658
Added tag v7-4-221 for changeset a548aae15b3a
2014-03-27 17:02:27 +01:00
Bram Moolenaar
548fe888f3
updated for version 7.4.221
...
Problem: Quickfix doesn't resize on ":copen 20". (issue 199)
Solution: Resize the window when requested. (Christian Brabandt)
2014-03-27 17:02:27 +01:00
Bram Moolenaar
d9ffd843e2
Added tag v7-4-220 for changeset 1e272e318daa
2014-03-27 12:40:30 +01:00
Bram Moolenaar
ace6c0770f
updated for version 7.4.220
...
Problem: Test 105 does not work in a shadow dir. (James McCoy)
Solution: Omit "src/" from the checked path.
2014-03-27 12:40:30 +01:00
Bram Moolenaar
8bf1bb2b35
Added tag v7-4-219 for changeset 37af1e6e91bb
2014-03-27 12:11:48 +01:00
Bram Moolenaar
e6cf76b81d
updated for version 7.4.219
...
Problem: When 'relativenumber' or 'cursorline' are set the window is
redrawn much to often. (Patrick Hemmer, Dominique Pelle)
Solution: Check the VALID_CROW flag instead of VALID_WROW.
2014-03-27 12:11:48 +01:00
Bram Moolenaar
ee55bb8eca
Added tag v7-4-218 for changeset ddc3f32a4b21
2014-03-25 18:24:23 +01:00
Bram Moolenaar
11332cbd4c
updated for version 7.4.218
...
Problem: It's not easy to remove duplicates from a list.
Solution: Add the uniq() function. (LCD)
2014-03-25 18:24:23 +01:00
Bram Moolenaar
e3f3e3f405
Added tag v7-4-217 for changeset 2f225a17c26b
2014-03-25 15:34:48 +01:00
Bram Moolenaar
d9de0c1d9c
updated for version 7.4.217
...
Problem: When src/auto/configure was updated, "make clean" would run
configure pointlessly.
Solution: Do not run configure for "make clean" and "make distclean" when
the make program supports $MAKECMDGOALS. (Ken Takata)
2014-03-25 15:34:48 +01:00
Bram Moolenaar
439f60a156
Added tag v7-4-216 for changeset bf1775553d3b
2014-03-25 13:46:26 +01:00
Bram Moolenaar
2871e8a3e7
updated for version 7.4.216
...
Problem: Compiler warnings. (Tony Mechelynck)
Solution: Initialize variables, add #ifdef.
2014-03-25 13:46:26 +01:00
Bram Moolenaar
019d8bec1e
Added tag v7-4-215 for changeset f069a3a0f844
2014-03-25 13:03:48 +01:00
Bram Moolenaar
9fe8c9fc52
updated for version 7.4.215
...
Problem: Inconsistency: ":sp foo" does not reload "foo", unless "foo" is
the current buffer. (Liang Li)
Solution: Do not reload the current buffer on a split command.
2014-03-25 13:03:48 +01:00
Bram Moolenaar
e26b349801
Added tag v7-4-214 for changeset fe02fdfbdec0
2014-03-24 19:44:09 +01:00
Bram Moolenaar
c1d8fc365a
updated for version 7.4.214
...
Problem: Compilation problems on HP_nonStop (Tandem).
Solution: Add #defines. (Joachim Schmitz)
2014-03-24 19:44:09 +01:00
Bram Moolenaar
ae1ff101e8
Added tag v7-4-213 for changeset e25a04c1c515
2014-03-23 16:04:02 +01:00
Bram Moolenaar
206f1fe028
updated for version 7.4.213
...
Problem: It's not possible to open a new buffer without creating a swap
file.
Solution: Add the ":noswapfile" modifier. (Christian Brabandt)
2014-03-23 16:04:02 +01:00
Bram Moolenaar
5a7ce0e216
Added tag v7-4-212 for changeset 50dbef5e774a
2014-03-23 15:13:05 +01:00
Bram Moolenaar
da5e664152
updated for version 7.4.212
...
Problem: Now that the +visual feature is always enabled the #ifdefs for it
are not useful.
Solution: Remove the checks for FEAT_VISUAL.
2014-03-23 15:13:05 +01:00
Bram Moolenaar
1986c3419e
Updated runtime files.
2014-03-22 21:02:50 +01:00
Bram Moolenaar
dc773f2d83
Added tag v7-4-211 for changeset e90bef2240c8
2014-03-22 13:30:02 +01:00
Bram Moolenaar
cbe151e73a
updated for version 7.4.211
...
Problem: ":lu" is an abbreviation for ":lua", but it should be ":lunmap".
(ZyX)
Solution: Move "lunmap" to above "lua".
2014-03-22 13:30:01 +01:00
Bram Moolenaar
ea4c3fcb9e
Added tag v7-4-210 for changeset 420fd9cb86d5
2014-03-19 18:57:54 +01:00
Bram Moolenaar
3b3e426f77
updated for version 7.4.210
...
Problem: Visual block mode plus virtual edit doesn't work well with tabs.
(Liang Li)
Solution: Take coladd into account. (Christian Brabandt)
2014-03-19 18:57:54 +01:00
Bram Moolenaar
b98b576a4a
Added tag v7-4-209 for changeset bb402c49379d
2014-03-19 17:41:24 +01:00
Bram Moolenaar
4796485f7c
updated for version 7.4.209
...
Problem: When repeating a filter command "%" and "#" are expanded.
Solution: Escape the command when storing for redo. (Christian Brabandt)
2014-03-19 17:41:23 +01:00
Bram Moolenaar
40a3496272
Added tag v7-4-208 for changeset 9b5541e276aa
2014-03-19 17:32:51 +01:00
Bram Moolenaar
c5535be3d1
updated for version 7.4.208
...
Problem: Mercurial picks up some files that are not distributed.
Solution: Add patterns to the ignore list. (Cade Forester)
2014-03-19 17:32:51 +01:00
Bram Moolenaar
7ee708d100
Added tag v7-4-207 for changeset 2aa909427e44
2014-03-19 14:01:57 +01:00
Bram Moolenaar
3ea80997b5
updated for version 7.4.207
...
Problem: The cursor report sequence is sometimes not recognized and results
in entering replace mode.
Solution: Also check for the cursor report when not asked for.
2014-03-19 14:01:57 +01:00
Bram Moolenaar
7f508dd71d
Added tag v7-4-206 for changeset 7e826028d399
2014-03-19 12:37:22 +01:00
Bram Moolenaar
0614f8add5
updated for version 7.4.206
...
Problem: Compiler warnings on 64 bit Windows.
Solution: Add type casts. (Mike Williams)
2014-03-19 12:37:22 +01:00
Bram Moolenaar
3d8aaa2352
Added tag v7-4-205 for changeset 0ace3a24c2a0
2014-03-12 21:28:26 +01:00
Bram Moolenaar
cf5302b9e0
updated for version 7.4.205
...
Problem: ":mksession" writes command to move to second argument while it
does not exist. When it does exist the order might be wrong.
Solution: Use ":argadd" for each argument instead of using ":args" with a
list of names. (Nobuhiro Takasaki)
2014-03-12 21:28:26 +01:00
Bram Moolenaar
86a3952730
Added tag v7-4-204 for changeset f5120cbf16b9
2014-03-12 20:17:52 +01:00
Bram Moolenaar
0aaeb86276
updated for version 7.4.204
...
Problem: A mapping where the second byte is 0x80 doesn't work.
Solution: Unescape before checking for incomplete multi-byte char. (Nobuhiro
Takasaki)
2014-03-12 20:17:51 +01:00
Bram Moolenaar
4cd37c477c
Added tag v7-4-203 for changeset fb24b025c7cf
2014-03-12 19:41:55 +01:00
Bram Moolenaar
9f88ff95e5
updated for version 7.4.203
...
Problem: Parsing 'errorformat' is not correct.
Solution: Reset "multiignore" at the start of a multi-line message. (Lcd)
2014-03-12 19:41:55 +01:00
Bram Moolenaar
83db1857de
Added tag v7-4-202 for changeset 22d7af9ff3e5
2014-03-12 19:24:37 +01:00
Bram Moolenaar
768322bc1d
updated for version 7.4.202
...
Problem: MS-Windows: non-ASCII font names don't work.
Solution: Convert between the current code page and 'encoding'. (Ken Takata)
2014-03-12 19:24:37 +01:00
Bram Moolenaar
e86d88b6a1
Added tag v7-4-201 for changeset 06e5f65c34d8
2014-03-12 18:55:58 +01:00
Bram Moolenaar
2817291f94
updated for version 7.4.201
...
Problem: 'lispwords' is a global option.
Solution: Make 'lispwords' global-local. (Sung Pae)
2014-03-12 18:55:58 +01:00
Bram Moolenaar
f14b48fd97
Added tag v7-4-200 for changeset 0559091e6f09
2014-03-12 17:56:48 +01:00
Bram Moolenaar
3183caf4d9
updated for version 7.4.200
...
Problem: Too many #ifdefs in the code.
Solution: Enable FEAT_VISUAL always, await any complaints
2014-03-12 17:56:48 +01:00
Bram Moolenaar
586c1408a8
Added tag v7-4-199 for changeset 54b1a90c9373
2014-03-12 17:42:04 +01:00
Bram Moolenaar
0171b95283
updated for version 7.4.199
...
Problem: (issue 197) ]P doesn't paste over Visual selection.
Solution: Handle Visual mode specifically. (Christian Brabandt)
2014-03-12 17:42:04 +01:00
Bram Moolenaar
b43d9044dc
Added tag v7-4-198 for changeset 705f398ce6f5
2014-03-12 17:08:05 +01:00
Bram Moolenaar
6c78dbddf8
updated for version 7.4.198
...
Problem: Can't build Vim with Perl when -Dusethreads is not specified for
building Perl, and building Vim with --enable-perlinterp=dynamic.
Solution: Adjust #ifdefs. (Yasuhiro Matsumoto)
2014-03-12 17:08:05 +01:00
Bram Moolenaar
1dd7ecf319
Added tag v7-4-197 for changeset 47a673b20e49
2014-03-12 16:51:55 +01:00
Bram Moolenaar
9a7f1e7c2a
updated for version 7.4.197
...
Problem: Various problems on VMS.
Solution: Fix several VMS problems. (Zoltan Arpadffy)
2014-03-12 16:51:55 +01:00
Bram Moolenaar
6ee5973f45
Added tag v7-4-196 for changeset 1ed6acdbfef5
2014-03-12 15:50:23 +01:00
Bram Moolenaar
5ac26bbf88
updated for version 7.4.196
...
Problem: Tests fail on Solaris 9 and 10.
Solution: Use "test -f" instead of "test -e". (Laurent Blume)
2014-03-12 15:50:22 +01:00
Bram Moolenaar
a31c2dcae0
Added tag v7-4-195 for changeset c2e88a40d530
2014-03-12 15:26:40 +01:00
Bram Moolenaar
f11967c3bf
updated for version 7.4.195
...
Problem: Python tests fail.
Solution: Change "then" to "than" in more places. (Dominique Pelle, Taro
Muraoka)
2014-03-12 15:26:40 +01:00
Bram Moolenaar
50490774e3
Added tag v7-4-194 for changeset 767103b5bcb0
2014-03-12 14:54:34 +01:00
Bram Moolenaar
dee5485f48
updated for version 7.4.194
...
Problem: Can't build for Android.
Solution: Add #if condition. (Fredrik Fornwall)
2014-03-12 14:54:34 +01:00
Bram Moolenaar
7b938a31d4
Updated runtime files.
2014-03-08 18:38:28 +01:00
Bram Moolenaar
c37aad3f97
Added tag v7-4-193 for changeset a8650e2a0b5a
2014-03-08 16:13:44 +01:00
Bram Moolenaar
4fc7549945
updated for version 7.4.193
...
Problem: Typos in messages.
Solution: "then" -> "than". (Dominique Pelle)
2014-03-08 16:13:44 +01:00
Bram Moolenaar
81aa6ffc9c
Added tag v7-4-192 for changeset 04c4ef8c0a1b
2014-02-24 03:32:00 +01:00
Bram Moolenaar
aa59b6d2f9
updated for version 7.4.192
...
Problem: Memory leak when giving E853.
Solution: Free the argument. (Dominique Pelle)
2014-02-24 03:32:00 +01:00
Bram Moolenaar
589c63479c
Update runtime files. Add Euphoria syntax files.
2014-02-24 02:51:51 +01:00
Bram Moolenaar
d4dc6f5de3
Added tag v7-4-191 for changeset 40f18a1c1592
2014-02-23 23:39:14 +01:00
Bram Moolenaar
b134376d8d
updated for version 7.4.191
...
Problem: Escaping a file name for shell commands can't be done without a
function.
Solution: Add the :S file name modifier.
2014-02-23 23:39:13 +01:00
Bram Moolenaar
3b2c9aaf66
Added tag v7-4-190 for changeset 6050f52d7cd8
2014-02-23 22:58:17 +01:00
Bram Moolenaar
55274783c0
updated for version 7.4.190
...
Problem: Compiler warning for using %lld for off_t.
Solution: Add type cast.
2014-02-23 22:58:17 +01:00
Bram Moolenaar
9ebad0d6e0
Added tag v7-4-189 for changeset 0a9990bbd94a
2014-02-23 22:54:58 +01:00
Bram Moolenaar
f5bc6dadfc
updated for version 7.4.189
...
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
2014-02-23 22:54:58 +01:00
Bram Moolenaar
6cb70ea33f
Added tag v7-4-188 for changeset 136f05449f29
2014-02-23 22:52:40 +01:00
Bram Moolenaar
372950ecc0
updated for version 7.4.188
...
Problem: SIZEOF_LONG clashes with similar defines in header files.
Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT.
2014-02-23 22:52:40 +01:00
Bram Moolenaar
13374a80b8
Added tag v7-4-187 for changeset a1c07956171a
2014-02-22 23:49:35 +01:00
Bram Moolenaar
36725ec62e
updated for version 7.4.187
...
Problem: Delete that crosses line break splits multi-byte character.
Solution: Advance a character instead of a byte. (Cade Foster)
2014-02-22 23:49:35 +01:00
Bram Moolenaar
a1f0fdf8e4
Added tag v7-4-186 for changeset 4d12112c5efa
2014-02-22 23:03:55 +01:00
Bram Moolenaar
9bcca62819
updated for version 7.4.186
...
Problem: Insert in Visual mode sometimes gives incorrect results.
(Dominique Pelle)
Solution: Remember the original insert start position. (Christian Brabandt,
Dominique Pelle)
2014-02-22 23:03:55 +01:00
Bram Moolenaar
ddcd734f44
Added tag v7-4-185 for changeset b06e58f8dd30
2014-02-22 22:27:47 +01:00
Bram Moolenaar
8ee573ad63
updated for version 7.4.185
...
Problem: Clang gives warnings.
Solution: Adjust how bigness is set. (Dominique Pelle)
2014-02-22 22:27:47 +01:00
Bram Moolenaar
9cac4abdfa
Added tag v7-4-184 for changeset 9ac2fc63501d
2014-02-22 22:18:47 +01:00
Bram Moolenaar
8eca5a65c0
updated for version 7.4.184
...
Problem: match() does not work properly with a {count} argument.
Solution: Compute the length once and update it. Quit the loop when at the
end. (Hirohito Higashi)
2014-02-22 22:18:47 +01:00
Bjorn Winckler
0d98f437eb
Merge branch 'vim'
...
Conflicts:
src/if_ruby.c
2014-02-22 16:05:17 +01:00
Bram Moolenaar
7360009c43
Added tag v7-4-183 for changeset 1e2bfe4f3e90
2014-02-15 19:47:51 +01:00
Bram Moolenaar
c20cfe8a98
updated for version 7.4.183
...
Problem: MSVC Visual Studio update not supported.
Solution: Add version number. (Mike William)
2014-02-15 19:47:51 +01:00
Bram Moolenaar
141b816137
Added tag v7-4-182 for changeset 708a6a590521
2014-02-15 17:19:01 +01:00
Bram Moolenaar
c098b67f54
updated for version 7.4.182
...
Problem: Building with mzscheme and racket does not work. (David Chimay)
Solution: Adjust autoconf. (Sergey Khorev)
2014-02-15 17:19:00 +01:00
Bram Moolenaar
1f56efe8eb
Added tag v7-4-181 for changeset cb5683bcde03
2014-02-15 16:17:07 +01:00
Bram Moolenaar
17b1c5984c
updated for version 7.4.181
...
Problem: When using 'pastetoggle' the status lines are not updated. (Samuel
Ferencik, Jan Christoph Ebersbach)
Solution: Update the status lines. (Nobuhiro Takasaki)
2014-02-15 16:17:07 +01:00
Bram Moolenaar
b263312861
Added tag v7-4-180 for changeset b1b8b097539a
2014-02-15 15:59:03 +01:00
Bram Moolenaar
afe034db62
updated for version 7.4.180
...
Problem: Older Python versions don't support %ld.
Solution: Use %d instead. (ZyX)
2014-02-15 15:59:03 +01:00
Bram Moolenaar
7aa635ffca
Added tag v7-4-179 for changeset d1c8c1d64034
2014-02-12 22:08:49 +01:00
Bram Moolenaar
a8a2f1117a
updated for version 7.4.179
...
Problem: Warning for type-punned pointer. (Tony Mechelynck)
Solution: Use intermediate variable.
2014-02-12 22:08:49 +01:00
Bram Moolenaar
e73536603f
Added tag v7-4-178 for changeset 647e6bb15aa3
2014-02-11 19:33:07 +01:00
Bram Moolenaar
ced8fa5959
updated for version 7.4.178
...
Problem: The J command does not update '[ and '] marks. (William Gardner)
Solution: Set the marks. (Christian Brabandt)
2014-02-11 19:33:07 +01:00
Bram Moolenaar
e0e5dfe614
Update runtime files. Add support for systemverilog.
2014-02-11 19:15:50 +01:00
Bram Moolenaar
18707dbd03
Added tag v7-4-177 for changeset df3b0b70d8c1
2014-02-11 18:58:09 +01:00
Bram Moolenaar
a32a93c2be
updated for version 7.4.177
...
Problem: Compiler warning for unused variable. (Tony Mechelynck)
Solution: Add #ifdef.
2014-02-11 18:58:09 +01:00
Bram Moolenaar
9c81148452
Added tag v7-4-176 for changeset ae228baaec2c
2014-02-11 18:47:27 +01:00
Bram Moolenaar
2c232e8211
updated for version 7.4.176
...
Problem: Dictionary.update() thows an error when used without arguments.
Python programmers don't expect that.
Solution: Make Dictionary.update() without arguments do nothing. (ZyX)
2014-02-11 18:47:27 +01:00
Bram Moolenaar
22cc197f58
Added tag v7-4-175 for changeset 6b69d8dde19e
2014-02-11 17:06:01 +01:00
Bram Moolenaar
58e5a8cc60
updated for version 7.4.175
...
Problem: When a wide library function fails, falling back to the non-wide
function may do the wrong thing.
Solution: Check the platform, when the wide function is supported don't fall
back to the non-wide function. (Ken Takata)
2014-02-11 17:06:00 +01:00
Bram Moolenaar
40c3ee3a0d
Added tag v7-4-174 for changeset f2c8d86c460d
2014-02-11 16:00:35 +01:00
Bram Moolenaar
45c3fb3b63
updated for version 7.4.174
...
Problem: Compiler warnings for Python interface. (Tony Mechelynck)
Solution: Add type casts, initialize variable.
2014-02-11 16:00:35 +01:00
Bram Moolenaar
5832c77904
Added tag v7-4-173 for changeset 233ad7b960d0
2014-02-11 15:47:46 +01:00
Bram Moolenaar
b370a111c2
updated for version 7.4.173
...
Problem: When using scrollbind the cursor can end up below the last line.
(mvxxc)
Solution: Reset w_botfill when scrolling up. (Christian Brabandt)
2014-02-11 15:47:46 +01:00
Bram Moolenaar
115a94d64f
Added tag v7-4-172 for changeset 391e10afccf6
2014-02-11 15:23:32 +01:00
Bram Moolenaar
a09ed7e2c8
updated for version 7.4.172
...
Problem: The blowfish code mentions output feedback, but the code is
actually doing cipher feedback.
Solution: Adjust names and comments.
2014-02-11 15:23:32 +01:00
Bram Moolenaar
6cd08ad092
Added tag v7-4-171 for changeset beb037a6c270
2014-02-11 15:10:43 +01:00
Bram Moolenaar
5e20df7daa
updated for version 7.4.171
...
Problem: Redo does not set v:count and v:count1.
Solution: Use a separate buffer for redo, so that we can set the counts when
performing redo.
2014-02-11 15:10:43 +01:00
Bram Moolenaar
a7d79560df
Added tag v7-4-170 for changeset 8122eab8fcdb
2014-02-11 12:15:43 +01:00
Bram Moolenaar
40f96a4800
updated for version 7.4.170
...
Problem: Some help tags don't work with ":help". (Tim Chase)
Solution: Add exceptions.
2014-02-11 12:15:43 +01:00
Bram Moolenaar
ce1085ad05
Added tag v7-4-169 for changeset 4e3a9dd25d42
2014-02-05 22:46:52 +01:00
Bram Moolenaar
e49f9ca3eb
updated for version 7.4.169
...
Problem: ":sleep" puts cursor in the wrong column. (Liang Li)
Solution: Add the window offset. (Christian Brabandt)
2014-02-05 22:46:52 +01:00
Bram Moolenaar
0854d0a203
Added tag v7-4-168 for changeset e61a2b709f69
2014-02-05 22:41:16 +01:00
Bram Moolenaar
3aae3b7b78
updated for version 7.4.168
...
Problem: Can't compile with Ruby 2.1.0.
Solution: Add support for new GC. (Kohei Suzuki)
2014-02-05 22:41:15 +01:00
Bram Moolenaar
d09d83e136
Added tag v7-4-167 for changeset 22387c8eec43
2014-02-05 22:26:05 +01:00
Bram Moolenaar
a3e36daa1e
updated for version 7.4.167
...
Problem: Fixes are not tested.
Solution: Add a test for not autoloading on assignment. (Yukihiro Nakadaira)
2014-02-05 22:26:05 +01:00
Bram Moolenaar
f967da595a
Added tag v7-4-166 for changeset 5d03c3747121
2014-02-05 22:13:05 +01:00
Bram Moolenaar
182a81976c
updated for version 7.4.166
...
Problem: Auto-loading a function for code that won't be executed.
Solution: Do not auto-load when evaluation is off. (Yasuhiro Matsumoto)
2014-02-05 22:13:05 +01:00
Bram Moolenaar
36954e539f
Added tag v7-4-165 for changeset c82339d8fdae
2014-02-05 22:02:01 +01:00
Bram Moolenaar
cb537adb9e
updated for version 7.4.165
...
Problem: By default, after closing a buffer changes can't be undone.
Solution: In the example vimrc file set 'undofile'.
2014-02-05 22:02:01 +01:00
Bram Moolenaar
ff2b92094d
Added tag v7-4-164 for changeset a01819fb6e2b
2014-02-05 14:02:27 +01:00
Bram Moolenaar
12620da490
updated for version 7.4.164
...
Problem: Problem with event handling on Windows 8.
Solution: Ignore duplicate WINDOW_BUFFER_SIZE_EVENTs. (Nobuhiro Takasaki)
2014-02-05 14:02:27 +01:00
Bram Moolenaar
d743d8d9d3
Added tag v7-4-163 for changeset 7db84aadd37a
2014-02-05 13:36:54 +01:00
Bram Moolenaar
2afaaca0cc
updated for version 7.4.163
...
Problem: MS-Windows input doesn't work properly on Windows 7 and earlier.
Solution: Add a check for Windows 8. (Yasuhiro Matsumoto)
2014-02-05 13:36:54 +01:00
Bram Moolenaar
433b0cb47a
Added tag v7-4-162 for changeset 477665b4105f
2014-02-05 12:36:43 +01:00
Bram Moolenaar
08f0bd5550
updated for version 7.4.162
...
Problem: Running tests in shadow dir doesn't work.
Solution: Add testdir/sautest to the shadow target. (James McCoy)
2014-02-05 12:36:42 +01:00
Bram Moolenaar
3ac385d474
Added tag v7-4-161 for changeset 91f3908748c2
2014-01-31 14:54:04 +01:00
Bram Moolenaar
4be78bb370
updated for version 7.4.161
...
Problem: Crash in Python exception handling.
Solution: Only use exception variables if did_throw is set. (ZyX)
2014-01-31 14:54:04 +01:00
Bram Moolenaar
055e754cc3
Added tag v7-4-160 for changeset f29febf858be
2014-01-24 19:55:37 +01:00
Bram Moolenaar
fdbfc714ea
updated for version 7.4.160
...
Problem: Win32: Crash when executing external command.
Solution: Only close the handle when it was created. (Yasuhiro Matsumoto)
2014-01-24 19:55:37 +01:00
Bram Moolenaar
1d888fdbe0
Added tag v7-4-159 for changeset a95a151402be
2014-01-23 22:45:58 +01:00
Bram Moolenaar
afd79b0aca
updated for version 7.4.159
...
Problem: Completion hangs when scanning the current buffer after doing
keywords. (Christian Brabandt)
Solution: Set the first match position when starting to scan the current
buffer.
2014-01-23 22:45:58 +01:00
Bram Moolenaar
a6418cf7ff
Added tag v7-4-158 for changeset d59544f3022b
2014-01-23 20:09:34 +01:00
Bram Moolenaar
679d6fab22
updated for version 7.4.158
...
Problem: Pattern containing \zs is not handled correctly by substitute().
Solution: Change how an empty match is skipped. (Yukihiro Nakadaira)
2014-01-23 20:09:34 +01:00
Bram Moolenaar
c90e3b6a1f
Added tag v7-4-157 for changeset be61f315eafe
2014-01-23 18:12:50 +01:00
Bram Moolenaar
cf398ddd19
updated for version 7.4.157
...
Problem: Error number used twice. (Yukihiro Nakadaira)
Solution: Change the one not referred in the docs.
2014-01-23 18:12:49 +01:00
Bram Moolenaar
4b3ad710bf
Added tag v7-4-156 for changeset 05a5cb0d6b37
2014-01-23 14:26:24 +01:00
Bram Moolenaar
3d3a12273f
updated for version 7.4.156
...
Problem: Test file missing from distribution.
Solution: Add new directory to file list.
2014-01-23 14:26:24 +01:00
Bram Moolenaar
68ec8224a5
Updated runtime files.
2014-01-23 14:24:41 +01:00
Bram Moolenaar
60351e5b31
Added tag v7-4-155 for changeset fa53233519c6
2014-01-14 21:31:34 +01:00
Bram Moolenaar
d3bdc010c0
updated for version 7.4.155
...
Problem: ":keeppatterns /pat" does not keep search pattern offset.
Solution: Restore the offset after doing the search.
2014-01-14 21:31:34 +01:00
Bram Moolenaar
6b9420c94b
Added tag v7-4-154 for changeset 71837ace77df
2014-01-14 19:44:34 +01:00
Bram Moolenaar
826559bdce
updated for version 7.4.154
...
Problem: Still a problem with auto-loading.
Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)
2014-01-14 19:44:34 +01:00
Bram Moolenaar
463097b4ae
Added tag v7-4-153 for changeset 30e300c0b2c1
2014-01-14 19:35:56 +01:00
Bram Moolenaar
8a471cba4b
updated for version 7.4.153
...
Problem: Compiler warning for pointer type.
Solution: Add type cast.
2014-01-14 19:35:56 +01:00
Bram Moolenaar
dda5296278
Added tag v7-4-152 for changeset 2ace11abcfb5
2014-01-14 16:55:01 +01:00
Bram Moolenaar
d2026db8b8
updated for version 7.4.152
...
Problem: Python: Cannot iterate over options.
Solution: Add options iterator. (ZyX)
2014-01-14 16:55:00 +01:00
Bram Moolenaar
a80da8c51a
Added tag v7-4-151 for changeset ec02e1474bc2
2014-01-14 16:36:51 +01:00
Bram Moolenaar
fdd3cfce1d
updated for version 7.4.151
...
Problem: Python: slices with steps are not supported.
Solution: Support slices in Python vim.List. (ZyX)
2014-01-14 16:36:51 +01:00
Bram Moolenaar
bad4f2dc67
Added tag v7-4-150 for changeset 15960ebc2ee8
2014-01-14 15:53:52 +01:00
Bram Moolenaar
534bc0ddd5
updated for version 7.4.150
...
Problem: :keeppatterns is not respected for :s.
Solution: Check the keeppatterns flag. (Yasuhiro Matsumoto)
2014-01-14 15:53:51 +01:00
Bram Moolenaar
2b0a68b862
Added tag v7-4-149 for changeset b43363a7b4c7
2014-01-14 15:24:39 +01:00
Bram Moolenaar
49cd119233
updated for version 7.4.149
...
Problem: Get E685 error when assigning a function to an autoload variable.
(Yukihiro Nakadaira)
Solution: Instead of having a global no_autoload variable, pass an autoload
flag down to where it is used. (ZyX)
2014-01-14 15:24:39 +01:00
Bram Moolenaar
8e34314c90
Added tag v7-4-148 for changeset 8507bf8874d8
2014-01-14 13:26:21 +01:00
Bram Moolenaar
8ee5279d88
updated for version 7.4.148
...
Problem: Cannot build with Cygwin and X11.
Solution: Include Xwindows.h instead of windows.h. (Lech Lorens)
2014-01-14 13:26:21 +01:00
Bram Moolenaar
c2f91dd929
Added tag v7-4-147 for changeset d289f2167d70
2014-01-14 13:18:58 +01:00
Bram Moolenaar
6dfe68396f
updated for version 7.4.147
...
Problem: Cursor moves to wrong position when using "gj" after "$" and
virtual editing is active.
Solution: Make "gj" behave differently when virtual editing is active.
(Hirohito Higashi)
2014-01-14 13:18:58 +01:00
Bram Moolenaar
79ef9b9ac2
Added tag v7-4-146 for changeset ec93f50f1d93
2014-01-14 12:57:05 +01:00
Bram Moolenaar
8acd137480
updated for version 7.4.146
...
Problem: When starting Vim with "-u NONE" v:oldfiles is NULL.
Solution: Set v:oldfiles to an empty list. (Yasuhiro Matsumoto)
2014-01-14 12:57:05 +01:00
Bram Moolenaar
5078d34c6c
Added tag v7-4-145 for changeset 1098b7b6e147
2014-01-14 12:33:36 +01:00
Bram Moolenaar
7f1bf4156d
updated for version 7.4.145
...
Problem: getregtype() does not return zero for unknown register.
Solution: Adjust documention: return empty string for unknown register.
Check the register name to be valid. (Yukihiro Nakadaira)
2014-01-14 12:33:36 +01:00
Bram Moolenaar
ba3fc1b632
Added tag v7-4-144 for changeset bcf25cc08236
2014-01-14 12:18:45 +01:00
Bram Moolenaar
459938dcc9
updated for version 7.4.144
...
Problem: MingW also supports intptr_t for OPEN_OH_ARGTYPE.
Solution: Adjust #ifdef. (Ken Takata)
2014-01-14 12:18:45 +01:00
Bram Moolenaar
bdaa5da910
Added tag v7-4-143 for changeset d11f223f4c75
2014-01-14 12:17:02 +01:00
Bram Moolenaar
fac6c96c16
updated for version 7.4.143
...
Problem: TextChangedI is not triggered.
Solution: Reverse check for "ready". (lilydjwg)
2014-01-14 12:17:02 +01:00
Bram Moolenaar
c271a3c01f
Added tag v7-4-142 for changeset 735b70faac4a
2014-01-12 13:24:51 +01:00
Bram Moolenaar
574908fd84
updated for version 7.4.142
...
Problem: On MS-Windows 8 IME input doen't work correctly.
Solution: Work around the problem. (Nobuhiro Takasaki)
2014-01-12 13:24:51 +01:00
Bram Moolenaar
8b85b788ac
Added tag v7-4-141 for changeset 2ca470c6096e
2014-01-10 18:16:07 +01:00
Bram Moolenaar
633e5f8eaa
updated for version 7.4.141
...
Problem: Problems when building with Borland: st_mode is signed short;
can't build with Python; temp files not ignored by Mercurial;
building with DEBUG doesn't define _DEBUG.
Solution: Fix the problems. (Ken Takata)
2014-01-10 18:16:07 +01:00
Bram Moolenaar
d784b50b2f
Added tag v7-4-140 for changeset 505cf1943dc2
2014-01-10 16:43:14 +01:00
Bram Moolenaar
42e1263f4c
updated for version 7.4.140
...
Problem: Crash when wiping out buffer triggers autocommand that wipes out
only other buffer.
Solution: Do not delete the last buffer, make it empty. (Hirohito Higashi)
2014-01-10 16:43:14 +01:00
Bram Moolenaar
4640ef2303
Added tag v7-4-139 for changeset c8c80c9d2e22
2014-01-10 15:53:13 +01:00
Bram Moolenaar
3bbab76285
updated for version 7.4.139
...
Problem: Crash when using :cd in autocommand. (François Ingelrest)
Solution: Set w_localdir to NULL after freeing it. (Dominique Pelle)
2014-01-10 15:53:13 +01:00
Bram Moolenaar
fbd372fcbd
Added tag v7-4-138 for changeset 6eb60041548c
2014-01-10 15:32:22 +01:00
Bram Moolenaar
8ba5332286
updated for version 7.4.138
...
Problem: Directory change messages are not recognized.
Solution: Fix using a character range literally. (Lech Lorens)
2014-01-10 15:32:21 +01:00
Bram Moolenaar
b5d9b4e86d
Added tag v7-4-137 for changeset 6fdb1d6646b6
2014-01-10 13:51:43 +01:00
Bram Moolenaar
9ff5a57d52
updated for version 7.4.137
...
Problem: Cannot use IME with Windows 8 console.
Solution: Change the user of ReadConsoleInput() and PeekConsoleInput().
(Yasuhiro Matsumoto)
2014-01-10 13:51:42 +01:00
Bram Moolenaar
59e67c0c7a
Added tag v7-4-136 for changeset 3881cd916014
2014-01-10 13:05:20 +01:00
Bram Moolenaar
3175463f21
updated for version 7.4.136
...
Problem: MS-Windows: When saving a file with a UNC path the file becomes
read-only.
Solution: Don't mix up Win32 attributes and Unix attributes. (Ken Takata)
2014-01-10 13:05:20 +01:00
Bram Moolenaar
a4484fcf09
Updated runtime files.
2014-01-07 06:09:28 +01:00
Bram Moolenaar
97adc3eb3f
Added tag v7-4-135 for changeset 1aeb7f4d6527
2014-01-06 15:51:55 +01:00
Bram Moolenaar
a41c734234
updated for version 7.4.135
...
Problem: Missing dot in MingW test Makefile.
Solution: Add the dot. (Michael Soyka)
2014-01-06 15:51:55 +01:00
Bram Moolenaar
a008bb7644
Added tag v7-4-134 for changeset 0defb460a0eb
2014-01-06 15:45:10 +01:00
Bram Moolenaar
25267082a3
updated for version 7.4.134
...
Problem: Spurious space in MingW Makefile.
Solution: Remove the space. (Michael Soyka)
2014-01-06 15:45:10 +01:00
Bram Moolenaar
dffcea4c5d
Added tag v7-4-133 for changeset 6a28a9cf5153
2014-01-06 06:19:11 +01:00
Bram Moolenaar
cc966509f9
updated for version 7.4.133
...
Problem: Clang warns for using NUL.
Solution: Change NUL to NULL. (Dominique Pelle)
2014-01-06 06:19:11 +01:00
Bram Moolenaar
d9d3457e52
Added tag v7-4-132 for changeset 1b09d6792520
2014-01-05 13:29:26 +01:00
Bram Moolenaar
a7c6024b7a
updated for version 7.4.132
...
Problem: Win32: flags and inherit_handles arguments mixed up.
Solution: Swap the argument. (cs86661)
2014-01-05 13:29:26 +01:00
Bram Moolenaar
01331884a6
Runtime file updates.
2013-12-15 10:02:33 +01:00
Bram Moolenaar
e214f6a519
Added tag v7-4-131 for changeset 4b23119cb584
2013-12-14 13:06:17 +01:00
Bram Moolenaar
63efadb72a
updated for version 7.4.131
...
Problem: Syncbind causes E315 errors in some situations. (Liang Li)
Solution: Set and restore curbuf in ex_syncbind(). (Christian Brabandt)
2013-12-14 13:06:17 +01:00
Bram Moolenaar
4568036121
Added tag v7-4-130 for changeset cf722c092360
2013-12-14 12:48:58 +01:00
Bram Moolenaar
c284ff7f98
updated for version 7.4.130
...
Problem: Relative line numbers mix up windows when using folds.
Solution: Use hasFoldingWin() instead of hasFolding(). (Lech Lorens)
2013-12-14 12:48:58 +01:00
Bram Moolenaar
0cd032d4d5
Added tag v7-4-129 for changeset 1e28c0fad344
2013-12-14 12:17:38 +01:00
Bram Moolenaar
13dab88421
updated for version 7.4.129
...
Problem: getline(-1) returns zero. (mvxxc)
Solution: Return an empty string.
2013-12-14 12:17:38 +01:00
Bram Moolenaar
221d6cfcb3
Added tag v7-4-128 for changeset 4b92012f6b18
2013-12-14 11:50:35 +01:00
Bram Moolenaar
d79dbb382c
updated for version 7.4.128
...
Problem: Perl 5.18 for MSVC doesn't work.
Solution: Add check in makefile and define __inline. (Ken Takata)
2013-12-14 11:50:35 +01:00
Bram Moolenaar
7525e82535
Added tag v7-4-127 for changeset 6f5a7d394300
2013-12-14 11:46:08 +01:00
Bram Moolenaar
3950bc9a7d
updated for version 7.4.127
...
Problem: Perl 5.18 on Unix doesn't work.
Solution: Move workaround to after including vim.h. (Ken Takata)
2013-12-14 11:46:08 +01:00
Bram Moolenaar
6d69debafd
Added tag v7-4-126 for changeset b14554844756
2013-12-12 20:25:44 +01:00
Bram Moolenaar
a7824dc15c
updated for version 7.4.126
...
Problem: Compiler warnings for "const" and incompatible types.
Solution: Remove "const", add type cast. (Ken Takata)
2013-12-12 20:25:44 +01:00
Bram Moolenaar
277ddd53b1
Updated runtime files.
2013-12-11 18:53:29 +01:00
Bram Moolenaar
bc8c97d7d0
Added tag v7-4-125 for changeset 45ef9d2096e8
2013-12-11 18:36:33 +01:00
Bram Moolenaar
1b81fe8d57
updated for version 7.4.125
...
Problem: Win32: Dealing with messages may not work for multi-byte chars.
Solution: Use pDispatchMessage(). (Ken Takata)
2013-12-11 18:36:33 +01:00
Bram Moolenaar
962c192100
Added tag v7-4-124 for changeset 9faba192ea90
2013-12-11 18:21:45 +01:00
Bram Moolenaar
b6004e2839
updated for version 7.4.124
...
Problem: Win32: Getting host name does not use wide function.
Solution: Use GetComputerNameW() if possible. (Ken Takata)
2013-12-11 18:21:45 +01:00
Bram Moolenaar
2b3e49eb1d
Added tag v7-4-123 for changeset 32e50f85d2c7
2013-12-11 18:18:06 +01:00
Bram Moolenaar
b13357b5e7
updated for version 7.4.123
...
Problem: Win32: Getting user name does not use wide function.
Solution: Use GetUserNameW() if possible. (Ken Takata)
2013-12-11 18:18:06 +01:00
Bram Moolenaar
def142b1d0
Added tag v7-4-122 for changeset 270c62fe685a
2013-12-11 17:58:35 +01:00
Bram Moolenaar
8ec196cc91
updated for version 7.4.122
...
Problem: Win32: When 'encoding' is set to "utf-8" and the active codepage
is cp932 then ":grep" and other commands don't work for multi-byte
characters.
Solution: (Yasuhiro Matsumoto)
2013-12-11 17:58:35 +01:00
Bram Moolenaar
60a61f531f
Added tag v7-4-121 for changeset 4bf53c1ef37a
2013-12-11 17:44:38 +01:00
Bram Moolenaar
d9337a0ca8
updated for version 7.4.121
...
Problem: Completion doesn't work for ":py3d" and ":py3f". (Bohr Shaw)
Solution: Skip over letters after ":py3".
2013-12-11 17:44:38 +01:00
Bram Moolenaar
aea6c3e61e
Added tag v7-4-120 for changeset ca0e43bbf8f9
2013-12-11 17:20:19 +01:00
Bram Moolenaar
11a38e782d
updated for version 7.4.120
...
Problem: Can't build with Perl 5.18 on Linux. (Lcd 47)
Solution: Add #ifdef. (Ken Takata)
2013-12-11 17:20:19 +01:00
Bram Moolenaar
b7cc09a4f7
Added tag v7-4-119 for changeset 2f99966971b0
2013-12-11 17:12:37 +01:00
Bram Moolenaar
fc059b8cf6
updated for version 7.4.119
...
Problem: Vim doesn't work well on OpenVMS.
Solution: Fix various problems. (Samuel Ferencik)
2013-12-11 17:12:37 +01:00
Bram Moolenaar
9826953f5f
Added tag v7-4-118 for changeset 62c720661f81
2013-12-11 15:52:01 +01:00
Bram Moolenaar
a36073023b
updated for version 7.4.118
...
Problem: It's possible that redrawing the status lines causes
win_redr_custom() to be called recursively.
Solution: Protect against recursiveness. (Yasuhiro Matsumoto)
2013-12-11 15:52:01 +01:00
Bram Moolenaar
f1d3374faa
Added tag v7-4-117 for changeset 805ad8488dc8
2013-12-11 15:06:40 +01:00
Bram Moolenaar
562b398948
updated for version 7.4.117
...
Problem: Can't build with Cygwin/MingW and Perl 5.18.
Solution: Add a linker argument for the Perl library. (Cesar Romani)
Adjust CFLAGS and LIB. (Cesar Romani)
Move including inline.h further down. (Ken Takata)
2013-12-11 15:06:40 +01:00
Bram Moolenaar
4a27cc97c2
Added tag v7-4-116 for changeset 40aff213baff
2013-12-11 14:55:02 +01:00
Bram Moolenaar
3aad546370
updated for version 7.4.116
...
Problem: When a mapping starts with a space, the typed space does not show
up for 'showcmd'.
Solution: Show "<20>". (Brook Hong)
2013-12-11 14:55:01 +01:00
Bram Moolenaar
d7c85f9aac
Added tag v7-4-115 for changeset e35c69ad4823
2013-12-11 13:21:51 +01:00
Bram Moolenaar
c4a13f745d
updated for version 7.4.115
...
Problem: When using Zsh expanding ~abc doesn't work when the result
contains a space.
Solution: Off-by-one error in detecting the NUL. (Pavol Juhas)
2013-12-11 13:21:51 +01:00
Bram Moolenaar
cae07f9311
Added tag v7-4-114 for changeset 6db758f82227
2013-12-11 12:22:58 +01:00
Bram Moolenaar
9849f8adb8
updated for version 7.4.114
...
Problem: New GNU make outputs messages about changing directory in another
format.
Solution: Recognize the new format.
2013-12-11 12:22:58 +01:00
Bram Moolenaar
21d5402299
Added tag v7-4-113 for changeset 0e21e2a38ec6
2013-12-07 14:48:10 +01:00
Bram Moolenaar
56e6e5f50c
updated for version 7.4.113
...
Problem: MSVC static analysis gives warnings.
Solution: Avoid the warnings and avoid possible bugs. (Ken Takata)
2013-12-07 14:48:10 +01:00
Bram Moolenaar
ed081671ab
Added tag v7-4-112 for changeset af8217e4ed7e
2013-12-07 14:32:09 +01:00
Bram Moolenaar
7709d7931b
updated for version 7.4.112
...
Problem: The defaults for 'directory' and 'backupdir' on MS-Windows do not
include a directory that exists.
Solution: Use $TEMP.
2013-12-07 14:32:09 +01:00
Bram Moolenaar
b015ccbcde
Added tag v7-4-111 for changeset 3fbda56bb200
2013-12-07 14:28:43 +01:00
Bram Moolenaar
8a4f33cb9b
updated for version 7.4.111
...
Problem: Memory leak in Python OptionsAssItem. (Ken Takata)
Solution: Call Py_XDECREF() where needed. (ZyX)
2013-12-07 14:28:43 +01:00
Bram Moolenaar
a206e4bee5
Added tag v7-4-110 for changeset 6e54d1b3408c
2013-11-28 19:27:30 +01:00
Bram Moolenaar
7ef6c3bcab
updated for version 7.4.110
...
Problem: "gUgn" cannot be repeeated. (Dimitar Dimitrov)
Solution: Don't put "gn" in a different order in the redo buffer. Restore
'wrapscan' when the pattern isn't found. (Christian Wellenbrock)
2013-11-28 19:27:30 +01:00
Bram Moolenaar
bda2170790
Added tag v7-4-109 for changeset 1cdf51706774
2013-11-28 18:53:52 +01:00
Bram Moolenaar
cc7d08e6c7
updated for version 7.4.109
...
Problem: ColorScheme autocommand matches with the current buffer name.
Solution: Match with the colorscheme name. (Christian Brabandt)
2013-11-28 18:53:52 +01:00
Bram Moolenaar
52376de795
Added tag v7-4-108 for changeset fa31c5b82424
2013-11-28 17:41:46 +01:00
Bram Moolenaar
5f230cb36f
updated for version 7.4.108
...
Problem: "zG" and "zW" leave temp files around on MS-Windows.
Solution: Delete the temp files when exiting. (Ken Takata)
2013-11-28 17:41:46 +01:00
Bram Moolenaar
6191c14ca5
Added tag v7-4-107 for changeset 064e2a080e2e
2013-11-28 17:04:43 +01:00
Bram Moolenaar
8b386b3398
updated for version 7.4.107
...
Problem: Python: When vim.eval() encounters a Vim error, a try/catch in the
Python code doesn't catch it. (Yggdroot Chen)
Solution: Throw exceptions on errors in vim.eval(). (ZyX)
2013-11-28 17:04:43 +01:00
Bram Moolenaar
9026686cc2
Added tag v7-4-106 for changeset de9a01851ebd
2013-11-28 16:32:38 +01:00
Bram Moolenaar
6d68f63961
updated for version 7.4.106
...
Problem: Can't build with Ruby using Cygwin.
Solution: Fix library name in makefile. (Steve Hall)
2013-11-28 16:32:38 +01:00
Bram Moolenaar
b799e32ff0
Added tag v7-4-105 for changeset eed95874f30e
2013-11-28 14:36:34 +01:00
Bram Moolenaar
69b8442c75
updated for version 7.4.105
...
Problem: Completing a tag pattern may give an error for invalid pattern.
Solution: Suppress the error, just return no matches.
2013-11-28 14:36:33 +01:00
Bram Moolenaar
a2c2581e5e
Added tag v7-4-104 for changeset dd7d1a86b311
2013-11-28 14:20:17 +01:00
Bram Moolenaar
c2674b3b5e
updated for version 7.4.104
...
Problem: ":help s/\_" reports an internal error. (John Beckett)
Solution: Check for NUL and invalid character classes.
2013-11-28 14:20:17 +01:00
Bram Moolenaar
27b9026672
Updated runtime files.
2013-11-28 13:53:34 +01:00
Bjorn Winckler
5428a4b684
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-11-23 10:23:21 +01:00
Bjorn Winckler
6bb23c8f2b
Revert "Always pull in AvailabilityMacros.h"
...
This reverts commit df7b6fb380 .
2013-11-23 10:21:04 +01:00
Bjorn Winckler
588e5f80a9
Revert "Only pull in AvailabilityMacros.h when ..."
...
This reverts commit fc64ef523f .
2013-11-23 10:20:46 +01:00
Bram Moolenaar
fed59ac917
Added tag v7-4-103 for changeset 4db151014f93
2013-11-21 18:13:38 +01:00
Bram Moolenaar
8c88733e78
updated for version 7.4.103
...
Problem: Dos installer uses an old way to escape spaces in the diff
command.
Solution: Adjust the quoting to the new default shellxquote. (Ben Fritz)
2013-11-21 18:13:37 +01:00
Bram Moolenaar
167dc3c156
Added tag v7-4-102 for changeset 9417f4de27a2
2013-11-21 17:42:31 +01:00
Bram Moolenaar
8758fb0419
updated for version 7.4.102
...
Problem: Crash when interrupting "z=".
Solution: Add safety check for word length. (Christian Brabandt, Dominique
Pelle)
2013-11-21 17:42:31 +01:00
Bram Moolenaar
6a53075760
Added tag v7-4-101 for changeset ec5d11403c19
2013-11-21 17:13:00 +01:00
Bram Moolenaar
fe116bb335
updated for version 7.4.101
...
Problem: Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
Solution: Only advance the match end for the matched characters in the last
line.
2013-11-21 17:13:00 +01:00
Bram Moolenaar
58a9816a84
Added tag v7-4-100 for changeset 5ad60cd88339
2013-11-21 16:03:40 +01:00
Bram Moolenaar
0929f5e413
updated for version 7.4.100
...
Problem: NFA regexp doesn't handle backreference correctly. (Ryuichi
Hayashida, Urtica Dioica)
Solution: Always add NFA_SKIP, also when it already exists at the start
position.
2013-11-21 16:03:40 +01:00
Bram Moolenaar
1c83605be2
Added tag v7-4-099 for changeset 8451f643a13e
2013-11-21 14:40:04 +01:00
Bram Moolenaar
61a9b63120
updated for version 7.4.099
...
Problem: Append in blockwise Visual mode with "$" is wrong.
Solution: After "$" don't use the code that checks if the cursor was moved.
(Hirohito Higashi, Ken Takata)
2013-11-21 14:40:04 +01:00
Bram Moolenaar
0cb06ee87b
Added tag v7-4-098 for changeset 79a8bac614c0
2013-11-21 14:21:40 +01:00
Bram Moolenaar
909c88c543
updated for version 7.4.098
...
Problem: When using ":'<,'>del" errors may be given for the visual line
numbers being out of range.
Solution: Reset Visual mode in ":del". (Lech Lorens)
2013-11-21 14:21:40 +01:00
Bram Moolenaar
7272b4dd1e
Added tag v7-4-097 for changeset 93c8296281dd
2013-11-21 13:24:41 +01:00
Bram Moolenaar
0f8f699c2c
updated for version 7.4.097
...
Problem: Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
Solution: Update the valid cursor position. (Christian Brabandt)
2013-11-21 13:24:41 +01:00
Bram Moolenaar
57eef40365
Added tag v7-4-096 for changeset 645358801356
2013-11-21 12:34:11 +01:00
Bram Moolenaar
361cf1efdf
updated for version 7.4.096
...
Problem: Can't change directory to an UNC path.
Solution: Use win32_getattrs() in mch_getperm(). (Christian Brabandt)
2013-11-21 12:34:11 +01:00
Bram Moolenaar
e2b2128999
Added tag v7-4-095 for changeset acbe5414cb7f
2013-11-21 12:17:52 +01:00
Bram Moolenaar
111e89e256
updated for version 7.4.095
...
Problem: Regexp for LuaJIT version doesn't work on BSD.
Solution: Use "*" instead of "\+" and "\?". (Ozaki)
2013-11-21 12:17:51 +01:00
Bram Moolenaar
2247036812
Added tag v7-4-094 for changeset 68b5f8abca93
2013-11-17 20:32:54 +01:00
Bram Moolenaar
43b5c29a93
updated for version 7.4.094
...
Problem: Configure may not find that -lint is needed for gettext().
Solution: Check for gettext() with empty $LIBS. (Thomas De Schampheleire)
2013-11-17 20:32:54 +01:00
Bram Moolenaar
c1b6ef1859
Added tag v7-4-093 for changeset 33f3e277ceab
2013-11-17 20:17:12 +01:00
Bram Moolenaar
b52c006ea0
updated for version 7.4.093
...
Problem: Configure can't use LuaJIT on ubuntu 12.04.
Solution: Adjust the configure regexp that locates the version number.
(Charles Strahan)
2013-11-17 20:17:12 +01:00
Bram Moolenaar
99151b7414
Update runtime files.
2013-11-14 05:48:46 +01:00
Bram Moolenaar
0c870b1f14
Added tag v7-4-092 for changeset 1b4cb2c6b285
2013-11-14 03:54:07 +01:00
Bram Moolenaar
c1f9bc0fd3
updated for version 7.4.092
...
Problem: Can't build small version.
Solution: Add #ifdef where the b_cjk flag is used. (Ken Takata)
2013-11-14 03:54:07 +01:00
Bram Moolenaar
c6425e6e4b
Added tag v7-4-091 for changeset 9502d1caf90b
2013-11-12 18:09:29 +01:00
Bram Moolenaar
b2636263db
updated for version 7.4.091
...
Problem: Missing semicolon.
Solution: Add the semicolon.
2013-11-12 18:09:29 +01:00
Bram Moolenaar
e2c2f90501
Added tag v7-4-090 for changeset 31217cc48e7d
2013-11-12 05:28:26 +01:00
Bram Moolenaar
45ba19b129
updated for version 7.4.090
...
Problem: Win32: When a directory name contains an exclamation mark,
completion doesn't complete the contents of the directory.
Solution: Escape the exclamation mark. (Jan Stocker)
2013-11-12 05:28:26 +01:00
Bram Moolenaar
f04c346718
Added tag v7-4-089 for changeset 6707c44cec61
2013-11-12 05:12:03 +01:00
Bram Moolenaar
d6ff155e08
updated for version 7.4.089
...
Problem: When editing a file in a directory mounted through sshfs Vim
doesn't set the security context on a renamed file.
Solution: Add mch_copy_sec() to vim_rename(). (Peter Backes)
2013-11-12 05:12:03 +01:00
Bram Moolenaar
d37e6b8729
Added tag v7-4-088 for changeset 853a76c7fded
2013-11-12 04:44:01 +01:00
Bram Moolenaar
c0bbc0b2c7
updated for version 7.4.088
...
Problem: When spell checking is enabled Asian characters are always marked
as error.
Solution: When 'spelllang' contains "cjk" do not mark Asian characters as
error. (Ken Takata)
2013-11-12 04:44:01 +01:00
Bram Moolenaar
6f4966746c
Added tag v7-4-087 for changeset 9334c994be7b
2013-11-11 23:17:39 +01:00
Bram Moolenaar
d62bc067e9
updated for version 7.4.087
...
Problem: Compiler warning on 64 bit Windows systems.
Solution: Fix type cast. (Mike Williams)
2013-11-11 23:17:39 +01:00
Bram Moolenaar
a550bc6bbb
Added tag v7-4-086 for changeset 60a5b7b82016
2013-11-11 04:25:53 +01:00
Bram Moolenaar
fb3d6aa84a
updated for version 7.4.086
...
Problem: Skipping over an expression when not evaluating it does not work
properly for dict members.
Solution: Skip over unrecognized expression. (ZyX)
2013-11-11 04:25:53 +01:00
Bram Moolenaar
9910d54d1a
Added tag v7-4-085 for changeset 70c3289803b3
2013-11-11 01:29:22 +01:00
Bram Moolenaar
ba12de06a4
updated for version 7.4.085
...
Problem: When inserting text in Visual block mode and moving the cursor the
wrong text gets repeated in other lines.
Solution: Use the '[ mark to find the start of the actually inserted text.
(Christian Brabandt)
2013-11-11 01:29:22 +01:00
Bram Moolenaar
f0e731d5c4
Added tag v7-4-084 for changeset a56f60cf6834
2013-11-11 01:05:48 +01:00
Bram Moolenaar
7d889b5942
updated for version 7.4.084
...
Problem: Python: interrupt not being properly discarded. (Yggdroot Chen)
Solution: Discard interrupt in VimTryEnd. (ZyX)
2013-11-11 01:05:48 +01:00
Bram Moolenaar
d872f263e3
Added tag v7-4-083 for changeset 6367a766027d
2013-11-09 05:30:27 +01:00
Bram Moolenaar
c5fdc66dd9
updated for version 7.4.083
...
Problem: It's hard to avoid adding a used pattern to the search history.
Solution: Add the ":keeppatterns" modifier. (Christian Brabandt)
2013-11-09 05:30:26 +01:00
Bram Moolenaar
6c3976769a
Updated runtime files.
2013-11-09 03:41:58 +01:00
Bram Moolenaar
2aae64e650
Added tag v7-4-082 for changeset 9c777e2c7024
2013-11-09 03:31:51 +01:00
Bram Moolenaar
946ce5ad3d
updated for version 7.4.082
...
Problem: Using "gf" in a changed buffer suggests adding "!", which is not
possible. (Tim Chase)
Solution: Pass a flag to check_changed() wether adding ! make sense.
2013-11-09 03:31:51 +01:00
Bram Moolenaar
bac669852a
Added tag v7-4-081 for changeset 42927712b3d9
2013-11-09 02:32:19 +01:00
Bram Moolenaar
7bfece44c3
updated for version 7.4.081
...
Problem: Wrong logic when ANALYZE is "yes".
Solution: Use or instead of and. (KF Leong)
2013-11-09 02:32:18 +01:00
Bram Moolenaar
4d132236a3
Added tag v7-4-080 for changeset c5166fa10464
2013-11-09 01:44:43 +01:00
Bram Moolenaar
9d665ac6f8
updated for version 7.4.080
...
Problem: Missing documentation for v:hlsearch.
Solution: Include the right file in the patch.
2013-11-09 01:44:43 +01:00
Bram Moolenaar
59e67bb1ca
Added tag v7-4-079 for changeset 6ae816249627
2013-11-08 04:30:20 +01:00
Bram Moolenaar
bbed82ee3f
updated for version 7.4.079
...
Problem: A script cannot detect whether 'hlsearch' highlighting is actually
displayed.
Solution: Add the "v:hlsearch" variable. (ZyX)
2013-11-08 04:30:20 +01:00
Bram Moolenaar
2d8f02c264
Added tag v7-4-078 for changeset 5c3064feddd7
2013-11-08 03:15:47 +01:00
Bram Moolenaar
e56b564188
updated for version 7.4.078
...
Problem: MSVC 2013 is not supported.
Solution: Recognize and support MSVC 2013. (Ed Brown)
2013-11-08 03:15:47 +01:00
Bram Moolenaar
9d0ce391b9
Added tag v7-4-077 for changeset 53bc55e58fef
2013-11-07 04:49:27 +01:00
Bram Moolenaar
541644339f
updated for version 7.4.077
...
Problem: DOS installer creates shortcut without a path, resulting in the
current directory to be C:\Windows\system32.
Solution: Use environment variables.
2013-11-07 04:49:27 +01:00
Bram Moolenaar
4dd5b701f0
Added tag v7-4-076 for changeset 8f0c264db1e7
2013-11-07 04:46:48 +01:00
Bram Moolenaar
c4267a5736
updated for version 7.4.076
...
Problem: "cgn" does not wrap around the end of the file. (Dimitrov
Dimitrov)
Solution: Restore 'wrapscan' earlier. (Christian Brabandt)
2013-11-07 04:46:48 +01:00
Bram Moolenaar
aa5f5aca78
Added tag v7-4-075 for changeset 829aa8c8449d
2013-11-07 03:26:06 +01:00
Bram Moolenaar
bc5dd8b269
updated for version 7.4.075
...
Problem: Locally setting 'undolevels' is not tested.
Solution: Add a test. (Christian Brabandt)
2013-11-07 03:26:06 +01:00
Bram Moolenaar
1991245279
Added tag v7-4-074 for changeset 9818311eeca0
2013-11-07 03:04:12 +01:00
Bram Moolenaar
a97ab8599f
updated for version 7.4.074
...
Problem: When undo'ing all changes and creating a new change the undo
structure is incorrect. (Christian Brabandt)
Solution: When deleting the branch starting at the old header, delete the
whole branch, not just the first entry.
2013-11-07 03:04:11 +01:00
Bram Moolenaar
0ec81af008
Added tag v7-4-073 for changeset d0595545e98a
2013-11-06 05:26:16 +01:00
Bram Moolenaar
19662400a6
updated for version 7.4.073
...
Problem: Setting undolevels for one buffer changes undo in another.
Solution: Make 'undolevels' a global-local option. (Christian Brabandt)
2013-11-06 05:26:15 +01:00
Bram Moolenaar
c611e9e0cf
Added tag v7-4-072 for changeset d563839a9be0
2013-11-06 04:04:33 +01:00
Bram Moolenaar
3a2edbb016
updated for version 7.4.072
...
Problem: Crash when using Insert mode completion.
Solution: Avoid going past the end of pum_array. (idea by Fransisco Lopes)
2013-11-06 04:04:33 +01:00
Bram Moolenaar
1729763f75
Added tag v7-4-071 for changeset faf7e86203b5
2013-11-06 04:01:36 +01:00
Bram Moolenaar
42930f83c6
updated for version 7.4.071
...
Problem: Passing limits around too often.
Solution: Use limits from buffer.
2013-11-06 04:01:36 +01:00
Bram Moolenaar
d74bcf90e9
Added tag v7-4-070 for changeset e6f3f66028d4
2013-11-05 17:40:53 +01:00
Bram Moolenaar
2a4d8b8b47
updated for version 7.4.070
...
Problem: Can't compile with tiny features. (Tony Mechelynck)
Solution: Add #ifdef.
2013-11-05 17:40:52 +01:00
Bram Moolenaar
2e451c0cd1
Added tag v7-4-069 for changeset 878ed73c7070
2013-11-05 07:13:41 +01:00
Bram Moolenaar
9221a63178
updated for version 7.4.069
...
Problem: Cannot right shift lines starting with #.
Solution: Allow the right shift when 'cino' contains #N with N > 0.
(Christian Brabandt)
Refactor parsing 'cino', store the values in the buffer.
2013-11-05 07:13:41 +01:00
Bram Moolenaar
f6ec604af8
Added tag v7-4-068 for changeset efa40be729c2
2013-11-04 04:57:50 +01:00
Bram Moolenaar
6792249ffd
updated for version 7.4.068
...
Problem: Cannot build Vim on Mac with non-Apple compilers.
Solution: Remove the -no-cpp-precomp flag. (Misty De Meo)
2013-11-04 04:57:50 +01:00
Bram Moolenaar
665f978cc1
Added tag v7-4-067 for changeset 86bf09a1b6d0
2013-11-04 04:20:34 +01:00
Bram Moolenaar
d86b5ff26b
updated for version 7.4.067
...
Problem: After inserting comment leader, CTRL-\ CTRL-O does move the
cursor. (Wiktor Ruben)
Solution: Avoid moving the cursor. (Christian Brabandt)
2013-11-04 04:20:33 +01:00
Bram Moolenaar
cfd1a900e3
Added tag v7-4-066 for changeset 38b948f534e4
2013-11-04 02:54:12 +01:00
Bram Moolenaar
d80d105105
updated for version 7.4.066
...
Problem: MS-Windows: When there is a colon in the file name (sub-stream
feature) the swap file name is wrong.
Solution: Change the colon to "%". (Yasuhiro Matsumoto)
2013-11-04 02:54:12 +01:00
Bram Moolenaar
f300bf5bc7
Added tag v7-4-065 for changeset 7f341db39d5b
2013-11-04 02:01:01 +01:00
Bram Moolenaar
ea6781c56d
updated for version 7.4.065
...
Problem: When recording, the character typed at the hit-enter prompt is
recorded twice. (Urtica Dioica)
Solution: Avoid recording the character twice. (Christian Brabandt)
2013-11-04 02:01:01 +01:00
Bram Moolenaar
ce3e12a0a2
Added tag v7-4-064 for changeset d06223965468
2013-11-04 01:41:17 +01:00
Bram Moolenaar
1ea9e3bdb8
updated for version 7.4.064
...
Problem: When replacing a character in Visual block mode, entering a CR
does not cause a repeated line break.
Solution: Recognize the situation and repeat the line break. (Christian
Brabandt)
2013-11-04 01:41:17 +01:00
Bram Moolenaar
5dd7c18976
Added tag v7-4-063 for changeset 9cedb4dfd4c8
2013-11-04 00:34:53 +01:00
Bram Moolenaar
a41b958f8d
updated for version 7.4.063
...
Problem: Crash when using invalid key in Python dictionary.
Solution: Check for object to be NULL. Add tests. (ZyX)
2013-11-04 00:34:53 +01:00
Bram Moolenaar
2a39887e22
Update runtime files.
2013-11-03 21:14:31 +01:00
Bram Moolenaar
2c69999a69
Added tag v7-4-062 for changeset d59a0b8e5584
2013-11-03 20:26:31 +01:00
Bram Moolenaar
d54402da11
updated for version 7.4.062
...
Problem: Configure check for AvailabilityMacros.h is wrong.
Solution: Use AC_CHECK_HEADERS().
2013-11-03 20:26:31 +01:00
Bram Moolenaar
f2cee604c8
Added tag v7-4-061 for changeset 739074bdceb8
2013-11-03 00:41:00 +01:00
Bram Moolenaar
bfa6c9ac53
updated for version 7.4.061
...
Problem: Availability macros configure check in wrong place.
Solution: Also check when not using Darwin. Remove version check.
2013-11-03 00:41:00 +01:00
Bram Moolenaar
f4c8f7387f
Added tag v7-4-060 for changeset 46ca8fcee525
2013-11-03 00:28:25 +01:00
Bram Moolenaar
aba97f4b08
updated for version 7.4.060
...
Problem: Declaration has wrong return type for PyObject_SetAttrString().
Solution: Use int instead of PyObject. (Andreas Schwab)
2013-11-03 00:28:25 +01:00
Bram Moolenaar
a9ef76374f
Added tag v7-4-059 for changeset 2a72805a3038
2013-11-03 00:20:52 +01:00
Bram Moolenaar
3dda014e5c
updated for version 7.4.059
...
Problem: set_last_cursor() may encounter w_buffer being NULL. (Matt
Mkaniaris)
Solution: Check for NULL.
2013-11-03 00:20:52 +01:00
Bram Moolenaar
7d3c685664
Added tag v7-4-058 for changeset fa8447ec5823
2013-11-02 23:59:35 +01:00
Bram Moolenaar
3ca1b7fa61
updated for version 7.4.058
...
Problem: Warnings on 64 bit Windows.
Solution: Add type casts. (Mike Williams)
2013-11-02 23:59:35 +01:00
Bram Moolenaar
d162e25971
Added tag v7-4-057 for changeset 3109053ce4e3
2013-11-02 23:29:26 +01:00
Bram Moolenaar
9e784a64f2
updated for version 7.4.057
...
Problem: byteidx() does not work for composing characters.
Solution: Add byteidxcomp().
2013-11-02 23:29:26 +01:00
Bram Moolenaar
067b89de5a
Added tag v7-4-056 for changeset 8d83c219fc7b
2013-11-02 21:49:32 +01:00
Bram Moolenaar
ddd1489e56
updated for version 7.4.056
...
Problem: Mac: Compilation problem with OS X 10.9 Mavericks.
Solution: Include AvailabilityMacros.h when available. (Kazunobu Kuriyama)
2013-11-02 21:49:32 +01:00
Bram Moolenaar
8071e4cfd4
Added tag v7-4-055 for changeset 38a755adc580
2013-11-02 21:04:38 +01:00
Bram Moolenaar
d24a499038
updated for version 7.4.055
...
Problem: Mac: Where availability macros are defined depends on the system.
Solution: Add a configure check. (Felix Bünemann)
2013-11-02 21:04:38 +01:00
Bram Moolenaar
fb4a6d8165
Added tag v7-4-054 for changeset 7b760cda2bbf
2013-11-02 04:39:39 +01:00
Bram Moolenaar
99958cb8a9
updated for version 7.4.054
...
Problem: Reading past end of the 'stl' string.
Solution: Don't increment pointer when already at the NUL. (Christian
Brabandt)
2013-11-02 04:39:38 +01:00
Bram Moolenaar
1242a35c71
Added tag v7-4-053 for changeset 733193bf24c3
2013-11-02 04:19:34 +01:00
Bram Moolenaar
6fc6eba1da
updated for version 7.4.053
...
Problem: Test75 has a wrong header. (ZyX)
Solution: Fix the text and remove leading ".
2013-11-02 04:19:34 +01:00
Felix Bünemann
fc64ef523f
Only pull in AvailabilityMacros.h when necessary
2013-10-26 20:56:20 +02:00
Bjorn Winckler
8041d3a33e
Stop using 10.9 deprecated CGContext function
2013-10-26 19:20:34 +02:00
Bjorn Winckler
18c7318124
Snapshot 72
2013-10-25 20:07:35 +02:00
Bjorn Winckler
2f0cd84c94
Avoid warning if HAVE_DUP is redefined
2013-10-25 19:09:37 +02:00
Bjorn Winckler
0f39305e52
Avoid directly calling objc runtime functions in C
...
By managing autorelease pools in objc code we avoid warnings on OS X
10.9 and it is also safer than calling objc runtime functions from C.
2013-10-25 18:46:09 +02:00
John Szakmeister
bc25430228
Fix getfontname()
...
getfontname() would incorrectly return strings of the form
"FONTNAME:SIZE", when it should be returning strings of the form
"FONTNAME:hSIZE"--notice the "h" in the last form.
To fix this, we change the internal representation of the font name and
size to include the "h", and peel it off when actually setting the font.
2013-10-11 20:33:18 +02:00
Felix Bünemann
b91903e9bf
Fix 10.9 Ruby.framework detection/compilation
...
Mac OS X Mavericks ships with Ruby.framework 2.0 which requires some
fixes to enable proper header inclusion and version defines.
2013-10-09 23:14:34 +02:00
Bjorn Winckler
df7b6fb380
Always pull in AvailabilityMacros.h
...
This fixes a compilation problem on OS X 10.9. Patch by
@felixbuenemann.
2013-10-07 18:22:34 +02:00
Bjorn Winckler
655e0a80b3
Merge branch 'vim'
2013-10-06 21:11:56 +02:00
Bram Moolenaar
a7aeaef65e
Added tag v7-4-052 for changeset b9c1c1f4cda9
2013-10-06 17:46:56 +02:00
Bram Moolenaar
30dff84021
updated for version 7.4.052
...
Problem: With 'fo' set to "a2" inserting a space in the first column may
cause the cursor to jump to the previous line.
Solution: Handle the case when there is no comment leader properly. (Tor
Perkins) Also fix that cursor is in the wrong place when spaces
get replaced with a Tab.
2013-10-06 17:46:56 +02:00
Bram Moolenaar
f18be56366
Added tag v7-4-051 for changeset e7a2f217a385
2013-10-06 15:46:11 +02:00
Bram Moolenaar
adcdbb690f
updated for version 7.4.051
...
Problem: Syntax highlighting a Yaml file causes a crash. (Blake Preston)
Solution: Copy the pim structure before calling addstate() to avoid it
becoming invalide when the state list is reallocated.
2013-10-06 15:46:11 +02:00
Bram Moolenaar
3c85f00311
Runtime file updates.
2013-10-06 14:22:40 +02:00
Bjorn Winckler
ce0bd683e3
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-10-06 13:23:28 +02:00
Bram Moolenaar
7ea9af9b10
Added tag v7-4-050 for changeset eb33cadafcab
2013-10-02 21:55:02 +02:00
Bram Moolenaar
f3d6f0b01e
updated for version 7.4.050
...
Problem: "gn" selects too much for the pattern "\d" when there are two
lines with a single digit. (Ryan Carney)
Solution: Adjust the logic of is_one_char(). (Christian Brabandt)
2013-10-02 21:55:02 +02:00
Bram Moolenaar
4b5a527d4a
Added tag v7-4-049 for changeset 15c1b8a20da6
2013-10-02 18:43:06 +02:00
Bram Moolenaar
4046505847
updated for version 7.4.049
...
Problem: In Ex mode, when line numbers are enabled the substitute prompt is
wrong.
Solution: Adjust for the line number size. (Benoit Pierre)
2013-10-02 18:43:06 +02:00
Bram Moolenaar
cc1a55e6c4
Added tag v7-4-048 for changeset 31c9acfeda8f
2013-10-02 18:23:07 +02:00
Bram Moolenaar
a53dd3c690
updated for version 7.4.048
...
Problem: Recent clang version complains about -fno-strength-reduce.
Solution: Add a configure check for the clang version. (Kazunobu Kuriyama)
2013-10-02 18:23:07 +02:00
Bram Moolenaar
68f317fa38
Added tag v7-4-047 for changeset c21b2f52f1dd
2013-10-02 16:46:29 +02:00
Bram Moolenaar
b62988d05c
updated for version 7.4.047
...
Problem: When using input() in a function invoked by a mapping it doesn't
work.
Solution: Temporarily reset ex_normal_busy. (Yasuhiro Matsumoto)
2013-10-02 16:46:28 +02:00
Bram Moolenaar
e641c8f6ed
Added tag v7-4-046 for changeset 68056d414f09
2013-10-02 14:25:44 +02:00
Bram Moolenaar
51efe86365
updated for version 7.4.046
...
Problem: Can't use Tcl 8.6.
Solution: Change how Tcl_FindExecutable is called. (Jan Nijtmans)
2013-10-02 14:25:44 +02:00
Bram Moolenaar
c71290698d
Added tag v7-4-045 for changeset 8ced827b2e8b
2013-09-29 21:11:05 +02:00
Bram Moolenaar
a21c226f09
updated for version 7.4.045
...
Problem: substitute() does not work properly when the pattern starts with
"\ze".
Solution: Detect an empty match. (Christian Brabandt)
2013-09-29 21:11:05 +02:00
Bram Moolenaar
b8eb72ca27
Added tag v7-4-044 for changeset c0e3990aed3f
2013-09-29 19:05:21 +02:00
Bram Moolenaar
d0acf65cbe
updated for version 7.4.044
...
Problem: Can't build with old MSVC. (Wang Shoulin)
Solution: Define OPEN_OH_ARGTYPE instead of using intptr_t directly.
2013-09-29 19:05:21 +02:00
Bram Moolenaar
99331b8131
Added tag v7-4-043 for changeset 6d11572e2c8b
2013-09-29 16:27:47 +02:00
Bram Moolenaar
572449b0e6
updated for version 7.4.043
...
Problem: VMS can't handle long function names.
Solution: Shorten may_req_ambiguous_character_width. (Samuel Ferencik)
2013-09-29 16:27:47 +02:00
Bram Moolenaar
a3131d5010
Added tag v7-4-042 for changeset 70915ede509a
2013-09-29 13:38:29 +02:00
Bram Moolenaar
877a51db85
updated for version 7.4.042
...
Problem: When using ":setlocal" for 'spell' and 'spellang' then :spelldump
doesn't work. (Dimitar Dimitrov)
Solution: Copy the option variables to the new window used to show the dump.
(Christian Brabandt)
2013-09-29 13:38:29 +02:00
Bram Moolenaar
53aae0317e
Added tag v7-4-041 for changeset 408f2a1a953f
2013-09-25 23:24:58 +02:00
Bram Moolenaar
9b49ab377a
updated for version 7.4.041
...
Problem: Visual selection does not remain after being copied over. (Axel
Bender)
Solution: Move when VIsual_active is reset. (Christian Brabandt)
2013-09-25 23:24:57 +02:00
Bram Moolenaar
8c46de8ae3
Added tag v7-4-040 for changeset 8336fd924e05
2013-09-25 21:00:28 +02:00
Bram Moolenaar
93073ac9cf
updated for version 7.4.040
...
Problem: Valgrind error on exit when a script-local variable holds a
reference to the scope of another script.
Solution: First clear all variables, then free the scopes. (ZyX)
2013-09-25 21:00:28 +02:00
Bram Moolenaar
45e8b16450
Added tag v7-4-039 for changeset 4dfba3df303c
2013-09-25 19:13:39 +02:00
Bram Moolenaar
189d751995
updated for version 7.4.039
...
Problem: MS-Windows: MSCV10 and earlier can't handle symlinks to a
directory properly.
Solution: Add stat_symlink_aware() and wstat_symlink_aware(). (Ken Takata)
2013-09-25 19:13:38 +02:00
Bram Moolenaar
a03c3d608b
Added tag v7-4-038 for changeset 6daa78b6b99a
2013-09-25 18:54:24 +02:00
Bram Moolenaar
fd80524752
updated for version 7.4.038
...
Problem: Using "zw" and "zg" when 'spell' is off give a confusing error
message. (Gary Johnson)
Solution: Ignore the error when locating the word. Explicitly mention what
word was added. (Christian Brabandt)
2013-09-25 18:54:24 +02:00
Bram Moolenaar
c2cd21ca76
Added tag v7-4-037 for changeset c3d379c2a115
2013-09-25 18:16:38 +02:00
Bram Moolenaar
b1b90f0bcf
updated for version 7.4.037
...
Problem: Using "\ze" in a sub-pattern does not result in the end of the
match to be set. (Axel Bender)
Solution: Copy the end of match position when a recursive match was
successful.
2013-09-25 18:16:38 +02:00
Bram Moolenaar
a162bc2b1e
Added tag v7-4-036 for changeset 90e2f0729a0d
2013-09-25 16:41:55 +02:00
Bram Moolenaar
30f4c35c09
updated for version 7.4.036
...
Problem: NFA engine does not capture group correctly when using \@>. (ZyX)
Solution: Copy submatches before doing the recursive match.
2013-09-25 16:41:54 +02:00
Bram Moolenaar
1d8eccce84
Fix problem with 'iskeyword' in CSS syntax.
2013-09-24 23:30:38 +02:00
Bjorn Winckler
3f6a4d7b84
Merge branch 'vim'
2013-09-23 12:19:49 +02:00
Bram Moolenaar
9c77e9b382
Added tag v7-4-035 for changeset 5481f188dcbb
2013-09-22 15:43:37 +02:00
Bram Moolenaar
6c7a282e1e
updated for version 7.4.035
...
Problem: MS-Windows: The mouse pointer flickers when going from command
line mode to Normal mode.
Solution: Check for WM_NCMOUSEMOVE. (Ken Takata)
2013-09-22 15:43:37 +02:00
Bram Moolenaar
6c8e827b1a
Added tag v7-4-034 for changeset 22dfcd1494e4
2013-09-22 15:23:44 +02:00
Bram Moolenaar
9b8c8f5a91
updated for version 7.4.034
...
Problem: Using "p" in Visual block mode only changes the first line.
Solution: Repeat the put in all text in the block. (Christian Brabandt)
2013-09-22 15:23:44 +02:00
Bram Moolenaar
ac1c59e0c7
Added tag v7-4-033 for changeset 91f6a28e010d
2013-09-22 15:03:38 +02:00
Bram Moolenaar
8f926bf089
updated for version 7.4.033
...
Problem: When the terminal has only 20 lines test 92 and 93 overwrite the
input file.
Solution: Explicitly write test.out. Check that the terminal is large enough
to run the tests. (Hirohito Higashi)
2013-09-22 15:03:38 +02:00
Bram Moolenaar
c2ec86c1f8
Update runtime files. Add support for J.
2013-09-22 14:42:24 +02:00
Bram Moolenaar
64bb77db2b
Added tag v7-4-032 for changeset 71e92a1cb37d
2013-09-22 13:57:25 +02:00
Bram Moolenaar
91d67154c4
updated for version 7.4.032
...
Problem: NFA engine does not match the NUL character. (Jonathon Merz)
Solution: Ues 0x0a instead of NUL. (Christian Brabandt)
2013-09-22 13:57:24 +02:00
Bjorn Winckler
6be3e4dbdf
Merge branch 'vim'
2013-09-21 17:09:50 +02:00
Bram Moolenaar
c99b78c60e
Added tag v7-4-031 for changeset b21b5dcdca21
2013-09-20 20:13:53 +02:00
Bram Moolenaar
d3b738cb51
updated for version 7.4.031
...
Problem: ":diffoff!" resets options even when 'diff' is not set. (Charles
Cooper)
Solution: Only resets related options in a window where 'diff' is set.
2013-09-20 20:13:53 +02:00
Bram Moolenaar
9f10b732e4
Added tag v7-4-030 for changeset 0978e99043d2
2013-09-19 20:49:04 +02:00
Bram Moolenaar
bfe9b1146a
updated for version 7.4.030
...
Problem: The -mno-cygwin argument is no longer supported by Cygwin.
Solution: Remove the arguments. (Steve Hall)
2013-09-19 20:49:04 +02:00
Bram Moolenaar
2a05336d23
Add files missing from 7.4.028.
2013-09-19 17:04:30 +02:00
Bram Moolenaar
0b0173ffb8
Added tag v7-4-029 for changeset 2d3fbc68b3a8
2013-09-19 17:04:01 +02:00
Bram Moolenaar
facd368a90
updated for version 7.4.029
...
Problem: An error in a pattern is reported twice.
Solution: Remove the retry with the backtracking engine, it won't work.
2013-09-19 17:04:01 +02:00
Bram Moolenaar
98735fccb3
Added tag v7-4-028 for changeset 923738744a60
2013-09-19 17:00:20 +02:00
Bram Moolenaar
1c208b5f8c
updated for version 7.4.028
...
Problem: Equivalence classes are not working for multi-byte characters.
Solution: Copy the rules from the old to the new regexp engine. Add a test
to check both engines.
2013-09-19 17:00:20 +02:00
Bjorn Winckler
90a2abe6f7
Merge branch 'vim'
2013-09-16 09:19:14 +02:00
Bram Moolenaar
835cc6e85d
Added tag v7-4-027 for changeset 73cc7272de5e
2013-09-08 20:00:48 +02:00
Bram Moolenaar
be9645d627
updated for version 7.4.027
...
Problem: Another valgrind error when using CTRL-X CTRL-F at the start of
the line. (Dominique Pelle)
Solution: Don't call mb_ptr_back() at the start of the line. Add a test.
2013-09-08 20:00:48 +02:00
Bram Moolenaar
155cd7fb26
Added tag v7-4-026 for changeset 6bbb2ae990c9
2013-09-08 16:07:07 +02:00
Bram Moolenaar
b8ccd38208
updated for version 7.4.026
...
Problem: Clang warning for int shift overflow.
Solution: Use unsigned and cast back to int. (Dominique Pelle)
2013-09-08 16:07:07 +02:00
Bram Moolenaar
54ddb4bff3
Added tag v7-4-025 for changeset 9085d32d7424
2013-09-08 16:03:46 +02:00
Bram Moolenaar
76948c26ec
updated for version 7.4.025
...
Problem: Reading before start of a string.
Solution: Do not call mb_ptr_back() at start of a string. (Dominique Pelle)
2013-09-08 16:03:45 +02:00
Bram Moolenaar
6e7b06d73f
Added tag v7-4-024 for changeset 00d61a47df66
2013-09-08 15:40:49 +02:00
Bram Moolenaar
f54552be5c
updated for version 7.4.024
...
Problem: When root edits a file the undo file is owned by root while the
edited file may be owned by another user, which is not allowed.
(cac2s)
Solution: Accept an undo file owned by the current user.
2013-09-08 15:40:49 +02:00
Bram Moolenaar
bd42891612
Added tag v7-4-023 for changeset 09361f13580b
2013-09-07 16:35:42 +02:00
Bram Moolenaar
dc55da4915
updated for version 7.4.023
...
Problem: Compiler warning on 64 bit windows.
Solution: Add type cast. (Mike Williams)
2013-09-07 16:35:42 +02:00
Bjorn Winckler
04f77a4338
Snapshot 71
2013-09-06 18:00:40 +02:00
Bjorn Winckler
7574495bfe
Merge branch 'vim'
2013-09-06 17:53:04 +02:00
Björn Winckler
0f3e96b8c5
Merge pull request #33 from Sidnicious/patch-1
...
Don't double-encode URLs before parsing them
2013-09-06 08:19:24 -07:00
Björn Winckler
52f4da8fe0
Merge pull request #34 from bdesham/patch-1
...
Use “noremap” in system gvimrc
2013-09-06 08:13:47 -07:00
Bram Moolenaar
9416bca31b
Updated runtime files.
2013-09-05 22:13:31 +02:00
Bram Moolenaar
25bd5e53f4
Added tag v7-4-022 for changeset 965044860b7f
2013-09-05 21:41:40 +02:00
Bram Moolenaar
842c4dd447
updated for version 7.4.022
...
Problem: Deadlock while exiting, because of allocating memory.
Solution: Do not use gettext() in deathtrap(). (James McCoy)
2013-09-05 21:41:39 +02:00
Bram Moolenaar
c33239dbbb
Added tag v7-4-021 for changeset c514693882b9
2013-09-05 21:15:44 +02:00
Bram Moolenaar
ac58a6bcd4
updated for version 7.4.021
...
Problem: NFA regexp: Using \ze in one branch which doesn't match may cause
end of another branch to be wrong. (William Fugh)
Solution: Set end position if it wasn't set yet.
2013-09-05 21:15:44 +02:00
Benjamin Esham
010635f861
Use “noremap” for all other mappings too
2013-09-05 14:47:33 -04:00
Benjamin Esham
c972338008
Use “inoremap” for <M-BS> and <D-BS>
...
As a Mac user I’m used to using Option-Delete to delete to the beginning of the previous word; MacVim sets up this behavior with its gvimrc. But I also like to use Control-W to delete to the beginning of the line. This change makes it possible for these two mappings to coexist without a problem.
2013-09-05 11:51:59 -04:00
Bram Moolenaar
e14e2bd1fe
Added tag v7-4-020 for changeset c1ae5baa41f4
2013-09-05 16:05:36 +02:00
Bram Moolenaar
4fafaa8b36
updated for version 7.4.020
...
Problem: NFA engine matches too much with \@>. (John McGowan)
Solution: When a whole pattern match is found stop searching.
2013-09-05 16:05:36 +02:00
Bram Moolenaar
1af6c83e0a
Added tag v7-4-019 for changeset d5eb32dc231c
2013-09-05 13:50:53 +02:00
Bram Moolenaar
8e2a162bf8
updated for version 7.4.019
...
Problem: MS-Windows: File name completion doesn't work properly with
Chinese characters. (Yue Wu)
Solution: Take care of multi-byte characters when looking for the start of
the file name. (Ken Takata)
2013-09-05 13:50:53 +02:00
Bram Moolenaar
9297019ba6
Added tag v7-4-018 for changeset 460d5be9395e
2013-09-05 12:49:52 +02:00
Bram Moolenaar
777ae8ac47
updated for version 7.4.018
...
Problem: When completing item becomes unselected. (Shougo Matsu)
Solution: Revert patch 7.3.1269.
2013-09-05 12:49:52 +02:00
Bram Moolenaar
2a951b7156
Added tag v7-4-017 for changeset c47c8cd5fe5c
2013-09-05 12:06:33 +02:00
Bram Moolenaar
4a96bd0f33
updated for version 7.4.017
...
Problem: ":help !!" does not find the "!!" tag in the help file. (Ben
Fritz)
Solution: When reading the start of the tags file do parse lines that are
not header lines.
2013-09-05 12:06:33 +02:00
Bjorn Winckler
c5c6bebf10
Merge branch 'vim'
2013-09-01 12:11:52 +02:00
Bram Moolenaar
3fd86dc03a
Added tag v7-4-016 for changeset 8d5cd0ec3e71
2013-08-30 17:29:16 +02:00
Bram Moolenaar
4ff15ba7b6
updated for version 7.4.016
...
Problem: MS-Windows: File name completion doesn't work properly with
Chinese characters. (Yue Wu)
Solution: Add fname_casew(). (Ken Takata)
2013-08-30 17:29:16 +02:00
Bram Moolenaar
abfb2163cb
Added tag v7-4-015 for changeset a7478f9f2551
2013-08-30 17:11:33 +02:00
Bram Moolenaar
aa8c48fe55
updated for version 7.4.015
...
Problem: MS-Windows: Detecting node type does not work for multi-byte
characters.
Solution: Use wide character function when needed. (Ken Takata)
2013-08-30 17:11:33 +02:00
Bram Moolenaar
a573223877
Added tag v7-4-014 for changeset 9801d06e7b4c
2013-08-30 17:07:02 +02:00
Bram Moolenaar
c643a48c39
updated for version 7.4.014
...
Problem: MS-Windows: check for writing to device does not work.
Solution: Fix #ifdefs. (Ken Takata)
2013-08-30 17:07:01 +02:00
Bram Moolenaar
5dcb84635f
Added tag v7-4-013 for changeset 07737d3aa817
2013-08-30 16:51:19 +02:00
Bram Moolenaar
be17bc2cc2
updated for version 7.4.013
...
Problem: File name buffer too small for utf-8.
Solution: Use character count instead of byte count. (Ken Takata)
2013-08-30 16:51:18 +02:00
Bram Moolenaar
d7d89c9cad
Added tag v7-4-012 for changeset 8e28c23e482c
2013-08-30 16:44:19 +02:00
Bram Moolenaar
554e2eab32
updated for version 7.4.012
...
Problem: MS-Windows: resolving shortcut does not work properly with
multi-byte characters.
Solution: Use wide system functions. (Ken Takata)
2013-08-30 16:44:19 +02:00
Bram Moolenaar
9eb60f358e
Added tag v7-4-011 for changeset 54e66395831c
2013-08-30 16:35:45 +02:00
Bram Moolenaar
cabbc20d87
updated for version 7.4.011
...
Problem: Cannot find out if "acl" and "xpm" features are supported.
Solution: Add "acl" and "xpm" to the list of features. (Ken Takata)
2013-08-30 16:35:44 +02:00
Bram Moolenaar
581b7aaaf9
Added tag v7-4-010 for changeset bb358cc41d92
2013-08-30 16:00:09 +02:00
Bram Moolenaar
35a70f5453
updated for version 7.4.010
...
Problem: Crash with invalid argument to mkdir().
Solution: Check for empty string. (lcd47)
2013-08-30 16:00:08 +02:00
Bram Moolenaar
3283d2bbe4
Added tag v7-4-009 for changeset 8b5d80861c5e
2013-08-25 17:46:08 +02:00
Bram Moolenaar
cbeea0f01b
updated for version 7.4.009
...
Problem: When a file was not decrypted (yet), writing it may destroy the
contents.
Solution: Mark the file as readonly until decryption was done. (Christian
Brabandt)
2013-08-25 17:46:08 +02:00
Bram Moolenaar
335193bd5a
Added tag v7-4-008 for changeset b04bdb2c5fce
2013-08-25 17:01:42 +02:00
Bram Moolenaar
0d8dfc45e3
updated for version 7.4.008
...
Problem: New regexp engine can't be interrupted.
Solution: Check for CTRL-C pressed. (Yasuhiro Matsumoto)
2013-08-25 17:01:42 +02:00
Bjorn Winckler
6e441ac7a6
Merge branch 'vim'
2013-08-23 14:43:18 +02:00
Bram Moolenaar
320b379bb2
Added tag v7-4-007 for changeset 4fe1dfc7014e
2013-08-22 14:14:27 +02:00
Bram Moolenaar
56f7bc13ff
updated for version 7.4.007
...
Problem: Creating a preview window on startup leaves the screen layout in a
messed up state. (Marius Gedminas)
Solution: Don't change firstwin. (Christian Brabandt)
2013-08-22 14:14:27 +02:00
Bram Moolenaar
d2935a0ed5
Added tag v7-4-006 for changeset 2374a05efe20
2013-08-22 12:06:56 +02:00
Bram Moolenaar
967d2256bc
updated for version 7.4.006
...
Problem: mkdir("foo/bar/", "p") gives an error message. (David Barnett)
Solution: Remove the trailing slash. (lcd)
2013-08-22 12:06:55 +02:00
Bram Moolenaar
b062f605aa
Added tag v7-4-005 for changeset 3640cf4c0d4b
2013-08-14 17:45:29 +02:00
Bram Moolenaar
bb1064ee26
updated for version 7.4.005
...
Problem: Using "vaB" while 'virtualedit' is set selects the wrong area.
(Dimitar Dimitrov)
Solution: Reset coladd when finding a match.
2013-08-14 17:45:29 +02:00
Bram Moolenaar
de6127d9b4
Added tag v7-4-004 for changeset f6247eaf4e1d
2013-08-14 17:11:20 +02:00
Bram Moolenaar
aedeb427ba
updated for version 7.4.004
...
Problem: When closing a window fails ":bwipe" may hang.
Solution: Let win_close() return FAIL and break out of the loop.
2013-08-14 17:11:20 +02:00
Bram Moolenaar
00534f3d3f
Added tag v7-4-003 for changeset 560a6a232950
2013-08-14 14:18:41 +02:00
Bram Moolenaar
d14db7f619
updated for version 7.4.003
...
Problem: Memory access error in Ruby syntax highlighting. (Christopher Chow)
Solution: Refresh stale pointer. (James McCoy)
2013-08-14 14:18:40 +02:00
Bram Moolenaar
c49e96b843
Added tag v7-4-002 for changeset e29f11399cce
2013-08-14 13:34:25 +02:00
Bram Moolenaar
308f3c53c5
updated for version 7.4.002
...
Problem: Pattern with two alternative look-behind matches does not match.
(Amadeus Demarzi)
Solution: When comparing PIMs also compare their state ID to see if they are
different.
2013-08-14 13:34:25 +02:00
Bram Moolenaar
d3e0994de9
Added tag v7-4-001 for changeset 3e9107b86b68
2013-08-14 12:06:49 +02:00
Bram Moolenaar
960c71130d
updated for version 7.4.001
...
Problem: Character classes such as [a-z] to not react to 'ignorecase'.
Breaks man page highlighting. (Mario Grgic)
Solution: Add separate items for classes that react to 'ignorecase'. Clean
up logic handling character classes. Add more tests.
2013-08-14 12:06:49 +02:00
Bjorn Winckler
82d0ade18e
Snapshot 70 - Vim 7.4
2013-08-10 16:09:20 +02:00
Bjorn Winckler
cdefab4132
Bump help file version
2013-08-10 16:00:02 +02:00
Bjorn Winckler
5d200bad14
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-08-10 15:58:51 +02:00
Bram Moolenaar
4fa00837ec
Added tag v7-4 for changeset 359743c1f59a
2013-08-10 15:00:24 +02:00
Bram Moolenaar
2c3a8e8add
release version 7.4
2013-08-10 15:00:24 +02:00
Bram Moolenaar
2ca1e783ed
Added tag v7-4b-022 for changeset d5d6b78cff09
2013-08-10 12:45:09 +02:00
Bram Moolenaar
6e74b81a93
updated for version 7.4b.022
...
Problem: Not waiting for a character when the tick count overflows.
Solution: Subtract the unsigned numbers and cast to int. (Ken Takata)
2013-08-10 12:45:09 +02:00
Bram Moolenaar
ff631f9134
Added tag v7-4b-021 for changeset 059c8a4b103f
2013-08-09 20:38:26 +02:00
Bram Moolenaar
1a5b043673
updated for version 7.4b.021
...
Problem: Pressing "u" after an external command results in multiple
press-enter messages. (glts)
Solution: Don't call hit_return_msg() when we have K_IGNORE. (Christian
Brabandt)
2013-08-09 20:38:26 +02:00
Bram Moolenaar
7d9bed94a5
Added tag v7-4b-020 for changeset 46cf49cc9289
2013-08-09 19:48:40 +02:00
Bram Moolenaar
bebd20b64e
updated for version 7.4b.020
...
Problem: "g~ap" changes first character of next paragraph. (Manuel Ortega)
Solution: Avoid subtracting (0 - 1) from todo. (Mike Williams)
2013-08-09 19:48:40 +02:00
Bram Moolenaar
df4a817e85
Added tag v7-4b-019 for changeset 74a211a0d3a3
2013-08-07 21:13:23 +02:00
Bram Moolenaar
fb7c0a9a7c
updated for version 7.4b.019
...
Problem: Tabline is not updated properly when closing a tab on Win32.
Solution: Only reduce flickering when adding a tab. (Ken Takata)
2013-08-07 21:13:23 +02:00
Bram Moolenaar
8ef73e8ed9
Added tag v7-4b-018 for changeset 7ed1ec814daf
2013-08-07 15:27:11 +02:00
Bram Moolenaar
52eeb74826
updated for version 7.4b.018
...
Problem: Win32: Dialog can still be too big.
Solution: Move the check for height further down. (Andrei Olsen)
2013-08-07 15:27:11 +02:00
Bram Moolenaar
aa9918ac28
Added tag v7-4b-017 for changeset 8c42772f0543
2013-08-07 15:24:41 +02:00
Bram Moolenaar
bb4164736c
updated for version 7.4b.017
...
Problem: ":he \^x" gives a strange error message. (glts)
Solution: Do not translate \^x to \_CTRL-x.
2013-08-07 15:24:41 +02:00
Bram Moolenaar
3bc0049dc7
Added tag v7-4b-016 for changeset ba37e955913e
2013-08-07 15:22:23 +02:00
Bram Moolenaar
3e1dbac74d
updated for version 7.4b.016
...
Problem: Ruby detection fails on Fedora 19.
Solution: Use one way to get the Ruby version. (Michael Henry)
2013-08-07 15:22:23 +02:00
Bram Moolenaar
edf65f5e87
Added tag v7-4b-015 for changeset d96f16667cc4
2013-08-05 22:02:20 +02:00
Bram Moolenaar
2b05ed198d
updated for version 7.4b.015
...
Problem: Can't compile without the 'acd' feature.
Solution: Add #ifdefs. (Kazunobu Kuriyama)
2013-08-05 22:02:20 +02:00
Bram Moolenaar
d2d246e2bb
Update runtime files.
2013-08-03 18:35:36 +02:00
Bjorn Winckler
864d43f798
Bump CFBundleShortVersionString
2013-08-03 17:43:37 +02:00
Bram Moolenaar
e3305109b8
Added tag v7-4b-014 for changeset 3ddec3d25bd1
2013-08-03 17:31:29 +02:00
Bram Moolenaar
25324eb475
updated for version 7.4b.014
...
Problem: Stupid mistake.
Solution: Changle "len" to "i".
2013-08-03 17:31:28 +02:00
Bram Moolenaar
9ee941fc99
Added tag v7-4b-013 for changeset 1ed6fd19c360
2013-08-03 17:21:26 +02:00
Bram Moolenaar
ccbbaf6ea1
updated for version 7.4b.013
...
Problem: Install dir for JP man pages is wrong.
Solution: Remove ".UTF-8" from the directory name. (Ken Takata)
2013-08-03 17:21:26 +02:00
Bram Moolenaar
6279534165
Added tag v7-4b-012 for changeset 25f67b62afd8
2013-08-03 14:10:50 +02:00
Bram Moolenaar
5715f2509e
updated for version 7.4b.012
...
Problem: Output from a shell command is truncated at a NUL. (lcd 47)
Solution: Change every NUL into an SOH.
2013-08-03 14:10:50 +02:00
Bram Moolenaar
ee969eb31b
Added tag v7-4b-011 for changeset 7d1f89b27103
2013-08-03 13:41:16 +02:00
Bram Moolenaar
5032724487
updated for version 7.4b.011
...
Problem: ":he \%(\)" does not work. (ZyX)
Solution: Add an exception to the list.
2013-08-03 13:41:15 +02:00
Bram Moolenaar
0c999186b4
Added tag v7-4b-010 for changeset 585b623a1aa3
2013-08-02 20:05:33 +02:00
Bram Moolenaar
f447a82aba
updated for version 7.4b.010
...
Problem: Win32: Tcl library load does not use standard mechanism.
Solution: Call vimLoadLib() instead of LoadLibraryEx(). (Ken Takata)
2013-08-02 20:05:32 +02:00
Bram Moolenaar
6c35f58479
Added tag v7-4b-009 for changeset cd971e951b06
2013-08-02 17:22:23 +02:00
Bram Moolenaar
b55a951a8a
updated for version 7.4b.009
...
Problem: When setting the Visual area manually and 'selection' is
exclusive, a yank includes one character too much. (Ingo Karkat)
Solution: Default the Visual operation to "v". (Christian Brabandt)
2013-08-02 17:22:23 +02:00
Bram Moolenaar
aad33fe336
Added tag v7-4b-008 for changeset 3059c799fcd9
2013-08-02 17:08:13 +02:00
Bram Moolenaar
5d96270ba8
updated for version 7.4b.008
...
Problem: 'autochdir' causes setbufvar() to change the current directory.
(Ben Fritz)
Solution: When disabling autocommands also reset 'acd' temporarily.
(Christian Brabandt)
2013-08-02 17:08:13 +02:00
Bram Moolenaar
1150d04e90
Added tag v7-4b-007 for changeset b882d4b14e00
2013-08-02 16:10:33 +02:00
Bram Moolenaar
b06e171453
updated for version 7.4b.007
...
Problem: On 32 bit MS-Windows :perldo does not work.
Solution: Make sure time_t uses 32 bits. (Ken Takata)
2013-08-02 16:10:32 +02:00
Bram Moolenaar
9ff3afcdb8
Added tag v7-4b-006 for changeset 6b7ab6a4f31a
2013-08-02 15:22:39 +02:00
Bram Moolenaar
e410838923
updated for version 7.4b.006
...
Problem: Using \{n,m} in an autocommand pattern no longer works.
Specifically, mutt temp files are not recognized. (Gary Johnson)
Solution: Make \\\{n,m\} work.
2013-08-02 15:22:39 +02:00
Bram Moolenaar
f8fc53a289
Added tag v7-4b-005 for changeset e63e4b4be923
2013-08-02 14:15:13 +02:00
Bram Moolenaar
daec6c0cd5
updated for version 7.4b.005
...
Problem: Finding %s in shellpipe and shellredir does not ignore %%s.
Solution: Skip over %%. (lcd 47)
2013-08-02 14:15:13 +02:00
Bram Moolenaar
57f392c4ee
Added tag v7-4b-004 for changeset 3c6e2b89875f
2013-08-01 18:38:26 +02:00
Bram Moolenaar
8f7a622d69
updated for version 7.4b.004
...
Problem: Regexp crash on pattern "@\%[\w\-]*". (Axel Kielhorn)
Solution: Add \%(\) around \%[] internally.
2013-08-01 18:38:26 +02:00
Bram Moolenaar
1d29171187
Added tag v7-4b-003 for changeset ea876fe91483
2013-08-01 16:21:34 +02:00
Bram Moolenaar
f2f2d2619a
updated for version 7.4b.003
...
Problem: Regexp code is not nicely aligned.
Solution: Adjust white space. (Ken Takata)
2013-08-01 16:21:34 +02:00
Bram Moolenaar
02d8422437
Added tag v7-4b-002 for changeset 2e63b6c763f7
2013-08-01 15:45:52 +02:00
Bram Moolenaar
1f12ab2fb2
updated for version 7.4b.002
...
Problem: Crash searching for \%(\%(\|\d\|-\|\.\)*\|\*\). (Marcin
Szamotulski) Also for \(\)*.
Solution: Do add a state for opening parenthesis, so that we can check if it
was added before at the same position.
2013-08-01 15:45:52 +02:00
Bram Moolenaar
54b031881a
Added tag v7-4b-001 for changeset 47a09a572ea6
2013-08-01 13:20:42 +02:00
Bram Moolenaar
1506b99280
updated for version 7.4b.001
...
Problem: Win32: dialog may extend off-screen.
Solution: Reduce the size, use correct borders. (Andrei Olsen)
2013-08-01 13:20:42 +02:00
Bjorn Winckler
9f71585be0
Snapshot 69
2013-07-28 21:41:29 +02:00
Bjorn Winckler
9f8bec3789
Bump help file version number
2013-07-28 21:38:21 +02:00
Bjorn Winckler
9fc84fb9b0
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-07-28 21:34:18 +02:00
Bram Moolenaar
1619625a7d
Added tag v7-4b-000 for changeset 09c88160095d
2013-07-28 18:29:29 +02:00
Bram Moolenaar
180f145c71
Update files for the 7.4b BETA release.
2013-07-28 18:29:08 +02:00
Bram Moolenaar
d33bb9e7a8
Added tag v7-4a-047 for changeset 8c6615a30951
2013-07-28 16:03:06 +02:00
Bram Moolenaar
454146e5b8
updated for version 7.4a.047
...
Problem: Some comments are not so nice.
Solution: Change the comments.
2013-07-28 16:03:06 +02:00
Bram Moolenaar
f36af01f77
Updated runtime files.
2013-07-28 16:02:18 +02:00
Bram Moolenaar
9c68c7333e
Added tag v7-4a-046 for changeset f0361e297d9c
2013-07-28 15:16:19 +02:00
Bram Moolenaar
0efd392a04
updated for version 7.4a.046
...
Problem: Can't build without mbyte feature.
Solution: Add #ifdefs.
2013-07-28 15:16:19 +02:00
Bram Moolenaar
c8d506f009
Added tag v7-4a-045 for changeset da95a7f1d5a8
2013-07-28 13:32:15 +02:00
Bram Moolenaar
dea2adb8bd
updated for version 7.4a.045
...
Problem: Configure does not always find the right library for Lua. Missing
support for LuaJit.
Solution: Improve the configure detection of Lua. (Hiroshi Shirosaki)
2013-07-28 13:32:15 +02:00
Bram Moolenaar
de295a645a
Updated runtime files.
2013-07-24 19:53:36 +02:00
Bram Moolenaar
663007ee3b
Added tag v7-4a-044 for changeset 647596ab1ae2
2013-07-24 17:51:57 +02:00
Bram Moolenaar
59ae2f368c
updated for version 7.4a.044
...
Problem: Test 96 sometimes fails.
Solution: Clear window from b_wininfo in win_free(). (Suggestion by
Yukihiro Nakadaira)
2013-07-24 17:51:57 +02:00
Bram Moolenaar
ebd82de153
Added tag v7-4a-043 for changeset 6fa64615c8d3
2013-07-24 17:11:46 +02:00
Bram Moolenaar
1edb000083
updated for version 7.4a.043
...
Problem: More ml_get errors when adding or deleting lines from Python.
(Vlad Irnov)
Solution: Switch to a window with the buffer when possible.
2013-07-24 17:11:46 +02:00
Bram Moolenaar
e4c8430903
Added tag v7-4a-042 for changeset 1899acc5aebd
2013-07-24 16:02:36 +02:00
Bram Moolenaar
9b719d912a
updated for version 7.4a.042
...
Problem: Crash when BufUnload autocommands close all buffers. (Andrew
Pimlott)
Solution: Set curwin->w_buffer to curbuf to avoid NULL.
2013-07-24 16:02:36 +02:00
Bram Moolenaar
6ec177bf3e
Added tag v7-4a-041 for changeset 74d2f3188cd0
2013-07-24 15:02:03 +02:00
Bram Moolenaar
09a14994f9
updated for version 7.4a.041
...
Problem: When using ":new ++ff=unix" and "dos" is first in 'fileformats'
then 'ff' is set to "dos" instead of "unix". (Ingo Karkat)
Solution: Create set_file_options() and invoke it from do_ecmd().
2013-07-24 15:02:03 +02:00
Bram Moolenaar
eee7444a30
Added tag v7-4a-040 for changeset 1261caf9bc51
2013-07-24 13:49:23 +02:00
Bram Moolenaar
9e0afd40c2
updated for version 7.4a.040
...
Problem: Win32: using uninitialized variable.
Solution: (Yukihiro Nakadaira)
2013-07-24 13:49:22 +02:00
Bram Moolenaar
272bfe442b
Added tag v7-4a-039 for changeset a08fa2919f2b
2013-07-21 18:59:24 +02:00
Bram Moolenaar
c98e1569c8
updated for version 7.4a.039
...
Problem: New regexp engine doesn't match pattern. (Ingo Karkat)
Solution: When adding a state also check for different PIM if the list of
states has any state with a PIM.
2013-07-21 18:59:24 +02:00
Bram Moolenaar
86ac298bb6
Added tag v7-4a-038 for changeset 8f983df0299f
2013-07-21 17:53:58 +02:00
Bram Moolenaar
a1f6a794ed
updated for version 7.4a.038
...
Problem: When using MSVC 2012 there are various issues, including GUI size
computations.
Solution: Use SM_CXPADDEDBORDER. (Mike Williams)
2013-07-21 17:53:58 +02:00
Bram Moolenaar
860ed1b493
Added tag v7-4a-037 for changeset 91d478da863e
2013-07-21 17:46:43 +02:00
Bram Moolenaar
5ed1538ece
updated for version 7.4a.037
...
Problem: Win32: When mouse is hidden and in the toolbar, moving it won't
make it appear. (Sami Salonen)
Solution: Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata)
2013-07-21 17:46:43 +02:00
Bram Moolenaar
190033da61
Added tag v7-4a-036 for changeset 9982ec574beb
2013-07-21 17:06:00 +02:00
Bram Moolenaar
cc8aa03b00
updated for version 7.4a.036
...
Problem: "\p" in a regexp does not match double-width characters.
(Yukihiro Nakadaira)
Solution: Don't count display cells, use vim_isprintc().
2013-07-21 17:06:00 +02:00
Bjorn Winckler
606fa884da
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-07-18 15:25:27 +02:00
Bram Moolenaar
0b55479659
Updated runtime files.
2013-07-17 22:37:26 +02:00
Bram Moolenaar
753cc613ea
Added tag v7-4a-035 for changeset 4ceacc1b0054
2013-07-17 22:35:39 +02:00
Bram Moolenaar
c21fd43e5b
updated for version 7.4a.035
...
Problem: Fix in patch 7.4a.032 is not tested.
Solution: Add test.
2013-07-17 22:35:39 +02:00
Bram Moolenaar
30a208aceb
Added tag v7-4a-034 for changeset 947edb6335d1
2013-07-17 21:59:14 +02:00
Bram Moolenaar
cd90767d62
updated for version 7.4a.034
...
Problem: The tabline may flicker when opening a new tab after 7.3.759 on
Win32.
Solution: Move call to TabCtrl_SetCurSel(). (Ken Takata)
2013-07-17 21:59:13 +02:00
Bram Moolenaar
d08f0a40ba
Added tag v7-4a-033 for changeset fa024ce48542
2013-07-17 21:40:31 +02:00
Bram Moolenaar
a4e29f382d
updated for version 7.4a.033
...
Problem: Test 98 always passes.
Solution: Include test98a.in in test98.in, execute the crucial command in
one line. (Yukihiro Nakadaira)
2013-07-17 21:40:31 +02:00
Bram Moolenaar
bb97b61ce0
Added tag v7-4a-032 for changeset 2741b46e96bf
2013-07-17 21:10:51 +02:00
Bram Moolenaar
15ce067c04
updated for version 7.4a.032
...
Problem: New regexp engine: Does not match shorter alternative. (Ingo
Karkat)
Solution: Do not drop a new state when the PIM info is different.
2013-07-17 21:10:51 +02:00
Sidney San Martín
fe5039c278
Don't double-encode URLs before parsing them
...
<https://code.google.com/p/macvim/issues/detail?id=316 > wasn't a bug.
When you're constructing a URL, you *should* end up escaping URL-unsafe
characters twice: once for the `file:` URL and once for the `mvim:` URL.
Escaping it inside MacVim breaks legit URLs with escapes at the `mvim:` level.
2013-07-17 14:26:49 -04:00
Bram Moolenaar
6def751ef3
Added tag v7-4a-031 for changeset 839ebe7c1b2f
2013-07-17 19:22:13 +02:00
Bram Moolenaar
8d0b12fb67
updated for version 7.4a.031
...
Problem: Compiler warnings. (Charles Campbell)
Solution: Initialize variables even when not needed.
2013-07-17 19:22:13 +02:00
Bram Moolenaar
3bebe7e7d4
Added tag v7-4a-030 for changeset bc4fb0317465
2013-07-17 19:12:57 +02:00
Bram Moolenaar
fb7ba5a7e3
updated for version 7.4a.030
...
Problem: Missing find_win_for_buf(). (toothpik)
Solution: Add missing changes.
2013-07-17 19:12:57 +02:00
Bram Moolenaar
7ef6893417
Added tag v7-4a-029 for changeset 2b58913e19a5
2013-07-17 18:58:11 +02:00
Bram Moolenaar
ee01b9231f
updated for version 7.4a.029
...
Problem: Can't build with MzScheme on Ubuntu 13.04.
Solution: Add configure check for the "ffi" library.
2013-07-17 18:58:11 +02:00
Bram Moolenaar
d242b944a2
Added tag v7-4a-028 for changeset 7aca84c0cd37
2013-07-17 17:35:13 +02:00
Bram Moolenaar
b07b81ed45
updated for version 7.4a.028
...
Problem: Crash when spell checking in new buffer.
Solution: Set the b_p_key field. (Mike Williams)
2013-07-17 17:35:13 +02:00
Bram Moolenaar
d78a2cb83c
Added tag v7-4a-027 for changeset 8edba3805d78
2013-07-17 17:15:26 +02:00
Bram Moolenaar
a289633bbe
updated for version 7.4a.027
...
Problem: When Python adds lines to another buffer the cursor position is
wrong, it might be below the last line causing ml_get errors.
(Vlad Irnov)
Solution: Temporarily change the current window, so that marks are corrected
properly.
2013-07-17 17:15:25 +02:00
Bjorn Winckler
44cb070245
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-07-17 17:04:01 +02:00
Bram Moolenaar
4a049a2a14
Added tag v7-4a-026 for changeset b3ff17862b4c
2013-07-17 13:43:39 +02:00
Bram Moolenaar
19611df49a
updated for version 7.4a.026
...
Problem: ":diffoff" does not remove folds. (Ramel)
Solution: Do not restore 'foldenable' when 'foldmethod' is "manual".
2013-07-17 13:43:39 +02:00
Bram Moolenaar
2d39fcc49b
Added tag v7-4a-025 for changeset 1b89e3f916c5
2013-07-17 11:54:28 +02:00
Bram Moolenaar
f6787ad94d
updated for version 7.4a.025
...
Problem: Get the press-Enter prompt even after using :redraw.
Solution: Clear need_wait_return when executing :redraw.
2013-07-17 11:54:28 +02:00
Bram Moolenaar
ac275c70b3
Added tag v7-4a-024 for changeset ba9a11fe2563
2013-07-14 15:06:50 +02:00
Bram Moolenaar
e403d0a716
updated for version 7.4a.024
...
Problem: X11 GUI: Checking icon height twice.
Solution: Check height and width. (Dominique Pelle)
2013-07-14 15:06:50 +02:00
Bram Moolenaar
a2816dc8af
Added tag v7-4a-023 for changeset 45b2278e6f46
2013-07-14 13:41:56 +02:00
Bram Moolenaar
2c8377debe
updated for version 7.4a.023
...
Problem: Still another superfluous parenthesis. (ZyX)
Solution: Remove it.
2013-07-14 13:41:56 +02:00
Bram Moolenaar
a2a5d210d6
Added tag v7-4a-022 for changeset c28202427d71
2013-07-14 13:32:15 +02:00
Bram Moolenaar
3653752270
updated for version 7.4a.022
...
Problem: Using "d2g$" does not delete the last character. (ZyX)
Solution: Set the "inclusive" flag properly.
2013-07-14 13:32:15 +02:00
Bram Moolenaar
0e55bb560e
Added tag v7-4a-021 for changeset fc6f4a653265
2013-07-14 13:02:12 +02:00
Bram Moolenaar
8e671dd8cb
updated for version 7.4a.021
...
Problem: Using feedkeys() doesn't always work.
Solution: Omit feedkeys(). (Ken Takata)
2013-07-14 13:02:12 +02:00
Bram Moolenaar
69c9c7473f
Added tag v7-4a-020 for changeset fa76be660fa9
2013-07-14 12:34:56 +02:00
Bram Moolenaar
90277ad2bf
updated for version 7.4a.020
...
Problem: Superfluous mb_ptr_adv().
Solution: Remove the call. (Dominique Pelle)
2013-07-14 12:34:56 +02:00
Bram Moolenaar
f627121df9
Added tag v7-4a-019 for changeset bea5eb942011
2013-07-14 12:21:57 +02:00
Bram Moolenaar
cafaa582fa
updated for version 7.4a.019
...
Problem: Invalid closing parenthesis in test 62. Command truncated at
double quote.
Solution: Remove the parenthesis. Change double quote to ''. (ZyX)
2013-07-14 12:21:57 +02:00
Bram Moolenaar
c282182084
Added tag v7-4a-018 for changeset c6dd0c545e5c
2013-07-13 20:58:11 +02:00
Bram Moolenaar
4737c40120
updated for version 7.4a.018
...
Problem: Compiler warning for code unreachable. (Charles Campbell)
Solution: Use "while" instead of endless loop. Change break to continue.
2013-07-13 20:58:11 +02:00
Bram Moolenaar
104c0a5768
Added tag v7-4a-017 for changeset 4cbff53717d4
2013-07-13 16:34:32 +02:00
Bram Moolenaar
c8b6bc7fc0
updated for version 7.4a.017
...
Problem: When 'foldmethod' is "indent", using ">>" on a line just above a
fold makes the cursor line folded. (Evan Laforge)
Solution: Call foldOpenCursor(). (Christian Brabandt)
2013-07-13 16:34:32 +02:00
Bram Moolenaar
119887b54b
Added tag v7-4a-016 for changeset 4104bed69ea5
2013-07-13 15:39:34 +02:00
Bram Moolenaar
5010e44e1e
updated for version 7.4a.016
...
Problem: Features enabled in Makefile.
Solution: Undo accidental changes.
2013-07-13 15:39:33 +02:00
Bram Moolenaar
089755efa9
Added tag v7-4a-015 for changeset 7a1b782ec64a
2013-07-13 15:33:20 +02:00
Bram Moolenaar
138c278c86
updated for version 7.4a.015
...
Problem: No Japanese man pages.
Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro
Nakadaira, et al.)
2013-07-13 15:33:20 +02:00
Bram Moolenaar
6bb7102377
Added tag v7-4a-014 for changeset 08eb57382186
2013-07-13 14:08:17 +02:00
Bram Moolenaar
b2f5c83b24
updated for version 7.4a.014
...
Problem: Test 86 and 89 have a problem with using a shadow dir.
Solution: Adjust for the different directory structure. (James McCoy)
2013-07-13 14:08:16 +02:00
Bram Moolenaar
9a978ee6ab
Added tag v7-4a-013 for changeset 42d592dbbec3
2013-07-13 12:36:56 +02:00
Bram Moolenaar
536b8d0852
updated for version 7.4a.013
...
Problem: Setting/resetting 'lbr' in the main help file changes alignment
after a Tab. (Dimitar Dimitrov)
Solution: Also use the code for conceal mode where n_extra is computed for
'lbr'.
2013-07-13 12:36:55 +02:00
Bram Moolenaar
5f35308831
Added tag v7-4a-012 for changeset fca6ba0d2d66
2013-07-12 20:16:58 +02:00
Bram Moolenaar
82e3808bd7
updated for version 7.4a.012
...
Problem: "make test" fails when using a shadow directory.
Solution: Create links for files in src/po. (James McCoy)
2013-07-12 20:16:58 +02:00
Bram Moolenaar
b081abb659
Added tag v7-4a-011 for changeset ce587b26b8d6
2013-07-12 20:07:24 +02:00
Bram Moolenaar
d3b245c3ce
updated for version 7.4a.011
...
Problem: Configure check for Python 3 config name isn't right.
Solution: Always include vi_cv_var_python3_version. (Tim Harder)
2013-07-12 20:07:24 +02:00
Bjorn Winckler
af9e2355e3
Snapshot 68
2013-07-12 09:43:09 +02:00
Bjorn Winckler
accd5ef150
Fix drawing of wide glyphs in Core Text renderer
2013-07-10 10:08:07 +02:00
Bram Moolenaar
23b5afa15a
Added tag v7-4a-010 for changeset a4e08386a6aa
2013-07-09 21:57:52 +02:00
Bram Moolenaar
7141036af7
updated for version 7.4a.010
...
Problem: Test 86 and 97 fail when building with Python or Python 3 and
using a static library.
Solution: Add configure check to add -fPIE compiler flag.
2013-07-09 21:57:52 +02:00
Bjorn Winckler
4537063e73
Merge branch 'vim'
2013-07-09 19:48:32 +02:00
Bjorn Winckler
c708d9448f
Update copyright year
2013-07-09 19:25:35 +02:00
Bram Moolenaar
356a698cca
Added tag v7-4a-009 for changeset 467efeee8f9e
2013-07-09 17:42:46 +02:00
Bram Moolenaar
b45215d062
updated for version 7.4a.009
...
Problem: Compiler warnings for function prototypes.
Solution: Add "void". Move list_features() prototype. (Ken Takata)
2013-07-09 17:42:46 +02:00
Bram Moolenaar
1656d69e02
Added tag v7-4a-008 for changeset b3bd43ef012d
2013-07-09 17:30:55 +02:00
Bram Moolenaar
efe0ed8533
updated for version 7.4a.008
...
Problem: Python 3 doesn't handle multibyte characters prooperly when
'encoding' is not utf-8.
Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken
Takata)
2013-07-09 17:30:55 +02:00
Bram Moolenaar
8f9583c178
Added tag v7-4a-007 for changeset c624928fbc49
2013-07-09 17:08:29 +02:00
Bram Moolenaar
99355e8dd8
updated for version 7.4a.007
...
Problem: After "g$" with 'virtualedit' set, "k" moves to a different
column. (Dimitar Dimitrov)
Solution: Set w_curswant. (Christian Brabandt)
2013-07-09 17:08:29 +02:00
Bram Moolenaar
b7efedaf35
Updated runtime files. Fix NL translations.
2013-07-09 15:44:17 +02:00
Bram Moolenaar
921d69657b
Added tag v7-4a-006 for changeset 6b6e1786c7df
2013-07-09 14:58:10 +02:00
Bram Moolenaar
982aa4b3d4
updated for version 7.4a.006
...
Problem: Failure in po file check goes unnoticed.
Solution: Fail "make test" if the po file check fails.
2013-07-09 14:58:10 +02:00
Bram Moolenaar
0842e287b1
Added tag v7-4a-005 for changeset 7a6ce0c426fe
2013-07-09 13:44:59 +02:00
Bram Moolenaar
0953e830b2
updated for version 7.4a.005
...
Problem: Scroll binding causes unexpected scroll.
Solution: Store the topline after updating scroll binding. Add a test.
(Lech Lorens)
2013-07-09 13:44:59 +02:00
Bram Moolenaar
b830190ddb
Added tag v7-4a-004 for changeset f72d49c406c4
2013-07-09 13:15:46 +02:00
Bram Moolenaar
f930e6fa4b
updated for version 7.4a.004
...
Problem: MSVC 2012 Update 3 is not recognized.
Solution: Add the version number. (Raymond Ko)
2013-07-09 13:15:46 +02:00
Bram Moolenaar
4250f6ca78
Added tag v7-4a-003 for changeset b5abda4e7c4b
2013-07-09 12:54:21 +02:00
Bram Moolenaar
11377cd3aa
updated for version 7.4a.003
...
Problem: Copyright year is oudated.
Solution: Only use the first year.
2013-07-09 12:54:21 +02:00
Bram Moolenaar
0cf5e385dc
Added tag v7-4a-002 for changeset d0288faf3086
2013-07-07 16:15:35 +02:00
Bram Moolenaar
515c68ee4c
updated for version 7.4a.002
...
Problem: Valgrind errors in test 89. (Simon Ruderich)
Solution: Allocate one more byte. (Dominique Pelle)
2013-07-07 16:15:35 +02:00
Bjorn Winckler
8c917ee91f
Snapshot 67
2013-07-06 19:25:59 +02:00
Bjorn Winckler
9c872ac8ad
Bump help file version count
2013-07-06 19:18:18 +02:00
Bjorn Winckler
7aacbcd19f
Merge branch 'vim'
2013-07-06 19:02:27 +02:00
Bram Moolenaar
2ffd2ee3c9
Fix duplicate patch number 1.
2013-07-06 18:08:03 +02:00
Bram Moolenaar
993202c967
Added tag v7-4a-001 for changeset 0ddba00c204d
2013-07-06 16:23:02 +02:00
Bram Moolenaar
10caa4a6aa
updated for version 7.4a.001
...
Problem: Script to update syntax menu is oudated.
Solution: Add the missing items.
(only changing the version, file was already updated)
2013-07-06 16:23:02 +02:00
Bram Moolenaar
bad8d7bb93
Added tag v7-4a for changeset 6ec6b7ff2d43
2013-07-06 15:44:40 +02:00
Bram Moolenaar
613e9b2b78
Vim 7.4a BETA release.
2013-07-06 15:44:11 +02:00
Bram Moolenaar
51ce220da1
Update runtime files.
2013-07-06 13:58:22 +02:00
Bram Moolenaar
224ebe8ec0
Added tag v7-3-1314 for changeset 29e57603bf6f
2013-07-06 13:54:34 +02:00
Bram Moolenaar
bceebe0f3f
updated for version 7.3.1314
...
Problem: Test 87 fails with Python 3.3.
Solution: Filter the error messages. (Taro Muraoka)
2013-07-06 13:54:33 +02:00
Bram Moolenaar
f54f0a274d
Added tag v7-3-1313 for changeset afbc9dd67cea
2013-07-06 13:35:08 +02:00
Bram Moolenaar
2a71f5282f
updated for version 7.3.1313
...
Problem: :py and :py3 don't work when compiled with Cygwin or MingW with 64
bit.
Solution: Add -DMS_WIN64 to the build command. (Ken Takata)
2013-07-06 13:35:08 +02:00
Bram Moolenaar
d6a2e8c5e7
Added tag v7-3-1312 for changeset 80bab8b1a30d
2013-07-06 13:02:30 +02:00
Bram Moolenaar
6dbc2ddb8d
updated for version 7.3.1312
...
Problem: Not giving correct error messages for SystemExit().
Solution: Move E858 into an else. (Ken Takata)
2013-07-06 13:02:30 +02:00
Bram Moolenaar
9592d73105
A few updated runtime files.
2013-07-05 21:01:22 +02:00
Bram Moolenaar
2b2c17e863
Added tag v7-3-1311 for changeset 28e6f5f88968
2013-07-05 20:09:16 +02:00
Bram Moolenaar
e09b07e4d1
updated for version 7.3.1311
...
Problem: Compiler warnings on Cygwin.
Solution: Add type casts. Add windows include files. (Ken Takata)
2013-07-05 20:09:16 +02:00
Bram Moolenaar
041d676147
Added tag v7-3-1310 for changeset b49784c49d53
2013-07-05 20:01:32 +02:00
Bram Moolenaar
040483b5e1
updated for version 7.3.1310
...
Problem: Typos in nsis script. Can use better compression.
Solution: Fix typos. Use lzma compression. (Ken Takata)
2013-07-05 20:01:32 +02:00
Bram Moolenaar
9832557864
Added tag v7-3-1309 for changeset a68629544891
2013-07-05 18:29:48 +02:00
Bram Moolenaar
2b7e9b415b
updated for version 7.3.1309
...
Problem: When a script defines a function the flag to wait for the user to
hit enter is reset.
Solution: Restore the flag. (Yasuhiro Matsumoto) Except when the user was
typing the function.
2013-07-05 18:29:48 +02:00
Bram Moolenaar
286f4ea8eb
Added tag v7-3-1308 for changeset 71e066e10a47
2013-07-04 22:50:40 +02:00
Bram Moolenaar
7b5e27df23
updated for version 7.3.1308
...
Problem: Typos in MS-Windows build settings and README.
Solution: Minor changes to MS-Windows files.
2013-07-04 22:50:40 +02:00
Bram Moolenaar
37c59fd265
Added tag v7-3-1307 for changeset 3dafc80e781b
2013-07-04 22:35:02 +02:00
Bram Moolenaar
6f81f10282
updated for version 7.3.1307
...
Problem: MS-Windows build instructions are outdated.
Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
2013-07-04 22:35:01 +02:00
Bram Moolenaar
6f80b40999
Added tag v7-3-1306 for changeset 71859e71b1f9
2013-07-04 22:31:03 +02:00
Bram Moolenaar
235e46361a
updated for version 7.3.1306
...
Problem: When redrawing the screen during startup the intro message may be
cleared.
Solution: Redisplay the intro message when appropriate.
2013-07-04 22:31:03 +02:00
Bram Moolenaar
fbdc3f81a8
Added tag v7-3-1305 for changeset 6f24376028af
2013-07-04 21:19:33 +02:00
Bram Moolenaar
39c900104d
updated for version 7.3.1305
...
Problem: Warnings from 64 bit compiler.
Solution: Add type casts.
2013-07-04 21:19:33 +02:00
Bram Moolenaar
d37321bd71
Added tag v7-3-1304 for changeset 46d6318d5b96
2013-07-04 20:50:46 +02:00
Bram Moolenaar
7be46133e9
updated for version 7.3.1304
...
Problem: Test 89 still fails on MS-Windows.
Solution: Set 'shellslash'. (Taro Muraoka)
2013-07-04 20:50:46 +02:00
Bram Moolenaar
b72bb72d2a
Added tag v7-3-1303 for changeset 6e611380b4cf
2013-07-04 20:25:41 +02:00
Bram Moolenaar
99ac251e8f
updated for version 7.3.1303
...
Problem: Undo is synced whenever CTRL-R = is called, breaking some plugins.
Solution: Only break undo when calling setline() or append().
2013-07-04 20:25:41 +02:00
Bram Moolenaar
a6665fdfec
Added tag v7-3-1302 for changeset 5569d11ef585
2013-07-03 22:28:36 +02:00
Bram Moolenaar
defd4cf362
updated for version 7.3.1302
...
Problem: Test 17 fails on MS-Windows. Includes line break in file name
everywhere.
Solution: Fix 'fileformat'. Omit CR-LF from a line read from an included
file.
2013-07-03 22:28:36 +02:00
Bram Moolenaar
cad9a83cfc
Added tag v7-3-1301 for changeset 6cabac58f26f
2013-07-03 21:19:07 +02:00
Bram Moolenaar
824bf4094c
updated for version 7.3.1301
...
Problem: Some tests fail on MS-Windows.
Solution: Fix path separators in test 89 and 96. Omit test 97, escaping
works differently. Make findfile() work on MS-Windows.
2013-07-03 21:19:07 +02:00
Bram Moolenaar
6d0f5a83ad
Added tag v7-3-1300 for changeset 56bc3698f8c6
2013-07-03 19:52:53 +02:00
Bram Moolenaar
0887b28c50
updated for version 7.3.1300
...
Problem: Mac: tiny and small build fails.
Solution: Don't include os_macosx.m in tiny build. Include mouse support in
small build. (Kazunobu Kuriyama)
2013-07-03 19:52:53 +02:00
Bjorn Winckler
e11dd5abe7
Merge branch 'vim'
2013-07-03 19:00:37 +02:00
Bram Moolenaar
3c2fb12c40
Added tag v7-3-1299 for changeset f063be86b632
2013-07-03 18:49:17 +02:00
Bram Moolenaar
0455ba8200
updated for version 7.3.1299
...
Problem: Errors when doing "make proto". Didn't do "make depend" for a
while.
Solution: Add #ifdefs. Update dependencies. Update proto files.
2013-07-03 18:49:17 +02:00
Bram Moolenaar
72ff631ee5
Added tag v7-3-1298 for changeset dafd77a15d44
2013-07-03 17:51:17 +02:00
Bram Moolenaar
79ebd506e6
updated for version 7.3.1298
...
Problem: Crash.
Solution: Use STRCPY() instead of STRCAT() and allocate one more byte.
2013-07-03 17:51:17 +02:00
Bram Moolenaar
a1e0a8e87e
Added tag v7-3-1297 for changeset cb0a5c9c0f9b
2013-07-03 17:14:00 +02:00
Bram Moolenaar
8fea2201aa
updated for version 7.3.1297
...
Problem: findfile() directory matching does not work when a star follows
text. (Markus Braun)
Solution: Make a wildcard work properly. (Christian Brabandt)
2013-07-03 17:14:00 +02:00
Bram Moolenaar
d834eb536c
Added tag v7-3-1296 for changeset c3a82208e143
2013-07-03 16:58:44 +02:00
Bram Moolenaar
7ebba3d4ce
updated for version 7.3.1296
...
Problem: Only MS-Windows limits the GUI window size to what fits on the
monitor.
Solution: Limit the size for all systems. (Daniel Harding)
2013-07-03 16:58:44 +02:00
Bram Moolenaar
1c56689f6f
Added tag v7-3-1295 for changeset 93cccad6a26b
2013-07-03 16:53:04 +02:00
Bram Moolenaar
f1693041ff
updated for version 7.3.1295
...
Problem: glob() and globpath() do not handle escaped special characters
properly.
Solution: Handle escaped characters differently. (Adnan Zafar)
2013-07-03 16:53:03 +02:00
Bram Moolenaar
41f2189bd2
Added tag v7-3-1294 for changeset 11d0c6df1d7b
2013-07-03 15:47:03 +02:00
Bram Moolenaar
47aee4e854
updated for version 7.3.1294
...
Problem: ":diffoff" resets options.
Solution: Save and restore option values. (Christian Brabandt)
2013-07-03 15:47:03 +02:00
Bram Moolenaar
b10277d920
Added tag v7-3-1293 for changeset 18b43970fb7a
2013-07-03 14:19:54 +02:00
Bram Moolenaar
2f26176a4d
updated for version 7.3.1293
...
Problem: Put in empty buffer cannot be undone.
Solution: Save one more line for undo. (Ozaki)
2013-07-03 14:19:54 +02:00
Bram Moolenaar
4cda9e6707
Added tag v7-3-1292 for changeset cad8d29b0bc0
2013-07-03 14:01:56 +02:00
Bram Moolenaar
b27bd6d7d1
updated for version 7.3.1292
...
Problem: Possibly using invalid pointer when searcing for window. (Raichoo)
Solution: Use "firstwin" instead of "tp_firstwin" for current tab.
2013-07-03 14:01:56 +02:00
Bram Moolenaar
0dd29a1f31
Added tag v7-3-1291 for changeset a6ddcab6a240
2013-07-03 13:29:58 +02:00
Bram Moolenaar
2f095028e2
updated for version 7.3.1291
...
Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck)
Solution: Initialize the variables.
2013-07-03 13:29:58 +02:00
Bram Moolenaar
949100da24
Added tag v7-3-1290 for changeset 08d4c11cdaed
2013-07-03 13:16:23 +02:00
Bram Moolenaar
603a10bf4e
updated for version 7.3.1290
...
Problem: CTRL-R = in Insert mode changes the start of the insert position.
(Ingo Karkat)
Solution: Only break undo, don't start a new insert.
2013-07-03 13:16:23 +02:00
Bram Moolenaar
7f91e12005
Added tag v7-3-1289 for changeset 1ed945570d47
2013-07-03 13:04:28 +02:00
Bram Moolenaar
01a2136195
updated for version 7.3.1289
...
Problem: Get GLIB warning when removing a menu item.
Solution: Reference menu-id and also call gtk_container_remove(). (Ivan
Krasilnikov)
2013-07-03 13:04:27 +02:00
Bram Moolenaar
e7246d8298
Added tag v7-3-1288 for changeset 8b7baf39a345
2013-07-03 12:45:31 +02:00
Bram Moolenaar
15cd15a31e
updated for version 7.3.1288
...
Problem: The first ":echo 'hello'" command output doesn't show. Mapping
for <S-F3> gets triggered during startup.
Solution: Add debugging code for the termresponse. When receiving the "Co"
entry and when setting 'ambiwidth' redraw right away if possible.
Add redraw_asap(). Don't set 'ambiwidth' if it already had the
right value. Do the 'ambiwidth' check in the second row to avoid
confusion with <S-F3>.
2013-07-03 12:45:31 +02:00
Bram Moolenaar
05c1e99eb7
Added tag v7-3-1287 for changeset 34c629c3b4ba
2013-07-01 22:03:04 +02:00
Bram Moolenaar
75b6a89dc8
updated for version 7.3.1287
...
Problem: Python SystemExit exception is not handled properly.
Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken
Takata)
2013-07-01 22:03:04 +02:00
Bram Moolenaar
3143d931d6
Added tag v7-3-1286 for changeset 6ddc1785c4ff
2013-07-01 21:43:09 +02:00
Bram Moolenaar
91e468a02c
updated for version 7.3.1286
...
Problem: Check for screen size missing for Athena and Motif.
Solution: Add call to limit_screen_size().
2013-07-01 21:43:08 +02:00
Bram Moolenaar
dde2b65ecd
Added tag v7-3-1285 for changeset 14e7a115d54d
2013-07-01 21:25:25 +02:00
Bram Moolenaar
c82da776d8
updated for version 7.3.1285
...
Problem: No tests for picking a window when selecting an entry in a
location list. Not picking the right window sometimes.
Solution: Add test 96. Set usable_win appropriately. (Lech Lorens)
2013-07-01 21:25:25 +02:00
Bram Moolenaar
1624e8f881
Added tag v7-3-1284 for changeset 7b20dc804164
2013-07-01 21:08:48 +02:00
Bram Moolenaar
b99896bb97
updated for version 7.3.1284
...
Problem: Compiler warnings in MS-Windows clipboard handling.
Solution: Add type casts. (Ken Takata)
2013-07-01 21:08:48 +02:00
Bram Moolenaar
1e7fc64c4f
Added tag v7-3-1283 for changeset d6ceddc0be86
2013-07-01 21:00:35 +02:00
Bram Moolenaar
f89fd4e1e5
updated for version 7.3.1283
...
Problem: Test 71 fails on MS-Windows.
Solution: Put the binary data in a separate file. (Ken Takata)
2013-07-01 21:00:35 +02:00
Bram Moolenaar
c3508fca0a
Added tag v7-3-1282 for changeset 22ac43fb6d30
2013-07-01 20:18:33 +02:00
Bram Moolenaar
9ffc75b443
updated for version 7.3.1282
...
Problem: 'cursorline' not drawn in any other window. (Charles Campbell)
Solution: Do draw the cursor line in other windows.
2013-07-01 20:18:33 +02:00
Bram Moolenaar
da30f18d75
Added tag v7-3-1281 for changeset 19ed30f7cef7
2013-07-01 20:06:19 +02:00
Bram Moolenaar
f2c424cf8f
updated for version 7.3.1281
...
Problem: When 'ttymouse' is set to "xterm2" clicking in column 123 moves
the cursor to column 96. (Kevin Goodsell)
Solution: Decode KE_CSI.
2013-07-01 20:06:19 +02:00
Bram Moolenaar
a8fb3e5c06
Added tag v7-3-1280 for changeset 1cacf785299e
2013-06-30 23:24:08 +02:00
Bram Moolenaar
39fdf8972d
updated for version 7.3.1280
...
Problem: Reading memory already freed since patch 7.3.1247. (Simon
Ruderich, Dominique Pelle)
Solution: Copy submatches before reallocating the state list.
2013-06-30 23:24:08 +02:00
Bram Moolenaar
c91ec4835b
Added tag v7-3-1279 for changeset cca600e60928
2013-06-30 22:43:27 +02:00
Bram Moolenaar
5d49f9cb13
updated for version 7.3.1279
...
Problem: Compiler warning for variable uninitialized. (Tony Mechelynck)
Solution: Add an init.
2013-06-30 22:43:27 +02:00
Bram Moolenaar
683008792a
Added tag v7-3-1278 for changeset cf52d2a8c05c
2013-06-30 17:51:51 +02:00
Bram Moolenaar
8625042c3e
updated for version 7.3.1278
...
Problem: When someone sets the screen size to a huge value with "stty" Vim
runs out of memory before reducing the size.
Solution: Limit Rows and Columns in more places.
2013-06-30 17:51:51 +02:00
Bram Moolenaar
e4166dfff2
Added tag v7-3-1277 for changeset 6a7ae677d6a1
2013-06-30 17:24:16 +02:00
Bram Moolenaar
ae892249db
updated for version 7.3.1277
...
Problem: In diff mode 'cursorline' also draws in the non-active window.
When 'nu' and 'sbr' are set the 'sbr' string is not underlined.
Solution: Only draw the cursor line in the current window. Combine the
'cursorline' and other highlighting attributes. (Christian
Brabandt)
2013-06-30 17:24:16 +02:00
Bram Moolenaar
dbc4421426
Added tag v7-3-1276 for changeset d2f9f67924e7
2013-06-30 15:01:23 +02:00
Bram Moolenaar
b5ef08a505
updated for version 7.3.1276
...
Problem: When using a cscope connection resizing the window may send
SIGWINCH to cscope and it quits.
Solution: Call setpgid(0, 0) in the child process. (Narendran Gopalakrishnan)
2013-06-30 15:01:22 +02:00
Bram Moolenaar
da17e9a4b3
Added tag v7-3-1275 for changeset 8875401008da
2013-06-30 14:46:53 +02:00
Bram Moolenaar
f5401d66dc
updated for version 7.3.1275
...
Problem: "gn" does not work when the match is a single character.
Solution: Fix it, add a test. (Christian Brabandt)
2013-06-30 14:46:53 +02:00
Bram Moolenaar
0938daa9c5
Added tag v7-3-1274 for changeset 761cef8f5d1d
2013-06-30 13:57:46 +02:00
Bram Moolenaar
eb2da5f7bc
updated for version 7.3.1274
...
Problem: When selecting an entry from a location list it may pick an
arbitrary window or open a new one.
Solution: Prefer using a window related to the location list. (Lech Lorens)
2013-06-30 13:57:45 +02:00
Bram Moolenaar
c5e47ec1d9
Added tag v7-3-1273 for changeset 30910831e5b0
2013-06-30 13:33:58 +02:00
Bram Moolenaar
b3c7d6ab51
updated for version 7.3.1273
...
Problem: When copying a location list the index might be wrong.
Solution: Set the index to one when using the first entry. (Lech Lorens)
2013-06-30 13:33:58 +02:00
Bram Moolenaar
1789dee1c3
Added tag v7-3-1272 for changeset a00cd1839ac4
2013-06-30 13:17:25 +02:00
Bram Moolenaar
2ae0271054
updated for version 7.3.1272
...
Problem: Crash when editing Ruby file. (Aliaksandr Rahalevich)
Solution: Reallocate the state list when necessary.
2013-06-30 13:17:24 +02:00
Bram Moolenaar
2932a1e35d
Added tag v7-3-1271 for changeset 034abed357a1
2013-06-30 12:21:24 +02:00
Bram Moolenaar
7faece501f
updated for version 7.3.1271
...
Problem: Command line completion does not work.
Solution: Move setting xp_line down. (Daniel Thau)
2013-06-30 12:21:24 +02:00
Bram Moolenaar
9e42be135b
Updated runtime files.
2013-06-29 23:05:20 +02:00
Bram Moolenaar
3a9c9205d6
Added tag v7-3-1270 for changeset 35b6fc57a286
2013-06-29 17:19:28 +02:00
Bram Moolenaar
a9e596293d
updated for version 7.3.1270
...
Problem: Using "Vp" in an empty buffer can't be undone. (Hauke Petersen)
Solution: Save one line in an empty buffer. (Christian Brabandt)
2013-06-29 17:19:28 +02:00
Bram Moolenaar
f025457f6f
Added tag v7-3-1269 for changeset 350239b0e9eb
2013-06-29 16:21:58 +02:00
Bram Moolenaar
dc2fc5fb1d
updated for version 7.3.1269
...
Problem: Insert completion keeps entry selected even though the list has
changed. (Olivier Teuliere)
Solution: Reset compl_shown_match and compl_curr_match. (Christian Brabandt)
2013-06-29 16:21:58 +02:00
Bram Moolenaar
4ac7f30325
Added tag v7-3-1268 for changeset 72fcf674e545
2013-06-29 15:40:04 +02:00
Bram Moolenaar
5ecbeb9155
updated for version 7.3.1268
...
Problem: ACL support doesn't work when when compiled with MingW.
Solution: Support ACL on MingW. (Ken Takata)
2013-06-29 15:40:04 +02:00
Bram Moolenaar
e7eceeb51b
Added tag v7-3-1267 for changeset cabdcfe72dc3
2013-06-29 15:36:27 +02:00
Bram Moolenaar
b0a38d7644
updated for version 7.3.1267
...
Problem: MS-Windows ACL support doesn't work well.
Solution: Implement more ACL support. (Ken Takata)
2013-06-29 15:36:26 +02:00
Bram Moolenaar
b39aa95144
Added tag v7-3-1266 for changeset bbe4bd64c68c
2013-06-29 15:19:21 +02:00
Bram Moolenaar
604a1559ab
updated for version 7.3.1266
...
Problem: QNX: GUI fails to start.
Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
2013-06-29 15:19:21 +02:00
Bram Moolenaar
efb2ec864a
Added tag v7-3-1265 for changeset 53c1b30632df
2013-06-29 15:07:22 +02:00
Bram Moolenaar
0815b367e7
updated for version 7.3.1265
...
Problem: Accepting "Vim:" for a modeline causes errors too often.
Solution: Require "Vim:" to be followed by "set".
2013-06-29 15:07:22 +02:00
Bram Moolenaar
d7ef2280f6
Added tag v7-3-1264 for changeset 558c815e1a38
2013-06-29 14:47:22 +02:00
Bram Moolenaar
699a085245
updated for version 7.3.1264
...
Problem: Missing m_nowait.
Solution: Include missing part of the patch.
2013-06-29 14:47:22 +02:00
Bram Moolenaar
112231af47
Added tag v7-3-1263 for changeset a02575cd564a
2013-06-29 14:42:26 +02:00
Bram Moolenaar
938fdfc57b
updated for version 7.3.1263
...
Problem: Typo in short option name.
Solution: Change "imse" to "imsf".
2013-06-29 14:42:26 +02:00
Bram Moolenaar
ca75564255
Added tag v7-3-1262 for changeset 5e0b6a9282df
2013-06-29 14:17:02 +02:00
Bram Moolenaar
7c70ae5758
updated for version 7.3.1262
...
Problem: Crash and compilation warnings with Cygwin.
Solution: Check return value of XmbTextListToTextProperty(). Add type casts.
Adjust #ifdefs. (Lech Lorens)
2013-06-29 14:17:02 +02:00
Bram Moolenaar
d2cb05892c
Added tag v7-3-1261 for changeset 1cf89d38aa76
2013-06-29 13:58:32 +02:00
Bram Moolenaar
3ff7e9068f
updated for version 7.3.1261
...
Problem: A buffer-local language mapping from a keymap stops a global
insert mode mapping from working. (Ron Aaron)
Solution: Do not wait for more characters to be typed only when the mapping
was defined with <nowait>.
2013-06-29 13:58:31 +02:00
Bram Moolenaar
b5330e9f46
Added tag v7-3-1260 for changeset 7aa4e0822dec
2013-06-29 12:58:33 +02:00
Bram Moolenaar
f92b434dda
updated for version 7.3.1260
...
Problem: User completion does not get the whole command line in the command
line window.
Solution: Pass on the whole command line. (Daniel Thau)
2013-06-29 12:58:33 +02:00
Bram Moolenaar
5e0c0b320d
Added tag v7-3-1259 for changeset 7ab94cb688be
2013-06-29 12:10:26 +02:00
Bram Moolenaar
2da94a1713
updated for version 7.3.1259
...
Problem: No test for patch 7.3.1258
Solution: Add a test entry.
2013-06-29 12:10:26 +02:00
Bram Moolenaar
033900d849
Added tag v7-3-1258 for changeset c9e2ccc53f2e
2013-06-28 23:04:42 +02:00
Bram Moolenaar
a7ca08c1cf
updated for version 7.3.1258
...
Problem: Using submatch() may crash Vim. (Ingo Karkat)
Solution: Restore the number of subexpressions used.
2013-06-28 23:04:42 +02:00
Bram Moolenaar
808cafec86
Added tag v7-3-1257 for changeset 5751284311f3
2013-06-28 20:36:31 +02:00
Bram Moolenaar
9349184891
updated for version 7.3.1257
...
Problem: With GNU gettext() ":lang de_DE.utf8" does not always result in
German messages.
Solution: Clear the $LANGUAGE environment variable.
2013-06-28 20:36:30 +02:00
Bram Moolenaar
03adc922d4
Added tag v7-3-1256 for changeset 322441058afc
2013-06-28 20:16:55 +02:00
Bram Moolenaar
46695c431d
updated for version 7.3.1256
...
Problem: Can't build without eval or autocmd feature.
Solution: Add #ifdefs.
2013-06-28 20:16:55 +02:00
Bram Moolenaar
46da2a30a1
Update runtime files. Remove duplicate tags in help.
2013-06-28 18:44:48 +02:00
Bram Moolenaar
4983582930
Added tag v7-3-1255 for changeset f8d307ebd74a
2013-06-27 22:36:03 +02:00
Bram Moolenaar
1c1cd3dbea
updated for version 7.3.1255
...
Problem: Clang warnings when building with Athena.
Solution: Add type casts. (Dominique Pelle)
2013-06-27 22:36:03 +02:00
Bram Moolenaar
cea429e8a9
Added tag v7-3-1254 for changeset 5eff37e92f03
2013-06-27 22:29:38 +02:00
Bram Moolenaar
d535349056
updated for version 7.3.1254
...
Problem: Can't build without the multi-lang feature. (John Marriott)
Solution: Add #ifdef.
2013-06-27 22:29:38 +02:00
Bram Moolenaar
e5fdf9e2ea
Added tag v7-3-1253 for changeset d6a7dea44a86
2013-06-27 22:21:24 +02:00
Bram Moolenaar
e0d087d7eb
updated for version 7.3.1253
...
Problem: Still undo problem after using CTRL-R = setline(). (Hirohito
Higashi)
Solution: Set the ins_need_undo flag.
2013-06-27 22:21:24 +02:00
Bram Moolenaar
398ccc6ae8
Added tag v7-3-1252 for changeset 875a0aeb301c
2013-06-27 22:02:02 +02:00
Bram Moolenaar
88e6ae9779
updated for version 7.3.1252
...
Problem: Gvim does not find the toolbar bitmap files in ~/vimfiles/bitmaps
if the corresponding menu command contains additional characters
like the shortcut marker '&' or if you use a non-english locale.
Solution: Use menu->en_dname or menu->dname. (Martin Gieseking)
2013-06-27 22:02:02 +02:00
Bjorn Winckler
e02ab36a78
Merge branch 'vim'
2013-06-27 21:40:25 +02:00
Bram Moolenaar
28c3203dcb
Added tag v7-3-1251 for changeset 788f48029677
2013-06-26 21:56:36 +02:00
Bram Moolenaar
e10ab8f1da
updated for version 7.3.1251
...
Problem: Test 61 messes up viminfo.
Solution: Specify a separate viminfo file.
2013-06-26 21:56:36 +02:00
Bram Moolenaar
6da669108f
Added tag v7-3-1250 for changeset 6aecf486bb34
2013-06-26 21:49:51 +02:00
Bram Moolenaar
0c5ad6ed27
updated for version 7.3.1250
...
Problem: Python tests fail on MS-Windows.
Solution: Change backslashes to slashes. (Taro Muraoka)
2013-06-26 21:49:51 +02:00
Bram Moolenaar
398f55598b
Added tag v7-3-1249 for changeset b614332f7df2
2013-06-26 20:04:35 +02:00
Bram Moolenaar
e163ff415d
updated for version 7.3.1249
...
Problem: Modeline not recognized when using "Vim" instead of "vim".
Solution: Also accept "Vim".
2013-06-26 20:04:35 +02:00
Bram Moolenaar
52ec1f447d
Added tag v7-3-1248 for changeset 3717d569027d
2013-06-26 19:18:05 +02:00
Bram Moolenaar
2d34f2abbc
updated for version 7.3.1248
...
Problem: Still have old hacking code for Input Method.
Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to
Input Method activation. (Yukihiro Nakadaira)
2013-06-26 19:18:05 +02:00
Bram Moolenaar
5789a47460
Added tag v7-3-1247 for changeset f451d60ab8ec
2013-06-26 18:16:58 +02:00
Bram Moolenaar
428e6fb425
updated for version 7.3.1247
...
Problem: New regexp engine: '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match.
Solution: When there is a PIM add a duplicate state that starts at another
position.
2013-06-26 18:16:58 +02:00
Bram Moolenaar
8fd9ab9013
Added tag v7-3-1246 for changeset a1b41dabc682
2013-06-26 14:04:47 +02:00
Bram Moolenaar
6cf38a055d
updated for version 7.3.1246
...
Problem: When setting 'winfixheight' and resizing the window causes the
window layout to be wrong.
Solution: Add frame_check_height() and frame_check_width() (Yukihiro
Nakadaira)
2013-06-26 14:04:47 +02:00
Bram Moolenaar
564fb602a1
Updated runtime files. New version of TOhtml plugin.
2013-06-26 13:28:14 +02:00
Bram Moolenaar
c8da850cf6
Added tag v7-3-1245 for changeset 43329b2b5b79
2013-06-26 13:16:20 +02:00
Bram Moolenaar
06572bfb8e
updated for version 7.3.1245
...
Problem: MS-Windows: confirm() dialog text may still not fit.
Solution: Use GetTextWidthEnc() instead of GetTextWidth() in two more
places. (Yasuhiro Matsumoto)
2013-06-26 13:16:20 +02:00
Bram Moolenaar
3be3a71ecf
Added tag v7-3-1244 for changeset b4a71dbdb787
2013-06-26 12:58:32 +02:00
Bram Moolenaar
2fdd7f1c92
updated for version 7.3.1244
...
Problem: MS-Windows: confirm() dialog text may not fit.
Solution: Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro
Matsumoto)
2013-06-26 12:58:32 +02:00
Bram Moolenaar
5a7e9744f8
Added tag v7-3-1243 for changeset 8a7d3a73adab
2013-06-26 12:42:45 +02:00
Bram Moolenaar
c0579225cd
updated for version 7.3.1243
...
Problem: New regexp engine: back references in look-behind match don't
work. (Lech Lorens)
Solution: Copy the submatches before a recursive match.
2013-06-26 12:42:44 +02:00
Bram Moolenaar
0195cfb3e5
Added tag v7-3-1242 for changeset b4a2eaf28b51
2013-06-24 22:33:30 +02:00
Bram Moolenaar
e62a1c3009
updated for version 7.3.1242
...
Problem: No failure when trying to use a number as a string.
Solution: Give an error when StringToLine() is called with an instance of
the wrong type. (Jun Takimoto)
2013-06-24 22:33:30 +02:00
Bram Moolenaar
9bd6fbdcb1
Added tag v7-3-1241 for changeset c87476046967
2013-06-24 22:23:55 +02:00
Bram Moolenaar
4c28e5c51f
updated for version 7.3.1241
...
Problem: Some test files missing from the distribution.
Solution: Update the list of files.
2013-06-24 22:23:55 +02:00
Bram Moolenaar
db8bfcbe14
Update runtime files.
2013-06-24 22:22:18 +02:00
Bram Moolenaar
3a3617a4f5
Added tag v7-3-1240 for changeset bc9125136c69
2013-06-24 22:17:32 +02:00
Bram Moolenaar
f15621e7d6
updated for version 7.3.1240
...
Problem: Memory leak in findfile().
Solution: Free the memory. (Christian Brabandt)
2013-06-24 22:17:32 +02:00
Bram Moolenaar
d98075db1f
Added tag v7-3-1239 for changeset e130cc3d17af
2013-06-24 21:21:58 +02:00
Bram Moolenaar
01d0a77bb2
updated for version 7.3.1239
...
Problem: Can't build with Python and MSVC10.
Solution: Move #if outside of macro. (Taro Muraoka)
2013-06-24 21:21:58 +02:00
Bram Moolenaar
8af8c32191
Added tag v7-3-1238 for changeset 048c69ebe8ee
2013-06-24 20:32:58 +02:00
Bram Moolenaar
03850cc98d
updated for version 7.3.1238
...
Problem: Crash in Python interface on 64 bit machines.
Solution: Change argument type of PyString_AsStringAndSize. (Taro Muraoka,
Jun Takimoto)
2013-06-24 20:32:57 +02:00
Bram Moolenaar
09cd3090b7
Added tag v7-3-1237 for changeset 5b2c8f3b3906
2013-06-23 16:40:40 +02:00
Bram Moolenaar
d5b2bf70d1
updated for version 7.3.1237
...
Problem: Python: non-import errors not handled correctly.
Solution: Let non-ImportError exceptions pass the finder. (ZyX)
2013-06-23 16:40:39 +02:00
Bram Moolenaar
23d0c918c2
Added tag v7-3-1236 for changeset 39980afcf54a
2013-06-23 16:35:47 +02:00
Bram Moolenaar
92bef72ef8
updated for version 7.3.1236
...
Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED.
Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
2013-06-23 16:35:47 +02:00
Bram Moolenaar
794b3d62f6
Added tag v7-3-1235 for changeset 9ae0fe467776
2013-06-23 16:16:19 +02:00
Bram Moolenaar
6c80166a89
updated for version 7.3.1235
...
Problem: In insert mode CTRL-] is not inserted, on the command-line it is.
Solution: Don't insert CTRL-] on the command line. (Yukihiro Nakadaira)
2013-06-23 16:16:19 +02:00
Bram Moolenaar
57a498fde3
Added tag v7-3-1234 for changeset f4969f8f66e9
2013-06-23 16:04:08 +02:00
Bram Moolenaar
c9152df986
updated for version 7.3.1234
...
Problem: Python: Strings are not marked for translation.
Solution: Add N_() where appropriate. (ZyX)
2013-06-23 16:04:08 +02:00
Bjorn Winckler
ce999c0015
Merge branch 'vim'
2013-06-23 16:00:32 +02:00
Bjorn Winckler
3a9ba01c5c
Ignore files in src/auto/
2013-06-23 15:59:51 +02:00
Bjorn Winckler
81f35d1bf3
Restore 'src/configure' script from upstream
...
The 'src/configure' script got clobbered by 'src/auto/configure' a long
time ago by 'autoconf' being called manually in 'src/' instead of
calling 'make autoconf'. This commit restores the proper src/configure
script. (Patch suggested by gmn.)
2013-06-23 15:55:57 +02:00
Bram Moolenaar
427a1c6741
Added tag v7-3-1233 for changeset 4ed713442c51
2013-06-23 14:37:07 +02:00
Bram Moolenaar
6561c00337
updated for version 7.3.1233
...
Problem: Various Python problems.
Solution: Fix VimTryEnd. Crash with debug build and PYTHONDUMPREFS=1. Memory
leaks in StringToLine(), BufferMark() and convert_dl. (ZyX)
2013-06-23 14:37:07 +02:00
Bram Moolenaar
270e1b7795
Added tag v7-3-1232 for changeset a594ce86b5ea
2013-06-23 14:30:47 +02:00
Bram Moolenaar
af7e16f1b3
updated for version 7.3.1232
...
Problem: Python: inconsistencies in variable names.
Solution: Rename variables. (ZyX)
2013-06-23 14:30:47 +02:00
Bram Moolenaar
0f6ddbd5b1
Added tag v7-3-1231 for changeset 537bbfff0c5c
2013-06-23 14:16:57 +02:00
Bram Moolenaar
ce9a6dc7ae
updated for version 7.3.1231
...
Problem: Python: use of numbers not consistent.
Solution: Add support for Number protocol. (ZyX)
2013-06-23 14:16:57 +02:00
Bram Moolenaar
8d5c9bef58
Added tag v7-3-1230 for changeset f5c822e5a0eb
2013-06-23 13:46:40 +02:00
Bram Moolenaar
83b5ab772c
updated for version 7.3.1230
...
Problem: Python: Exception messages are not clear.
Solution: Make exception messages more verbose. (ZyX)
2013-06-23 13:46:40 +02:00
Bram Moolenaar
5163409008
Added tag v7-3-1229 for changeset b6e693e1f946
2013-06-23 13:28:17 +02:00
Bram Moolenaar
a45c0ac616
updated for version 7.3.1229
...
Problem: Python: not so easy to delete/restore translating.
Solution: Make macros do translation of exception messages. (ZyX)
Note: this breaks translations!
2013-06-23 13:28:17 +02:00
Bram Moolenaar
4887e22aa8
Added tag v7-3-1228 for changeset 620d9b59d4ed
2013-06-23 13:11:18 +02:00
Bram Moolenaar
20ee11385a
updated for version 7.3.1228
...
Problem: Python: various inconsistencies and problems.
Solution: StringToLine now supports both bytes() and unicode() objects.
Make function names consistant. Fix memory leak fixed in
StringToLine. (ZyX)
2013-06-23 13:11:18 +02:00
Bram Moolenaar
33896b6370
Added tag v7-3-1227 for changeset 5cee875f3096
2013-06-23 13:00:44 +02:00
Bram Moolenaar
d9a5c6902f
updated for version 7.3.1227
...
Problem: Inconsistent string conversion.
Solution: Use 'encoding' instead of utf-8. Use METH_O in place of
METH_VARARGS where appropriate. (ZyX)
2013-06-23 13:00:44 +02:00
Bram Moolenaar
6e60fc4670
Added tag v7-3-1226 for changeset b34d719b13cd
2013-06-23 12:51:32 +02:00
Bram Moolenaar
83d8aa75d3
updated for version 7.3.1226
...
Problem: Python: duplicate code.
Solution: Share code between OutputWrite() and OutputWritelines(). (ZyX)
2013-06-23 12:51:32 +02:00
Bram Moolenaar
bd9087fd48
Added tag v7-3-1225 for changeset 27b008d5b7ac
2013-06-22 13:00:16 +02:00
Bram Moolenaar
e5857c8449
updated for version 7.3.1225
...
Problem: Compiler warnings when building with Motif.
Solution: Change set_label() argument. (Kazunobu Kuriyama)
2013-06-22 13:00:16 +02:00
Bram Moolenaar
80432ced82
Added tag v7-3-1224 for changeset 0a379dea13c9
2013-06-21 18:31:23 +02:00
Bram Moolenaar
8fd588fb4d
updated for version 7.3.1224
...
Problem: Clang gives warnings on xxd.
Solution: Change how to use part of a string. (Dominique Pelle) Also avoid
warning for return not reached.
2013-06-21 18:31:23 +02:00
Bjorn Winckler
027c687862
Fix getfontname()
2013-06-21 15:52:31 +02:00
Bjorn Winckler
324a55231d
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-06-20 22:42:36 +02:00
Bram Moolenaar
8e79fe23a7
Added tag v7-3-1223 for changeset 5cd32322154c
2013-06-19 21:17:31 +02:00
Bram Moolenaar
0af3ab2804
updated for version 7.3.1223
...
Problem: Tests fail on MS-Windows.
Solution: Avoid depending on OS version. Use DOS commands instead of Unix
commands. (Taro Muraoka, Ken Takata)
2013-06-19 21:17:31 +02:00
Bram Moolenaar
94587a5cdd
Added tag v7-3-1222 for changeset 07831d280e90
2013-06-19 20:11:50 +02:00
Bram Moolenaar
cec8537c3b
updated for version 7.3.1222
...
Problem: Cannot execute some tests from the src directoly.
Solution: Add missing targets.
2013-06-19 20:11:50 +02:00
Bram Moolenaar
c1e8fe3f7f
Added tag v7-3-1221 for changeset 9f7b92f232d3
2013-06-18 23:31:56 +02:00
Bram Moolenaar
0e1fb0aaec
updated for version 7.3.1221
...
Problem: When build flags change "make distclean" run into a configure
error.
Solution: When CFLAGS changes delete auto/config.cache. Also avoid adding
duplicate text to flags.
2013-06-18 23:31:55 +02:00
Bram Moolenaar
a7a5a051f7
Added tag v7-3-1220 for changeset ba7db05e1482
2013-06-17 22:43:25 +02:00
Bram Moolenaar
49f48d00a4
updated for version 7.3.1220
...
Problem: MS-Windows: When using wide font italic and bold are not included.
Solution: Support wide-bold, wide-italic and wide-bold-italic. (Ken Takata,
Taro Muraoka)
2013-06-17 22:43:25 +02:00
Bram Moolenaar
5487c2fc5a
Added tag v7-3-1219 for changeset eb5c3508cd7d
2013-06-17 22:04:38 +02:00
Bram Moolenaar
f0b3906147
updated for version 7.3.1219
...
Problem: No test for using []] inside \%[].
Solution: Add a test.
2013-06-17 22:04:38 +02:00
Bram Moolenaar
9460338252
Added tag v7-3-1218 for changeset d10ede931224
2013-06-17 21:53:37 +02:00
Bram Moolenaar
529ed4bcb1
updated for version 7.3.1218
...
Problem: "make test" on MS-Windows does not clean all temporary files and
gives some unneccessary message.
Solution: Clean the right files. Create .failed files. (Ken Takata)
2013-06-17 21:53:37 +02:00
Bram Moolenaar
2ddd292712
Added tag v7-3-1217 for changeset 613651492c19
2013-06-17 21:33:41 +02:00
Bram Moolenaar
6fec7c72e1
updated for version 7.3.1217
...
Problem: New regexp engine: Can't handle \%[[ao]]. (Yukihiro Nakadaira)
Solution: Support nested atoms inside \%[].
2013-06-17 21:33:41 +02:00
Bram Moolenaar
76ee6e46f7
Added tag v7-3-1216 for changeset b89aa3374b7f
2013-06-17 20:27:18 +02:00
Bram Moolenaar
c1c3ea54be
updated for version 7.3.1216
...
Problem: Configure can't find Motif on Ubuntu.
Solution: Search for libXm in /usr/lib/*-linux-gnu.
2013-06-17 20:27:18 +02:00
Bram Moolenaar
e85422489e
Added tag v7-3-1215 for changeset 8bbd0ff486b3
2013-06-17 19:26:36 +02:00
Bram Moolenaar
66699c643b
updated for version 7.3.1215
...
Problem: Compiler warning for function not defined.
Solution: Add #ifdef.
2013-06-17 19:26:36 +02:00
Bjorn Winckler
6fc791c663
Merge branch 'vim'
2013-06-17 17:29:40 +02:00
Bram Moolenaar
7fc98425ba
Added tag v7-3-1214 for changeset bcb84438bb5b
2013-06-16 22:49:14 +02:00
Bram Moolenaar
275152c6ea
updated for version 7.3.1214
...
Problem: Missing declaration for init_users() and realloc_post_list().
(Salman Halim)
Solution: Add the declarations.
2013-06-16 22:49:14 +02:00
Bram Moolenaar
9426fced8b
Added tag v7-3-1213 for changeset ae05437a744a
2013-06-16 17:32:40 +02:00
Bram Moolenaar
ef27b7c8cf
updated for version 7.3.1213
...
Problem: Can't build with small features and Python.
Solution: Adjust #ifdefs.
2013-06-16 17:32:40 +02:00
Bram Moolenaar
8461c39b5a
Added tag v7-3-1212 for changeset 81e623ff2e55
2013-06-16 16:57:46 +02:00
Bram Moolenaar
58e04e3026
updated for version 7.3.1212
...
Problem: "make test" on MS-Windows does not report failure like Unix does.
Solution: Make it work like on Unix. (Taro Muraoka)
2013-06-16 16:57:46 +02:00
Bram Moolenaar
ef22aecae1
Added tag v7-3-1211 for changeset 1cf02fbe6281
2013-06-16 16:41:47 +02:00
Bram Moolenaar
61c2078e57
updated for version 7.3.1211
...
Problem: MS-Windows: When 'encoding' differs from the current codepage
":hardcopy" does not work properly.
Solution: Use TextOutW() and SetDlgItemTextW(). (Ken Takata)
2013-06-16 16:41:47 +02:00
Bram Moolenaar
240f1424d4
Added tag v7-3-1210 for changeset 7155782d94fb
2013-06-16 16:34:57 +02:00
Bram Moolenaar
173817a3d8
updated for version 7.3.1210
...
Problem: 'backupcopy' default on MS-Windows is wrong when 'encoding' equals
the current codepage.
Solution: Change the #else block. (Ken Takata)
2013-06-16 16:34:56 +02:00
Bram Moolenaar
90f42693e7
Added tag v7-3-1209 for changeset afb00cc8caac
2013-06-16 16:14:03 +02:00
Bram Moolenaar
3d5da9196a
updated for version 7.3.1209
...
Problem: No completion for ":tabdo".
Solution: Add tabdo to the list of modifiers. (Dominique Pelle)
2013-06-16 16:14:03 +02:00
Bram Moolenaar
07db962593
Added tag v7-3-1208 for changeset 784e342ddcae
2013-06-16 16:01:26 +02:00
Bram Moolenaar
6a76b68a81
updated for version 7.3.1208
...
Problem: Compiler warnings on MS-Windows.
Solution: Add type cast. Move variable declaration. (Mike Williams)
2013-06-16 16:01:25 +02:00
Bram Moolenaar
25532cd776
Added tag v7-3-1207 for changeset 6ae32a64e153
2013-06-16 15:43:50 +02:00
Bram Moolenaar
9c88724f7b
updated for version 7.3.1207
...
Problem: New regexp engine: no match found on "#if FOO". (Lech Lorens)
Solution: When adding a state gets skipped don't adjust the index.
2013-06-16 15:43:50 +02:00
Bram Moolenaar
722eac0cb9
Added tag v7-3-1206 for changeset 8dd2769ab75c
2013-06-16 14:25:57 +02:00
Bram Moolenaar
3b4a2ebab4
updated for version 7.3.1206
...
Problem: Inconsistent function argument declarations.
Solution: Use ANSI style.
2013-06-16 14:25:57 +02:00
Bram Moolenaar
2e52d0e52f
Added tag v7-3-1205 for changeset d02448031708
2013-06-16 14:20:14 +02:00
Bram Moolenaar
a5636e2a39
updated for version 7.3.1205
...
Problem: logtalk.dict is not removed on uninstall.
Solution: Remove the file. (Kazunobu Kuriyama)
2013-06-16 14:20:13 +02:00
Bram Moolenaar
a26e875fb9
Added tag v7-3-1204 for changeset 0792cc5133ce
2013-06-16 14:18:28 +02:00
Bram Moolenaar
fa9d963b1e
updated for version 7.3.1204
...
Problem: Calling gettabwinvar() in 'tabline' cancels Visual mode. (Hirohito
Higashi)
Solution: Don't always use goto_tabpage_tp().
2013-06-16 14:18:28 +02:00
Bram Moolenaar
6335d3f748
Added tag v7-3-1203 for changeset ba328b4a990e
2013-06-15 23:00:30 +02:00
Bram Moolenaar
db7799f1f6
updated for version 7.3.1203
...
Problem: Matches from matchadd() might be highlighted incorrectly when they
are at a fixed position and inserting lines. (John Szakmeister)
Solution: Redraw all lines below a change if there are highlighted matches.
(idea by Christian Brabandt)
2013-06-15 23:00:30 +02:00
Bram Moolenaar
4069fc6d74
Added tag v7-3-1202 for changeset 1707ddb6f5ae
2013-06-15 22:26:52 +02:00
Bram Moolenaar
d385f334d8
updated for version 7.3.1202
...
Problem: Tags are not found in case-folded tags file. (Darren cole, Issue
90)
Solution: Take into account that when case folding was used for the tags
file "!rm" sorts before the "!_TAG" header lines.
2013-06-15 22:26:52 +02:00
Bram Moolenaar
e751294980
Added tag v7-3-1201 for changeset d8f65e6238fa
2013-06-15 21:54:16 +02:00
Bram Moolenaar
bf04d0b241
updated for version 7.3.1201
...
Problem: When a startup script creates a preview window, it probably
becomes the current window.
Solution: Make another window the current one. (Christian Brabandt)
2013-06-15 21:54:16 +02:00
Bram Moolenaar
38a2d6a2ae
Updated runtime files.
2013-06-15 21:39:51 +02:00
Bram Moolenaar
2386d6596c
Added tag v7-3-1200 for changeset 2945fe016b93
2013-06-15 17:54:43 +02:00
Bram Moolenaar
5d1271e5c9
updated for version 7.3.1200
...
Problem: When calling setline() from Insert mode, using CTRL-R =, undo does
not work properly. (Israel Chauca)
Solution: Sync undo after evaluating the expression. (Christian Brabandt)
2013-06-15 17:54:43 +02:00
Bram Moolenaar
329c21dee6
Added tag v7-3-1199 for changeset be2973afe770
2013-06-15 17:06:37 +02:00
Bram Moolenaar
ec3970cccb
updated for version 7.3.1199
...
Problem: When evaluating 'foldexpr' causes an error this is silently
ignored and evaluation is retried every time.
Solution: Set emsg_silent instead of emsg_off. Stop evaluating 'foldexpr' is
it is causing errors. (Christian Brabandt)
2013-06-15 17:06:36 +02:00
Bram Moolenaar
9f6a68282a
Added tag v7-3-1198 for changeset 517fa1a34c7c
2013-06-15 16:47:36 +02:00
Bram Moolenaar
340eabfdb6
updated for version 7.3.1198
...
Problem: Build error when using Perl 5.18.0 and dynamic loading.
Solution: Change #ifdefs for Perl_croak_xs_usage. (Ike Devolder)
2013-06-15 16:47:35 +02:00
Bram Moolenaar
b6d3a9115c
Added tag v7-3-1197 for changeset 2fc1f3346bfb
2013-06-15 16:31:47 +02:00
Bram Moolenaar
d9e38e9176
updated for version 7.3.1197
...
Problem: ":wviminfo!" does not write history previously read from a viminfo
file. (Roland Eggner)
Solution: When not merging history write all entries.
2013-06-15 16:31:47 +02:00
Bram Moolenaar
7c52d7160a
Added tag v7-3-1196 for changeset 56fbf60e9476
2013-06-15 15:09:50 +02:00
Bram Moolenaar
a100ca1dd3
updated for version 7.3.1196
...
Problem: Old regexp engine does not match pattern with backref correctly.
(Dominique Pelle)
Solution: Fix setting status. Test multi-line patterns better.
2013-06-15 15:09:50 +02:00
Bram Moolenaar
840a83068c
Added tag v7-3-1195 for changeset 4837fd61be52
2013-06-14 22:48:54 +02:00
Bram Moolenaar
37fed06255
updated for version 7.3.1195
...
Problem: Compiler warning for unitialized variable. (Tony Mechelynck)
Solution: Set the length to the matching backref.
2013-06-14 22:48:54 +02:00
Bram Moolenaar
ba48a726b9
Added tag v7-3-1194 for changeset 91136a41f83f
2013-06-14 22:33:52 +02:00
Bram Moolenaar
d683e1bf30
updated for version 7.3.1194
...
Problem: Yaml highlighting is slow.
Solution: Tune the estimation of pattern failure chance.
2013-06-14 22:33:51 +02:00
Bjorn Winckler
946e219725
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-06-14 22:57:59 +03:00
Bram Moolenaar
debd2cc961
Added tag v7-3-1193 for changeset 8b46c37c4b84
2013-06-14 21:22:39 +02:00
Bram Moolenaar
09cdb95d40
updated for version 7.3.1193
...
Problem: fail_if_missing not used for Python 3.
Solution: Give an error when Python 3 can't be configured. (Andrei Olsen)
2013-06-14 21:22:39 +02:00
Bram Moolenaar
b9abfd7c9c
Added tag v7-3-1192 for changeset 07b9c48a30e9
2013-06-14 21:15:25 +02:00
Bram Moolenaar
177c29c1ee
updated for version 7.3.1192
...
Problem: Valgrind reports errors when using backreferences. (Dominique
Pelle)
Solution: Do not check the end of submatches.
2013-06-14 21:15:25 +02:00
Bram Moolenaar
6f5b46caa9
Added tag v7-3-1191 for changeset 4c42efb4c098
2013-06-14 20:31:28 +02:00
Bram Moolenaar
6cd03cb791
updated for version 7.3.1191
...
Problem: Backreference to previous line doesn't work. (Lech Lorens)
Solution: Implement looking in another line.
2013-06-14 20:31:28 +02:00
Bram Moolenaar
00ee0a5848
Added tag v7-3-1190 for changeset 25d64a4edc0b
2013-06-14 19:15:58 +02:00
Bram Moolenaar
dffb25233a
updated for version 7.3.1190
...
Problem: Compiler warning for parentheses. (Christian Wellenbrock)
Solution: Change #ifdef.
2013-06-14 19:15:58 +02:00
Bram Moolenaar
cba304532a
Added tag v7-3-1189 for changeset dc78a26f6f64
2013-06-13 22:59:30 +02:00
Bram Moolenaar
d2f0cfa3d6
updated for version 7.3.1189
...
Problem: Highlighting is still wrong sometimes. (Dominique Pelle)
Solution: Also restore reginput properly.
2013-06-13 22:59:30 +02:00
Bram Moolenaar
dfbbf0540c
Added tag v7-3-1188 for changeset 6f7ed9b799a3
2013-06-13 21:57:20 +02:00
Bram Moolenaar
c3ebb5dd9e
updated for version 7.3.1188
...
Problem: Newline characters messing up error message.
Solution: Remove the newlines. (Kazunobu Kuriyama)
2013-06-13 21:57:20 +02:00
Bram Moolenaar
22d12f8307
Added tag v7-3-1187 for changeset fefd8d33a7ea
2013-06-13 21:24:06 +02:00
Bram Moolenaar
f3c4610601
updated for version 7.3.1187
...
Problem: "s:" is recognized but "<SID>" is not. (ZyX)
Solution: Translate "<SID>" like "s:".
2013-06-13 21:24:06 +02:00
Bram Moolenaar
9aa6538155
Added tag v7-3-1186 for changeset 7b8991e084f9
2013-06-13 20:57:50 +02:00
Bram Moolenaar
795b1d6d63
updated for version 7.3.1186
...
Problem: Python 3: test 87 may crash.
Solution: Use _PyArg_Parse_SizeT instead of PyArg_Parse. (Jun Takimoto)
2013-06-13 20:57:50 +02:00
Bram Moolenaar
68e73ada78
Added tag v7-3-1185 for changeset 6d935f45c489
2013-06-13 20:19:40 +02:00
Bram Moolenaar
38388a218e
updated for version 7.3.1185
...
Problem: New regexp engine: no match with ^ after \n. (SungHyun Nam)
Solution: Fix it, add a test.
2013-06-13 20:19:40 +02:00
Bjorn Winckler
f72d696060
Merge branch 'vim'
...
Conflicts:
runtime/doc/gui.txt
2013-06-13 21:13:21 +03:00
Bram Moolenaar
3d5b047a3a
Added tag v7-3-1184 for changeset 9e36c6b1ebf4
2013-06-13 19:47:07 +02:00
Bram Moolenaar
8040318722
updated for version 7.3.1184
...
Problem: Highlighting is sometimes wrong. (Axel Bender)
Solution: Fetch regline again when returning from recursive regmatch.
2013-06-13 19:47:07 +02:00
Bram Moolenaar
e3554fe9cd
Add missing files from 7.3.1183.
2013-06-13 19:44:55 +02:00
Bram Moolenaar
30960e62af
Added tag v7-3-1183 for changeset 044d23a64c17
2013-06-13 19:27:19 +02:00
Bram Moolenaar
4ccc8bf457
updated for version 7.3.1183
...
Problem: Python tests 86 and 87 fail.
Solution: Add "empty" files. (ZyX)
2013-06-13 19:27:18 +02:00
Bram Moolenaar
8eecc0418a
Added tag v7-3-1182 for changeset fa98c2b030ed
2013-06-12 22:41:37 +02:00
Bram Moolenaar
e11dff3b03
updated for version 7.3.1182
...
Problem: 'backupcopy' default on MS-Windows does not work for hard and soft
links.
Solution: Check for links. (David Pope, Ken Takata)
2013-06-12 22:41:37 +02:00
Bram Moolenaar
608d9eab65
Added tag v7-3-1181 for changeset b7bb20390111
2013-06-12 22:08:58 +02:00
Bram Moolenaar
7c246748ff
updated for version 7.3.1181
...
Problem: Wrong error message for 1.0[0].
Solution: Check for funcref and float separately. (Yasuhiro Matsumoto)
2013-06-12 22:08:58 +02:00
Bram Moolenaar
a2e15c3767
Update runtime files.
2013-06-12 21:29:15 +02:00
Bram Moolenaar
dc6acd9ec5
Added tag v7-3-1180 for changeset 04b8912a9c85
2013-06-12 21:25:23 +02:00
Bram Moolenaar
7c8de5e2b5
updated for version 7.3.1180
...
Problem: When current directory changes, path from cscope may no longer be
valid. (AS Budden)
Solution: Always store the absolute path. (Christian Brabandt)
2013-06-12 21:25:23 +02:00
Bram Moolenaar
0d48cab832
Added tag v7-3-1179 for changeset d84833983de7
2013-06-12 21:00:27 +02:00
Bram Moolenaar
b7d79a75d7
updated for version 7.3.1179
...
Problem: When a global mapping starts with the same characters as a
buffer-local mapping Vim waits for a character to be typed to find
out whether the global mapping is to be used. (Andy Wokula)
Solution: Use the local mapping without waiting. (Michael Henry)
2013-06-12 21:00:26 +02:00
Bram Moolenaar
e393ffd225
Added tag v7-3-1178 for changeset c4d4f0fc12b9
2013-06-12 20:35:58 +02:00
Bram Moolenaar
f92cf4c956
updated for version 7.3.1178
...
Problem: Can't put all Vim config files together in one directory.
Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
2013-06-12 20:35:58 +02:00
Bram Moolenaar
6d40ff3cc0
Added tag v7-3-1177 for changeset e79a20f07daa
2013-06-12 19:52:15 +02:00
Bram Moolenaar
88bdcf7947
updated for version 7.3.1177
...
Problem: Wasting memory on padding.
Solution: Reorder struct fields. (Dominique Pelle)
2013-06-12 19:52:15 +02:00
Bram Moolenaar
26445c290d
Added tag v7-3-1176 for changeset e48cabe98453
2013-06-12 18:13:38 +02:00
Bram Moolenaar
05f9f263fb
updated for version 7.3.1176
...
Problem: Compiler warnings on 64 bit system.
Solution: Add type casts. (Mike Williams)
2013-06-12 18:13:38 +02:00
Bram Moolenaar
cae3256a70
Added tag v7-3-1175 for changeset 84a8d1ba81c3
2013-06-12 17:12:24 +02:00
Bram Moolenaar
fcecb7f5ce
updated for version 7.3.1175
...
Problem: Using isalpha() and isalnum() can be slow.
Solution: Use range checks. (Mike Williams)
2013-06-12 17:12:24 +02:00
Bram Moolenaar
013656f2e9
Added tag v7-3-1174 for changeset 52850ef928f8
2013-06-12 14:41:04 +02:00
Bram Moolenaar
efe66fefd5
updated for version 7.3.1174
...
Problem: Python 2 and 3 use different ways to load modules.
Solution: Use the same method. (ZyX)
2013-06-12 14:41:04 +02:00
Bram Moolenaar
79bcd874a6
Added tag v7-3-1173 for changeset b584d361e746
2013-06-12 14:26:26 +02:00
Bram Moolenaar
cbb260d64b
updated for version 7.3.1173
...
Problem: Python 2 tests don't have the same output everywhere.
Solution: Make the Python 2 tests more portable. (ZyX)
2013-06-12 14:26:26 +02:00
Bram Moolenaar
76c700a3bb
Added tag v7-3-1172 for changeset 96e154e825a7
2013-06-12 14:20:36 +02:00
Bram Moolenaar
4ea2fec7aa
updated for version 7.3.1172
...
Problem: Python 2: loading modules doesn't work well.
Solution: Fix the code. Add more tests. (ZyX)
2013-06-12 14:20:36 +02:00
Bram Moolenaar
9755abb493
Added tag v7-3-1171 for changeset fc7f985df537
2013-06-12 14:10:27 +02:00
Bram Moolenaar
ed7ffe3784
updated for version 7.3.1171
...
Problem: Check for digits and ascii letters can be faster.
Solution: Use a trick with one comparison. (Dominique Pelle)
2013-06-12 14:10:26 +02:00
Bram Moolenaar
56feb8d75f
Added tag v7-3-1170 for changeset 14c2e63caec6
2013-06-12 13:37:43 +02:00
Bram Moolenaar
606c4e4d31
updated for version 7.3.1170
...
Problem: Patch 7.3.1058 breaks backwards compatibility, not possible to use
a function reference as a string. (lilydjwg)
Solution: Instead of translating the function name only translate "s:".
2013-06-12 13:37:43 +02:00
Bram Moolenaar
bbadbd63a9
Added tag v7-3-1169 for changeset a83fb2bd8c8e
2013-06-11 22:44:09 +02:00
Bram Moolenaar
269bd3dab9
updated for version 7.3.1169
...
Problem: New regexp engine: some work is done while executing a pattern,
even though the result is predictable.
Solution: Do the work while compiling the pattern.
2013-06-11 22:44:09 +02:00
Bjorn Winckler
67d2e5b2d0
Merge branch 'vim'
...
Conflicts:
src/auto/configure
src/if_python.c
2013-06-11 22:11:16 +02:00
Bram Moolenaar
a4341a3116
Added tag v7-3-1168 for changeset ed47632fd149
2013-06-11 20:53:28 +02:00
Bram Moolenaar
83b7c9573f
updated for version 7.3.1168
...
Problem: Python "sane" configure checks give a warning message.
Solution: Use single quotes intead of escaped double quotes. (Ben Fritz)
2013-06-11 20:53:28 +02:00
Bram Moolenaar
b39ee674d4
Added tag v7-3-1167 for changeset 81dedcd64821
2013-06-11 19:53:45 +02:00
Bram Moolenaar
be0607e19d
updated for version 7.3.1167
...
Problem: Python configure check doesn't reject Python 2 when requesting
Python 3. Some systems need -pthreads instead of -pthread.
Solution: Adjust configure accordingly. (Andrei Olsen)
2013-06-11 19:53:45 +02:00
Bram Moolenaar
7d406c332f
Added tag v7-3-1166 for changeset d59ff2114733
2013-06-11 18:48:22 +02:00
Bram Moolenaar
da92dfc155
updated for version 7.3.1166
...
Problem: Loading Python modules is not tested.
Solution: Enable commented-out tests, add missing files. (ZyX)
2013-06-11 18:48:21 +02:00
Bram Moolenaar
865eb415e5
Added tag v7-3-1165 for changeset 05b8436873d4
2013-06-11 18:42:36 +02:00
Bram Moolenaar
5d884c78e5
updated for version 7.3.1165
...
Problem: HP-UX compiler can't handle zero size array. (Charles Cooper)
Solution: Make the array one item big.
2013-06-11 18:42:36 +02:00
Bram Moolenaar
88c2210334
Added tag v7-3-1164 for changeset 4db0bf9f1b44
2013-06-11 18:40:13 +02:00
Bram Moolenaar
e4a19e5556
updated for version 7.3.1164
...
Problem: Can't test what is actually displayed on screen.
Solution: Add the screenchar() and screenattr() functions.
2013-06-11 18:40:13 +02:00
Bram Moolenaar
ced8b1e6ee
Added tag v7-3-1163 for changeset 70b1178dec79
2013-06-10 21:27:29 +02:00
Bram Moolenaar
fe75785d8e
updated for version 7.3.1163
...
Problem: Not easy to load Python modules.
Solution: Search "python2", "python3" and "pythonx" directories in
'runtimepath' for Python modules. (ZyX)
2013-06-10 21:27:29 +02:00
Bram Moolenaar
6ac15d6fab
Added tag v7-3-1162 for changeset b8eabb6a9687
2013-06-10 20:47:37 +02:00
Bram Moolenaar
9579fa5689
updated for version 7.3.1162
...
Problem: Python: Memory leaks
Solution: Add more Py_DECREF(). (ZyX)
2013-06-10 20:47:36 +02:00
Bram Moolenaar
fe4be39694
Added tag v7-3-1161 for changeset ff3935926449
2013-06-10 20:39:03 +02:00
Bram Moolenaar
6428a98399
updated for version 7.3.1161
...
Problem: Python: PyList_SetItem() is inefficient.
Solution: Use PyList_SET_ITEM() (ZyX)
2013-06-10 20:39:03 +02:00
Bram Moolenaar
50d6c734ab
Added tag v7-3-1160 for changeset 60301d4d1682
2013-06-10 20:25:10 +02:00
Bram Moolenaar
c573162dc9
updated for version 7.3.1160
...
Problem: Mixing long and pointer doesn't always work.
Solution: Avoid cast to pointer.
2013-06-10 20:25:10 +02:00
Bram Moolenaar
2f77d5a12b
Added tag v7-3-1159 for changeset 208a6c04e6b8
2013-06-10 20:10:44 +02:00
Bram Moolenaar
d07f0db64c
updated for version 7.3.1159
...
Problem: The round() function is not always available. (Christ van
Willegen)
Solution: Use the solution from f_round().
2013-06-10 20:10:44 +02:00
Bram Moolenaar
86481c77a1
Added tag v7-3-1158 for changeset 46077370bc60
2013-06-10 18:36:24 +02:00
Bram Moolenaar
202c057bc5
updated for version 7.3.1158
...
Problem: Crash when running test 86. (Jun Takimoto)
Solution: Define PY_SSIZE_T_CLEAN early. (Elimar Riesebieter)
2013-06-10 18:36:24 +02:00
Bram Moolenaar
f8b6ff99c9
Added tag v7-3-1157 for changeset 2f1ee97f5f23
2013-06-10 16:35:18 +02:00
Bram Moolenaar
9d356a0c36
updated for version 7.3.1157
...
Problem: New regexp engine fails on "\(\<command\)\@<=.*"
Solution: Fix rule for postponing match. Further tune estimating whether
postponing works better. Add test.
2013-06-10 16:35:18 +02:00
Bjorn Winckler
1d6e44ce20
Merge branch 'vim'
2013-06-10 16:03:24 +02:00
Bram Moolenaar
ac5226e173
Added tag v7-3-1156 for changeset 8c4324e6f477
2013-06-09 20:51:00 +02:00
Bram Moolenaar
7d9002caba
updated for version 7.3.1156
...
Problem: Compiler warnings. (dv1445)
Solution: Initialize variables, even when the value isn't really used.
2013-06-09 20:51:00 +02:00
Bram Moolenaar
1cde7d1b0a
Added tag v7-3-1155 for changeset bf1e6326df11
2013-06-09 17:52:46 +02:00
Bram Moolenaar
7064a9556d
updated for version 7.3.1155
...
Problem: MS-DOS: "make test" uses external rmdir command.
Solution: Rename "rmdir" to "rd". (Taro Muraoka)
2013-06-09 17:52:46 +02:00
Bram Moolenaar
bb0a041c66
Added tag v7-3-1154 for changeset 6419ee8098c8
2013-06-09 17:25:34 +02:00
Bram Moolenaar
c52e2b3e69
updated for version 7.3.1154
...
Problem: New regexp_nfa engine: Uneccessary code.
Solution: Remove uneccessary code.
2013-06-09 17:25:34 +02:00
Bram Moolenaar
05951a5591
Added tag v7-3-1153 for changeset bc3f4804cf47
2013-06-09 16:24:45 +02:00
Bram Moolenaar
443f3f84f4
updated for version 7.3.1153
...
Problem: New regexp engine: Some look-behind matches are very expensive.
Solution: Pospone invisible matches further, until a match is almost found.
2013-06-09 16:24:45 +02:00
Bjorn Winckler
3d8e6c3288
Fix hollow cursor drawing on Retina display
...
This fixes a problem where the hollow cursor was asymmetrical on a
Retina display.
2013-06-09 16:23:36 +02:00
Bjorn Winckler
798c96e2af
Respond to backing properties changes
...
This fixes a bug which caused the window to be white after moving it
between a Retina and normal display.
2013-06-09 15:44:46 +02:00
Bjorn Winckler
871611e305
Cache Core Text fonts
...
This fixes a bug which caused slowdowns whenever 'listchars' contained
Unicode characters.
2013-06-09 15:44:41 +02:00
Bram Moolenaar
4fbcedbbaf
Added tag v7-3-1152 for changeset 9909e44879b9
2013-06-08 23:30:04 +02:00
Bram Moolenaar
3520a82374
updated for version 7.3.1152
...
Problem: In tiny build ireg_icombine is undefined. (Tony Mechelynck)
Solution: Add #ifdef.
2013-06-08 23:30:04 +02:00
Bram Moolenaar
59ddbc5091
Added tag v7-3-1151 for changeset 4d7e3df04256
2013-06-08 23:26:27 +02:00
Bram Moolenaar
5dbc3a05d9
updated for version 7.3.1151
...
Problem: New regexp engine: Slow when a look-behind match is followed by a
zero-width match.
Solution: Postpone the look-behind match more often.
2013-06-08 23:26:27 +02:00
Bram Moolenaar
1c77ffba4c
Added tag v7-3-1150 for changeset 3dbd251777de
2013-06-08 22:30:03 +02:00
Bram Moolenaar
e5cabe1904
updated for version 7.3.1150
...
Problem: New regexpengine: Slow when a look-behind match does not have a
width specified.
Solution: Try to compute the maximum width.
2013-06-08 22:30:03 +02:00
Bram Moolenaar
4f85e6fbca
Added tag v7-3-1149 for changeset 66803af09906
2013-06-08 18:19:48 +02:00
Bram Moolenaar
324ec4ad3e
updated for version 7.3.1149
...
Problem: New regexp engine: Matching plain text could be faster.
Solution: Detect a plain text match and handle it specifically. Add
vim_regfree().
2013-06-08 18:19:48 +02:00
Bjorn Winckler
3e20bda243
Merge branch 'vim'
...
Conflicts:
src/auto/configure
src/configure.in
src/vim.h
2013-06-08 15:36:15 +02:00
Bram Moolenaar
20101dc890
Added tag v7-3-1148 for changeset 220bdea4f579
2013-06-08 15:24:49 +02:00
Bram Moolenaar
103c0d5271
updated for version 7.3.1148
...
Problem: No command line completion for ":syntime".
Solution: Implement the completion. (Dominique Pelle)
2013-06-08 15:24:48 +02:00
Bram Moolenaar
964f021c03
Added tag v7-3-1147 for changeset 3cd3cc1e9119
2013-06-08 14:38:27 +02:00
Bram Moolenaar
26f29bcec6
updated for version 7.3.1147
...
Problem: New regexp engine: regstart is only used to find the first match.
Solution: Use regstart whenever adding the start state.
2013-06-08 14:38:27 +02:00
Bram Moolenaar
e48d620e68
Added tag v7-3-1146 for changeset e3f9e33fb28c
2013-06-08 13:33:37 +02:00
Bram Moolenaar
b17653340b
updated for version 7.3.1146
...
Problem: New regexp engine: look-behind match not checked when followed by
zero-width match.
Solution: Do the look-behind match before adding the zero-width state.
2013-06-08 13:33:37 +02:00
Bram Moolenaar
97346227a2
Added tag v7-3-1145 for changeset a30e3762957d
2013-06-07 22:39:40 +02:00
Bram Moolenaar
0e1b2883e1
updated for version 7.3.1145
...
Problem: New regexp engine: addstate() is called very often.
Solution: Optimize adding the start state.
2013-06-07 22:39:40 +02:00
Bram Moolenaar
f1aa5dcf95
Added tag v7-3-1144 for changeset 8360a59aa04b
2013-06-07 20:17:11 +02:00
Bram Moolenaar
16d1baf365
updated for version 7.3.1144
...
Problem: "RO" is not translated everywhere.
Solution: Put inside _(). (Sergey Alyoshin)
2013-06-07 20:17:11 +02:00
Bram Moolenaar
6d78d8e99e
Added tag v7-3-1143 for changeset 66e849c4558a
2013-06-07 19:53:10 +02:00
Bram Moolenaar
524baf94df
updated for version 7.3.1143
...
Problem: When mapping NUL it is displayed as an X.
Solution: Check for KS_ZERO instead of K_ZERO. (Yasuhiro Matsumoto)
2013-06-07 19:53:10 +02:00
Bram Moolenaar
749b131096
Added tag v7-3-1142 for changeset 65cef998f860
2013-06-07 19:48:39 +02:00
Bram Moolenaar
f3af630b3a
updated for version 7.3.1142
...
Problem: Memory leak in ":syntime report".
Solution: Clear the grow array. (Dominique Pelle)
2013-06-07 19:48:39 +02:00
Bram Moolenaar
ae680a8467
Added tag v7-3-1141 for changeset 10673b3531eb
2013-06-07 19:17:14 +02:00
Bram Moolenaar
d144caa518
updated for version 7.3.1141
...
Problem: Win32: Check for available memory is not reliable and adds
overhead.
Solution: Remove mch_avail_mem(). (Mike Williams)
2013-06-07 19:17:14 +02:00
Bram Moolenaar
6fc95f805d
Added tag v7-3-1140 for changeset 7fde662e1db2
2013-06-07 17:31:29 +02:00
Bram Moolenaar
0eefa5d9e4
updated for version 7.3.1140
...
Problem: New regexp engine: trying expensive match while the result is not
going to be used.
Solution: Check for output state already being in the state list.
2013-06-07 17:31:29 +02:00
Bram Moolenaar
1dd7e59ec5
Added tag v7-3-1139 for changeset 3b5a023a4543
2013-06-07 16:31:50 +02:00
Bram Moolenaar
43bb4eec58
updated for version 7.3.1139
...
Problem: New regexp engine: negated flag is hardly used.
Solution: Add separate _NEG states, remove negated flag.
2013-06-07 16:31:50 +02:00
Bram Moolenaar
931798d481
Added tag v7-3-1138 for changeset 47222d8b1e94
2013-06-07 14:59:18 +02:00
Bram Moolenaar
177e3d007f
updated for version 7.3.1138
...
Problem: New regexp engine: neglist no longer used.
Solution: Remove the now unused neglist.
2013-06-07 14:59:18 +02:00
Bram Moolenaar
ebd714e823
Added tag v7-3-1137 for changeset c02c7df9bdc9
2013-06-07 14:08:30 +02:00
Bram Moolenaar
69fc84687b
updated for version 7.3.1137
...
Problem: New regexp engine: collections are slow.
Solution: Handle all characters in one go.
2013-06-07 14:08:30 +02:00
Bram Moolenaar
2bee54ed30
Updated runtime files.
2013-06-06 21:36:40 +02:00
Bram Moolenaar
9664d0447b
Added tag v7-3-1136 for changeset 343d09006056
2013-06-06 21:31:06 +02:00
Bram Moolenaar
bc920d5a2e
updated for version 7.3.1136
...
Problem: ":func Foo" does not show attributes.
Solution: Add "abort", "dict" and "range". (Yasuhiro Matsumoto)
2013-06-06 21:31:06 +02:00
Bram Moolenaar
ca0edda91e
Added tag v7-3-1135 for changeset e4bc21965079
2013-06-06 21:19:51 +02:00
Bram Moolenaar
1504e3b779
updated for version 7.3.1135
...
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
2013-06-06 21:19:51 +02:00
Bram Moolenaar
6be9b3217f
Added tag v7-3-1134 for changeset 531e598651fc
2013-06-06 18:55:49 +02:00
Bram Moolenaar
3325c37931
updated for version 7.3.1134
...
Problem: Running test 49 takes a long time.
Solution: Don't have it grep all files.
2013-06-06 18:55:49 +02:00
Bram Moolenaar
1641900751
Added tag v7-3-1133 for changeset 03375ccf28a2
2013-06-06 18:46:06 +02:00
Bram Moolenaar
b8a07356fe
updated for version 7.3.1133
...
Problem: New regexp engine is a bit slow.
Solution: Skip ahead to a character that must match. Don't try matching a
"^" patter past the start of line.
2013-06-06 18:46:06 +02:00
Bram Moolenaar
203b1bcae8
Added tag v7-3-1132 for changeset b20dbf3a5370
2013-06-06 18:04:51 +02:00
Bram Moolenaar
a013812795
updated for version 7.3.1132
...
Problem: Crash when debugging regexp.
Solution: Do not try to dump subexpr that were not set. Skip over count of
\% items.
2013-06-06 18:04:51 +02:00
Bram Moolenaar
44cbc9ae82
Added tag v7-3-1131 for changeset 82e6588762e4
2013-06-06 16:22:06 +02:00
Bram Moolenaar
1293a274ba
updated for version 7.3.1131
...
Problem: New regexp engine is a bit slow.
Solution: Do not clear the state list. Don't copy syntax submatches when
not used.
2013-06-06 16:22:06 +02:00
Bram Moolenaar
963f8e0381
Added tag v7-3-1130 for changeset ec24ff78a79c
2013-06-06 14:55:19 +02:00
Bram Moolenaar
80f1cd3dd4
updated for version 7.3.1130
...
Problem: Can't build with anything but huge features.
Solution: Check for FEAT_PROFILE. (Yasuhiro Matsumoto)
2013-06-06 14:55:19 +02:00
Bram Moolenaar
92aec3ad0d
Added tag v7-3-1129 for changeset f824cb97eb92
2013-06-06 14:01:46 +02:00
Bram Moolenaar
6f64877532
updated for version 7.3.1129
...
Problem: Can't see what pattern in syntax highlighting is slow.
Solution: Add the ":syntime" command.
2013-06-06 14:01:46 +02:00
Bram Moolenaar
88491062ad
Added tag v7-3-1128 for changeset 47906f888725
2013-06-05 21:42:53 +02:00
Bram Moolenaar
ac840c9532
updated for version 7.3.1128
...
Problem: Now that the NFA engine handles everything every failure is a
syntax error.
Solution: Remove the syntax_error flag.
2013-06-05 21:42:53 +02:00
Bram Moolenaar
8693a99fdb
Added tag v7-3-1127 for changeset 532a9855bd30
2013-06-05 21:30:37 +02:00
Bram Moolenaar
085f7c3ba8
updated for version 7.3.1127
...
Problem: No error for using empty \%[].
Solution: Give error message.
2013-06-05 21:30:37 +02:00
Bram Moolenaar
9551757252
Added tag v7-3-1126 for changeset b25a1b2e3175
2013-06-05 21:23:39 +02:00
Bram Moolenaar
803ea5b338
updated for version 7.3.1126
...
Problem: Compiler warning for unitialized variable. (Tony Mechelynck)
Solution: Assign something to the variable.
2013-06-05 21:23:39 +02:00
Bram Moolenaar
74e59fdb7f
Added tag v7-3-1125 for changeset 96f3348f9f11
2013-06-05 21:10:59 +02:00
Bram Moolenaar
714bb4d32a
updated for version 7.3.1125
...
Problem: Error for using \%V in a pattern in tiny Vim.
Solution: Allow using \%V but never match. (Dominique Pelle)
2013-06-05 21:10:59 +02:00
Bram Moolenaar
82d65edb0e
Added tag v7-3-1124 for changeset be1e4acb30ca
2013-06-05 20:34:15 +02:00
Bram Moolenaar
6cea87076d
updated for version 7.3.1124
...
Problem: Python: Crash on MS-Windows when os.fchdir() is not available.
Solution: Check for _chdir to be NULL. (Ken Takata)
2013-06-05 20:34:15 +02:00
Bram Moolenaar
0fbf9ecf23
Added tag v7-3-1123 for changeset 77ecab3bb207
2013-06-05 19:35:38 +02:00
Bram Moolenaar
2a66bec2ad
updated for version 7.3.1123
...
Problem: Can't build tiny Vim on MS-Windows.
Solution: Adjust #ifdef around using modif_fname(). (Mike Williams)
2013-06-05 19:35:38 +02:00
Bram Moolenaar
999c18a87f
Added tag v7-3-1122 for changeset 7793e737ec87
2013-06-05 18:52:41 +02:00
Bram Moolenaar
252cc901de
updated for version 7.3.1122
...
Problem: New regexp engine: \%> not supported.
Solution: Implement \%>.
2013-06-05 18:52:40 +02:00
Bram Moolenaar
39df6e02da
Added tag v7-3-1121 for changeset 4b9503f0c7d3
2013-06-05 16:51:57 +02:00
Bram Moolenaar
954eab2787
updated for version 7.3.1121
...
Problem: New regexp engine: adding states that are not used.
Solution: Don't add the states.
2013-06-05 16:51:57 +02:00
Bram Moolenaar
0a2f8c37a1
Added tag v7-3-1120 for changeset d1376091d18b
2013-06-05 16:33:10 +02:00
Bram Moolenaar
86ec7cfa09
updated for version 7.3.1120
...
Problem: Crash when regexp logging is enabled.
Solution: Avoid using NULL pointers. Advance over count argument.
2013-06-05 16:33:10 +02:00
Bram Moolenaar
f99c45c110
Added tag v7-3-1119 for changeset a62695305e03
2013-06-05 12:43:09 +02:00
Bram Moolenaar
2b7e479bc8
updated for version 7.3.1119
...
Problem: Flags in 'cpo' are search for several times.
Solution: Store the result and re-use the flags.
2013-06-05 12:43:09 +02:00
Bram Moolenaar
f9bd94d0d7
Added tag v7-3-1118 for changeset 6a706ca7a889
2013-06-05 11:46:26 +02:00
Bram Moolenaar
71e4a17950
updated for version 7.3.1118
...
Problem: Match failure rate is not very specific.
Solution: Tune the failure rate for match items.
2013-06-05 11:46:25 +02:00
Bram Moolenaar
1ba2595a70
Added tag v7-3-1117 for changeset 97560c16ca99
2013-06-05 11:05:17 +02:00
Bram Moolenaar
98477d0e60
updated for version 7.3.1117
...
Problem: New regexp engine: \%[abc] not supported.
Solution: Implement \%[abc]. Add tests.
2013-06-05 11:05:17 +02:00
Bram Moolenaar
7541ad0af3
Added tag v7-3-1116 for changeset 66a9e8fa6f45
2013-06-05 11:02:06 +02:00
Bram Moolenaar
88ab96a298
updated for version 7.3.1116
...
Problem: Can't build without Visual mode.
Solution: Add #ifdefs.
2013-06-05 11:02:05 +02:00
Bram Moolenaar
e3d5640cd8
Added tag v7-3-1115 for changeset 3f2319a953b3
2013-06-04 22:13:50 +02:00
Bram Moolenaar
48032fa741
updated for version 7.3.1115
...
Problem: Many users don't like the cursor line number when 'relativenumber'
is set.
Solution: Have four combinations with 'number' and 'relativenumber'.
(Christian Brabandt)
2013-06-04 22:13:50 +02:00
Bram Moolenaar
6830fb4062
Added tag v7-3-1114 for changeset 532c31f9e92f
2013-06-04 21:42:22 +02:00
Bram Moolenaar
2ccb439a6f
updated for version 7.3.1114
...
Problem: Can't build without the syntax feature.
Solution: Add #ifdefs. (Erik Falor)
2013-06-04 21:42:22 +02:00
Bram Moolenaar
6fdf5b9133
Added tag v7-3-1113 for changeset 0798b096bab3
2013-06-04 21:27:38 +02:00
Bram Moolenaar
0b8f8fbf49
updated for version 7.3.1113
...
Problem: New regexp engine: \%'m not supported.
Solution: Implement \%'m. Add tests.
2013-06-04 21:27:38 +02:00
Bram Moolenaar
6d1cc1142e
Added tag v7-3-1112 for changeset 749e2b2755d5
2013-06-04 18:28:48 +02:00
Bram Moolenaar
b8e1042b82
updated for version 7.3.1112
...
Problem: New regexp engine: \%V not supported.
Solution: Implement \%V. Add tests.
2013-06-04 18:28:48 +02:00
Bram Moolenaar
9268b23e61
Added tag v7-3-1111 for changeset 43de4ebbe7ad
2013-06-04 17:47:05 +02:00
Bram Moolenaar
7e40161ca0
updated for version 7.3.1111
...
Problem: nfa_recognize_char_class() implementation is inefficient.
Solution: Use bits in an int instead of chars in a string. (Dominique Pelle)
2013-06-04 17:47:05 +02:00
Bram Moolenaar
449d27b652
Added tag v7-3-1110 for changeset 3849c811cc0b
2013-06-04 14:23:05 +02:00
Bram Moolenaar
67f5f9a85f
updated for version 7.3.1110
...
Problem: New regexp matching: Using \@= and the like can be slow.
Solution: Decide whether to first try matching the zero-wdith part or what
follows, whatever is more likely to fail.
2013-06-04 14:23:05 +02:00
Bram Moolenaar
665038f171
Added tag v7-3-1109 for changeset 450e13fe1621
2013-06-03 20:12:51 +02:00
Bram Moolenaar
acf58b95a6
updated for version 7.3.1109
...
Problem: Building on MS-Windows doesn't see changes in if_py_both.h.
Solution: Add a dependency. (Ken Takata)
2013-06-03 20:12:51 +02:00
Bram Moolenaar
cf0f76009b
Added tag v7-3-1108 for changeset 3534e9b4fa42
2013-06-03 20:04:48 +02:00
Bram Moolenaar
c42233d591
updated for version 7.3.1108
...
Problem: Error message for os.fchdir() (Charles Peacech)
Solution: Clear the error. (ZyX)
2013-06-03 20:04:48 +02:00
Bram Moolenaar
f24669592c
Added tag v7-3-1107 for changeset bd6bef0bd0fb
2013-06-03 19:41:07 +02:00
Bram Moolenaar
6198e64ea6
updated for version 7.3.1107
...
Problem: Compiler warnings for unused variables.
Solution: Put the variables inside #ifdef.
2013-06-03 19:41:06 +02:00
Bram Moolenaar
8cd6609c80
Added tag v7-3-1106 for changeset ec72bb4a0fc2
2013-06-03 12:17:05 +02:00
Bram Moolenaar
6c51d1a31a
updated for version 7.3.1106
...
Problem: New regexp engine: saving and restoring lastlist in the states
takes a lot of time.
Solution: Use a second lastlist value for the first recursive call.
2013-06-03 12:17:04 +02:00
Bram Moolenaar
ac0e6d96dc
Added tag v7-3-1105 for changeset a804309e7327
2013-06-02 22:37:42 +02:00
Bram Moolenaar
96769bed70
updated for version 7.3.1105
...
Problem: New regexp engine: too much code in one function. Dead code.
Solution: Move the recursive nfa_regmatch call to a separate function.
Remove the dead code.
2013-06-02 22:37:42 +02:00
Bram Moolenaar
17516d9f49
Added tag v7-3-1104 for changeset fc4d7f02ea3a
2013-06-02 22:08:04 +02:00
Bram Moolenaar
eddc8b7dee
updated for version 7.3.1104
...
Problem: New regexp engine does not handle "~".
Solution: Add support for "~".
2013-06-02 22:08:03 +02:00
Bram Moolenaar
fe9af21b78
Added tag v7-3-1103 for changeset 832bf8136d86
2013-06-02 21:30:04 +02:00
Bram Moolenaar
d85690daf5
updated for version 7.3.1103
...
Problem: New regexp engine: overhead in saving and restoring.
Solution: Make saving and restoring list IDs faster. Don't copy or check \z
subexpressions when they are not used.
2013-06-02 21:30:04 +02:00
Bram Moolenaar
488794e69e
Added tag v7-3-1102 for changeset 1c5da99d1b70
2013-06-02 19:22:13 +02:00
Bram Moolenaar
07ab6e77a5
updated for version 7.3.1102
...
Problem: Completion of ":py3do" and ":py3file" does not work after ":py3".
Solution: Make completion work. (Taro Muraoka)
2013-06-02 19:22:13 +02:00
Bram Moolenaar
58ffbcd0ef
Added tag v7-3-1101 for changeset 761e42cc79c2
2013-06-02 19:14:17 +02:00
Bram Moolenaar
984ca4ba80
updated for version 7.3.1101
...
Problem: Configure doesn't find Python 3 on Ubuntu 13.04.
Solution: First try distutils.sysconfig. Also fix some indents. (Ken
Takata)
2013-06-02 19:14:17 +02:00
Bram Moolenaar
649d328057
Added tag v7-3-1100 for changeset bf917ee1fad2
2013-06-02 18:54:21 +02:00
Bram Moolenaar
6acf77deca
updated for version 7.3.1100
...
Problem: Python: a few more memory problems.
Solution: Add and remove Py_XDECREF(). (ZyX)
2013-06-02 18:54:21 +02:00
Bram Moolenaar
8b2c96575b
Added tag v7-3-1099 for changeset 542af01979be
2013-06-02 18:20:17 +02:00
Bram Moolenaar
cf79adffda
updated for version 7.3.1099
...
Problem: Python: Changing directory with os.chdir() causes problems for
Vim's notion of directories.
Solution: Add vim.chdir() and vim.fchdir(). (ZyX)
2013-06-02 18:20:17 +02:00
Bram Moolenaar
06ab75af95
Added tag v7-3-1098 for changeset 26f2dbea7443
2013-06-02 18:07:37 +02:00
Bram Moolenaar
685562a5da
updated for version 7.3.1098
...
Problem: Python: Possible memory leaks
Solution: Add Py_XDECREF() calls. (ZyX)
2013-06-02 18:07:37 +02:00
Bram Moolenaar
b73c0ad52a
Added tag v7-3-1097 for changeset 0c25fa1dfd97
2013-06-02 17:46:40 +02:00
Bram Moolenaar
54d00921e5
updated for version 7.3.1097
...
Problem: Python: a few recently added items are not documented.
Solution: Update the documentation. (ZyX)
2013-06-02 17:46:40 +02:00
Bram Moolenaar
729461e1a4
Added tag v7-3-1096 for changeset 2db005052371
2013-06-02 17:41:54 +02:00
Bram Moolenaar
adc48016b0
updated for version 7.3.1096
...
Problem: Python: popitem() was not defined in a standard way.
Solution: Remove the argument from popitem(). (ZyX)
2013-06-02 17:41:54 +02:00
Bram Moolenaar
f6969f616a
Added tag v7-3-1095 for changeset ed4e689bbea1
2013-06-02 16:40:55 +02:00
Bram Moolenaar
62a0720120
updated for version 7.3.1095
...
Problem: Compiler warnings for shadowed variables. (Christian Brabandt)
Solution: Rename new_state() to alloc_state(). Remove unnecessary
declaration.
2013-06-02 16:40:55 +02:00
Bram Moolenaar
687e7adf93
Added tag v7-3-1094 for changeset efc4fb311d5d
2013-06-02 16:34:21 +02:00
Bram Moolenaar
f2f5dbc487
updated for version 7.3.1094
...
Problem: New regexp engine: Attempts to match "^" at every character.
Solution: Only try "^" at the start of a line.
2013-06-02 16:34:21 +02:00
Bram Moolenaar
490e6e6d66
Added tag v7-3-1093 for changeset 08fbb1ce1bc5
2013-06-02 16:07:11 +02:00
Bram Moolenaar
fd01cdb87c
updated for version 7.3.1093
...
Problem: New regexp engine: When a sub expression is empty \1 skips a
character.
Solution: Make \1 try the current position when the match is emtpy.
2013-06-02 16:07:10 +02:00
Bram Moolenaar
a6c56049b4
Added tag v7-3-1092 for changeset 9d97a0c045ef
2013-06-02 15:55:55 +02:00
Bram Moolenaar
1a573ad366
updated for version 7.3.1092
...
Problem: Can't build with regexp debugging. NFA debug output shows wrong
pattern.
Solution: Fix debugging code for recent changes. Add the pattern to the
program.
2013-06-02 15:55:55 +02:00
Bram Moolenaar
398201470d
Added tag v7-3-1091 for changeset 371cc0c44097
2013-06-02 15:01:57 +02:00
Bram Moolenaar
8766e508ea
updated for version 7.3.1091
...
Problem: New regexp engine: no error when using \z1 or \z( where it does
not work.
Solution: Give an error message.
2013-06-02 15:01:57 +02:00
Bram Moolenaar
50b58c389a
Added tag v7-3-1090 for changeset 8db697ae406a
2013-06-01 23:02:55 +02:00
Bram Moolenaar
0d3d7a2d00
updated for version 7.3.1090
...
Problem: New regexp engine does not support \z1 .. \z9 and \z(.
Solution: Implement the syntax submatches.
2013-06-01 23:02:54 +02:00
Bram Moolenaar
e21e1f44ff
Added tag v7-3-1089 for changeset 79522bb17125
2013-06-01 20:32:13 +02:00
Bram Moolenaar
065695c91a
updated for version 7.3.1089
...
Problem: Tests 86 and 87 fail on MS-Windows. (Ken Takata)
Solution: Fix platform-specific stuff. (ZyX)
2013-06-01 20:32:12 +02:00
Bram Moolenaar
9ac4a23511
Added tag v7-3-1088 for changeset 2f51ee8825db
2013-06-01 19:54:43 +02:00
Bram Moolenaar
65d28ef25e
updated for version 7.3.1088
...
Problem: New regexp engine: \@<= and \@<! are not implemented.
Solution: Implement look-behind matching. Fix off-by-one error in old
regexp engine.
2013-06-01 19:54:43 +02:00
Bram Moolenaar
e0086714bc
Updated runtime files and translations.
2013-06-01 14:50:56 +02:00
Bram Moolenaar
b69a632590
Added tag v7-3-1087 for changeset 4d92b873acef
2013-06-01 14:42:56 +02:00
Bram Moolenaar
7f4952c7a9
updated for version 7.3.1087
...
Problem: A leading star is not seen as a normal char when \{} follows.
Solution: Save and restore the parse state properly.
2013-06-01 14:42:56 +02:00
Bram Moolenaar
5e7a30a6ad
Added tag v7-3-1086 for changeset c1622ff9ed8d
2013-06-01 13:24:24 +02:00
Bram Moolenaar
d9c98ff69b
updated for version 7.3.1086
...
Problem: Old regexp engine accepts illegal range, new one doesn't.
Solution: Also accept the illegal range with the new engine.
2013-06-01 13:24:24 +02:00
Bram Moolenaar
f709cfbf3d
Added tag v7-3-1085 for changeset 811a4c9b51d8
2013-06-01 12:40:20 +02:00
Bram Moolenaar
6ba87d0a18
updated for version 7.3.1085
...
Problem: New regexp engine: Non-greedy multi doesn't work.
Solution: Implement \{-}.
2013-06-01 12:40:20 +02:00
Bram Moolenaar
a17039e496
Added tag v7-3-1084 for changeset 05d57d7c2d55
2013-05-31 23:18:00 +02:00
Bram Moolenaar
0f969b31b4
updated for version 7.3.1084
...
Problem: New regexp engine: only accepts up to \{,10}.
Solution: Remove upper limit. Remove dead code with NFA_PLUS.
2013-05-31 23:18:00 +02:00
Bram Moolenaar
4317654e97
Added tag v7-3-1083 for changeset b3c59716e700
2013-05-31 22:14:52 +02:00
Bram Moolenaar
4aa7379e47
updated for version 7.3.1083
...
Problem: New regexp engine: Does not support \%^ and \%$.
Solution: Support matching start and end of file.
2013-05-31 22:14:52 +02:00
Bram Moolenaar
36f8cb77ff
Added tag v7-3-1082 for changeset 2d15582e132f
2013-05-31 21:45:09 +02:00
Bram Moolenaar
c3fcbaca15
updated for version 7.3.1082
...
Problem: New regexp engine: Problem with \@= matching.
Solution: Save and restore nfa_match.
2013-05-31 21:45:09 +02:00
Bram Moolenaar
038f382f4c
Added tag v7-3-1081 for changeset 9e7ef781d494
2013-05-31 20:49:31 +02:00
Bram Moolenaar
9ac0d7c179
updated for version 7.3.1081
...
Problem: Compiler warnings on 64-bit Windows.
Solution: Change variable types. (Mike Williams)
2013-05-31 20:49:31 +02:00
Bram Moolenaar
9634e68376
Added tag v7-3-1080 for changeset 7a35419393c3
2013-05-31 19:01:17 +02:00
Bram Moolenaar
085dc70e23
updated for version 7.3.1080
...
Problem: Test 86 fails.
Solution: Comment out the parts that don't work. Make it pass on 32 bit
systems.
2013-05-31 19:01:16 +02:00
Bram Moolenaar
93388bd72f
Added tag v7-3-1079 for changeset bce2051173f0
2013-05-31 18:46:11 +02:00
Bram Moolenaar
47c02ded69
updated for version 7.3.1079
...
Problem: Test 87 fails.
Solution: Fix the test for Python 3.3. (ZyX) Make it pass on 32 bit systems.
2013-05-31 18:46:11 +02:00
Bram Moolenaar
d4993e76e2
Added tag v7-3-1078 for changeset 0dce3d812e7a
2013-05-30 22:44:02 +02:00
Bram Moolenaar
f7a3190af2
updated for version 7.3.1078
...
Problem: New regexp engine: \@! doesn't work.
Solution: Implement the negated version of \@=.
2013-05-30 22:44:02 +02:00
Bram Moolenaar
3f040cc8c8
Added tag v7-3-1077 for changeset 80b0081824fa
2013-05-30 22:06:33 +02:00
Bram Moolenaar
4024f55c56
updated for version 7.3.1077
...
Problem: Python: Allocating dict the wrong way, causing a crash.
Solution: Use py_dict_alloc(). Fix some exception problems. (ZyX)
2013-05-30 22:06:33 +02:00
Bram Moolenaar
1655d4a3cb
Added tag v7-3-1076 for changeset 93b7ed814bec
2013-05-30 21:42:13 +02:00
Bram Moolenaar
612c5addb9
updated for version 7.3.1076
...
Problem: New regexp engine: \@= and \& don't work.
Solution: Make these items work. Add column info to logging.
2013-05-30 21:42:13 +02:00
Bram Moolenaar
04a69d883d
Added tag v7-3-1075 for changeset 779ca415f8e1
2013-05-30 19:18:31 +02:00
Bram Moolenaar
c1e1e21e13
updated for version 7.3.1075
...
Problem: Compiler warning for storing a long_u in an int.
Solution: Declare the number as an int. (Mike Williams)
2013-05-30 19:18:31 +02:00
Bram Moolenaar
4a750e219e
Added tag v7-3-1074 for changeset b943fd24c351
2013-05-30 19:01:24 +02:00
Bram Moolenaar
b7fea86789
updated for version 7.3.1074
...
Problem: Compiler warning for printf format. (Manuel Ortega)
Solution: Add type casts.
2013-05-30 19:01:24 +02:00
Bram Moolenaar
ebccfebcae
Added tag v7-3-1073 for changeset f10f63aaec5c
2013-05-30 18:45:23 +02:00
Bram Moolenaar
498cc6dfac
updated for version 7.3.1073
...
Problem: New regexp engine may run out of states.
Solution: Allocate states dynamically. Also make the test report errors.
2013-05-30 18:45:23 +02:00
Bram Moolenaar
a4c7f4990f
Added tag v7-3-1072 for changeset 9f502d8d5165
2013-05-30 17:49:24 +02:00
Bram Moolenaar
897394c80e
updated for version 7.3.1072
...
Problem: Compiler warning for unitialized variable.
Solution: Initialize it.
2013-05-30 17:49:24 +02:00
Bram Moolenaar
a43eab94e5
Added tag v7-3-1071 for changeset 857f6c53f117
2013-05-30 17:05:39 +02:00
Bram Moolenaar
18116ac6b6
updated for version 7.3.1071
...
Problem: New regexp engine: backreferences don't work correctly.
Solution: Add every possible start/end position on the state stack.
2013-05-30 17:05:39 +02:00
Bram Moolenaar
0bfbf45953
Added tag v7-3-1070 for changeset c316a30a8892
2013-05-30 15:38:24 +02:00
Bram Moolenaar
c818b080e4
updated for version 7.3.1070
...
Problem: Vim crashes in Python tests. Compiler warning for unused function.
Solution: Disable the tests for now. Move the function.
2013-05-30 15:38:24 +02:00
Bram Moolenaar
d90023ed63
Added tag v7-3-1069 for changeset 6ec3dada4ad3
2013-05-30 14:52:37 +02:00
Bram Moolenaar
d280a8b43c
updated for version 7.3.1069
...
Problem: Python: memory leaks.
Solution: Python patch 28: Purge out DICTKEY_CHECK_EMPTY macros. (ZyX)
2013-05-30 14:52:37 +02:00
Bram Moolenaar
d1e67cc434
Added tag v7-3-1068 for changeset 59e6c2bd68e3
2013-05-30 13:37:28 +02:00
Bram Moolenaar
44c08ff9d5
updated for version 7.3.1068
...
Problem: Python: Script is auto-loaded on function creation.
Solution: Python patch 27. (ZyX)
2013-05-30 13:37:28 +02:00
Bram Moolenaar
de41e47814
Added tag v7-3-1067 for changeset 52a4f66ae1f5
2013-05-30 13:32:30 +02:00
Bram Moolenaar
dbda8a0f8f
updated for version 7.3.1067
...
Problem: Python: documentation lags behind.
Solution: Python patch 26. (ZyX)
2013-05-30 13:32:30 +02:00
Bram Moolenaar
230cca8eaf
Added tag v7-3-1066 for changeset 4c46e1487c63
2013-05-30 13:28:41 +02:00
Bram Moolenaar
d53444a80a
updated for version 7.3.1066
...
Problem: Python: Insufficient exception and error testing.
Solution: Python patch 25. (ZyX)
2013-05-30 13:28:41 +02:00
Bram Moolenaar
ebd83fcd20
Added tag v7-3-1065 for changeset 07c534fe9b6c
2013-05-30 13:22:13 +02:00
Bram Moolenaar
613c897391
updated for version 7.3.1065
...
Problem: Python: key mapping is not standard.
Solution: Puthon patch 24: use PyMapping_Keys. (ZyX)
2013-05-30 13:22:13 +02:00
Bram Moolenaar
19f8df7224
Added tag v7-3-1064 for changeset 3857d399ab41
2013-05-30 13:17:17 +02:00
Bram Moolenaar
a7b16ed088
updated for version 7.3.1064
...
Problem: Python: insufficient error checking.
Solution: Python patch 23. (ZyX)
2013-05-30 13:17:17 +02:00
Bram Moolenaar
294df8387e
Added tag v7-3-1063 for changeset 4157fef7b950
2013-05-30 13:14:13 +02:00
Bram Moolenaar
1567612671
updated for version 7.3.1063
...
Problem: Python: Function is not standard.
Solution: Python patch 22: make Function subclassable. (ZyX)
2013-05-30 13:14:13 +02:00
Bram Moolenaar
fd547bc8a0
Added tag v7-3-1062 for changeset e4e48d4ee040
2013-05-30 13:05:59 +02:00
Bram Moolenaar
638d481a3e
updated for version 7.3.1062
...
Problem: Python: List is not standard.
Solution: Python patch 21: Add standard methods and fields. (ZyX)
2013-05-30 13:05:58 +02:00
Bram Moolenaar
186aa83a76
Added tag v7-3-1061 for changeset 18ba89e06fab
2013-05-30 13:01:19 +02:00
Bram Moolenaar
fc673598a6
updated for version 7.3.1061
...
Problem: Python: Dictionary is not standard.
Solution: Python patch 20: Add standard methods and fields. (ZyX)
2013-05-30 13:01:18 +02:00
Bram Moolenaar
9f7ba62c76
Added tag v7-3-1060 for changeset cb5c1e37ad4d
2013-05-30 12:43:54 +02:00
Bram Moolenaar
ccace1c876
updated for version 7.3.1060
...
Problem: Python: can't repr() a function.
Solution: Python patch 19: add FunctionRepr(). (ZyX)
2013-05-30 12:43:54 +02:00
Bram Moolenaar
6743fdbe2b
Added tag v7-3-1059 for changeset 548b889fe3cf
2013-05-30 12:40:39 +02:00
Bram Moolenaar
6c0ae9ee0c
updated for version 7.3.1059
...
Problem: Python: Using fixed size buffers.
Solution: Python patch 18: Use python's own formatter. (ZyX)
2013-05-30 12:40:39 +02:00
Bram Moolenaar
9311c21a01
Added tag v7-3-1058 for changeset 66e615ce7f61
2013-05-30 12:35:52 +02:00
Bram Moolenaar
92da84fca7
updated for version 7.3.1058
...
Problem: Call of funcref does not succeed in other script.
Solution: Python patch 17: add get_expanded_name(). (ZyX)
2013-05-30 12:35:52 +02:00
Bram Moolenaar
ff58f74727
Added tag v7-3-1057 for changeset 90beab957ba9
2013-05-30 12:26:58 +02:00
Bram Moolenaar
e6501768d3
updated for version 7.3.1057
...
Problem: Python: not enough compatibilty.
Solution: Python patch 16: Make OutputWritelines support any sequence object
(ZyX) Note: tests fail
2013-05-30 12:26:58 +02:00
Bram Moolenaar
f7b657d196
Added tag v7-3-1056 for changeset 21a99611149b
2013-05-30 12:14:49 +02:00
Bram Moolenaar
56f4aca10c
updated for version 7.3.1056
...
Problem: Python: possible memory leaks.
Solution: Python patch 15. (ZyX) Fix will follow later.
2013-05-30 12:14:49 +02:00
Bram Moolenaar
921fe6e096
Added tag v7-3-1055 for changeset 5679b8ddd8cc
2013-05-30 11:51:08 +02:00
Bram Moolenaar
4eec86c5dd
updated for version 7.3.1055
...
Problem: Negated collection does not match newline.
Solution: Handle newline differently. (Hiroshi Shirosaki)
2013-05-30 11:51:08 +02:00
Bram Moolenaar
5c2702101c
Added tag v7-3-1054 for changeset 219b2fcad60d
2013-05-30 11:43:15 +02:00
Bram Moolenaar
2e19ea070d
updated for version 7.3.1054
...
Problem: Can't build without the +autocmd feature. (Elimar Riesebieter)
Solution: Fix use of buf and curbuf.
2013-05-30 11:43:15 +02:00
Bram Moolenaar
e35062dff3
Added tag v7-3-1053 for changeset 49f0fcd9762c
2013-05-29 22:58:32 +02:00
Bram Moolenaar
9b80dbb481
updated for version 7.3.1053
...
Problem: Python: no flag for types with tp_traverse+tp_clear.
Solution: Python patch 14: Add Py_TPFLAGS_HAVE_GC. (ZyX)
2013-05-29 22:58:32 +02:00
Bram Moolenaar
12d4e56765
Added tag v7-3-1052 for changeset 12421d8a45d5
2013-05-29 22:52:32 +02:00
Bram Moolenaar
c9332e79ac
updated for version 7.3.1052
...
Problem: Python: possible SEGV and negative refcount.
Solution: Python patch 13: Fix IterIter function. (ZyX)
2013-05-29 22:52:32 +02:00
Bram Moolenaar
b267ee8638
Added tag v7-3-1051 for changeset 70600448f9e7
2013-05-29 22:49:26 +02:00
Bram Moolenaar
4cce192f2a
updated for version 7.3.1051
...
Problem: Python: possible memory leaks.
Solution: Python patch 12: fix the leaks (ZyX)
2013-05-29 22:49:26 +02:00
Bram Moolenaar
04ae5e9d11
Added tag v7-3-1050 for changeset 38276cfe40b2
2013-05-29 22:46:26 +02:00
Bram Moolenaar
05b0b70b91
updated for version 7.3.1050
...
Problem: Python: Typo in pyiter_to_tv.
Solution: Python patch 11. (ZyX)
2013-05-29 22:46:26 +02:00
Bram Moolenaar
d1c3a43913
Added tag v7-3-1049 for changeset 074491a83571
2013-05-29 22:43:37 +02:00
Bram Moolenaar
b94857371c
updated for version 7.3.1049
...
Problem: Python: no consistent naming
Solution: Python patch 10: Rename DICTKEY_GET_NOTEMPTY to DICTKEY_GET. (ZyX)
2013-05-29 22:43:37 +02:00
Bram Moolenaar
3331dae178
Added tag v7-3-1048 for changeset 19d406a8509d
2013-05-29 22:39:52 +02:00
Bram Moolenaar
e12287ef25
updated for version 7.3.1048
...
Problem: Python: no consistent naming.
Solution: Python patch 9: Rename d to dict and lookupDict to lookup_dict.
(ZyX)
2013-05-29 22:39:52 +02:00
Bram Moolenaar
04ebe40f32
Added tag v7-3-1047 for changeset 89bec74fd793
2013-05-29 22:36:10 +02:00
Bram Moolenaar
21f1ef098b
updated for version 7.3.1047
...
Problem: Python: dir() does not work properly.
Solution: Python patch 8. Add __dir__ method to all objects with custom
tp_getattr supplemented by __members__ attribute for at least
python-2* versions. __members__ is not mentioned in python-3*
dir() output even if it is accessible. (ZyX)
2013-05-29 22:36:10 +02:00
Bram Moolenaar
e56e3cf2eb
Added tag v7-3-1046 for changeset 00eecb2f8e3e
2013-05-29 22:26:18 +02:00
Bram Moolenaar
ae82d0b057
updated for version 7.3.1046
...
Problem: Python: Using Py_BuildValue for building strings.
Solution: Python patch 7 and 7.5: Replace Py_BuildValue with
PyString_FromString. (ZyX)
2013-05-29 22:26:18 +02:00
Bram Moolenaar
593acdae5d
Added tag v7-3-1045 for changeset 29b2be2bba0d
2013-05-29 22:20:01 +02:00
Bram Moolenaar
3c168c1ba6
updated for version 7.3.1045
...
Problem: Python: No error handling for VimToPython function.
Solution: Python patch 6. (ZyX)
2013-05-29 22:20:01 +02:00
Bram Moolenaar
dd92b1b14f
Added tag v7-3-1044 for changeset 0cf552b325b5
2013-05-29 22:15:30 +02:00
Bram Moolenaar
34d0b4e7af
updated for version 7.3.1044
...
Problem: Python: No {Buffer,TabPage,Window}.valid attributes.
Solution: Python patch 5: add .valid (ZyX)
2013-05-29 22:15:30 +02:00
Bram Moolenaar
b1c5986a50
Added tag v7-3-1043 for changeset 1e8952a5a726
2013-05-29 22:05:55 +02:00
Bram Moolenaar
85eb82dbd2
updated for version 7.3.1043
...
Problem: Python: Dynamic compilation with 2.3 fails.
Solution: Python patch 4. (ZyX)
2013-05-29 22:05:55 +02:00
Bram Moolenaar
e7c894a7d6
Added tag v7-3-1042 for changeset fa39483a1363
2013-05-29 22:02:22 +02:00
Bram Moolenaar
d6562c2815
updated for version 7.3.1042
...
Problem: Python: can't assign to vim.Buffer.name.
Solution: Python patch 3. (ZyX)
2013-05-29 22:02:22 +02:00
Bram Moolenaar
7d5332dcef
Added tag v7-3-1041 for changeset 63c9b681c3db
2013-05-29 21:37:35 +02:00
Bram Moolenaar
3a2fe685aa
updated for version 7.3.1041
...
Problem: Python: Invalid read valgrind errors.
Solution: Python patch 2: defer DICTKEY_UNREF until key is no longer needed.
(ZyX)
2013-05-29 21:37:35 +02:00
Bram Moolenaar
5a8deaa837
Added tag v7-3-1040 for changeset b9f87487d935
2013-05-29 21:33:39 +02:00
Bram Moolenaar
727d1c0029
updated for version 7.3.1040
...
Problem: Python: Problems with debugging dynamic build.
Solution: Python patch 1. (ZyX)
2013-05-29 21:33:39 +02:00
Bram Moolenaar
dda0c9f2f4
Added tag v7-3-1039 for changeset 321cfbef9431
2013-05-29 21:14:42 +02:00
Bram Moolenaar
4499d77f77
updated for version 7.3.1039
...
Problem: New regexp engine does not support \%23c, \%<23c and the like.
Solution: Implement them. (partly by Yasuhiro Matsumoto)
2013-05-29 21:14:42 +02:00
Bram Moolenaar
19fd3e2fa5
Added tag v7-3-1038 for changeset 6a73ac422c67
2013-05-29 19:18:00 +02:00
Bram Moolenaar
2392b874a8
updated for version 7.3.1038
...
Problem: Crash when using Cscope.
Solution: Avoid negative argument to vim_strncpy(). (Narendran
Gopalakrishnan)
2013-05-29 19:18:00 +02:00
Bram Moolenaar
ed14956d48
Added tag v7-3-1037 for changeset 7a2be4a39423
2013-05-29 18:45:11 +02:00
Bram Moolenaar
13efbd076d
updated for version 7.3.1037
...
Problem: Look-behind matching is very slow on long lines.
Solution: Add a byte limit to how far back an attempt is made.
2013-05-29 18:45:11 +02:00
Bram Moolenaar
f7e0ea9217
Added tag v7-3-1036 for changeset b22bff1a6af8
2013-05-28 22:52:17 +02:00
Bram Moolenaar
0075c35b27
updated for version 7.3.1036
...
Problem: Can't build on HP-UX.
Solution: Give the union a name. (John Marriott)
2013-05-28 22:52:16 +02:00
Bram Moolenaar
c56e3e23d4
Added tag v7-3-1035 for changeset 626e9ccb7c48
2013-05-28 22:31:46 +02:00
Bram Moolenaar
69a8d528b6
updated for version 7.3.1035
...
Problem: Compiler warning on 64 bit windows.
Solution: Add type cast. (Mike Williams)
2013-05-28 22:31:46 +02:00
Bram Moolenaar
293d8d5558
Added tag v7-3-1034 for changeset 37e444aeb33b
2013-05-28 22:30:35 +02:00
Bram Moolenaar
4058d5acb7
updated for version 7.3.1034
...
Problem: New regexp code using strange multi-byte code.
Solution: Use the normal code to advance and backup pointers.
2013-05-28 22:30:35 +02:00
Bram Moolenaar
e13afb6a04
Added tag v7-3-1033 for changeset b2a8e3a66f8c
2013-05-28 22:03:20 +02:00
Bram Moolenaar
05bde05d1d
updated for version 7.3.1033
...
Problem: "\1" .. "\9" are not supported in the new regexp engine.
Solution: Implement them. Add a few more tests.
2013-05-28 22:03:20 +02:00
Bram Moolenaar
0182c7c6db
Added tag v7-3-1032 for changeset f262fb02889d
2013-05-27 20:10:50 +02:00
Bram Moolenaar
54cc0ea19b
updated for version 7.3.1032
...
Problem: "\ze" is not supported by the new regexp engine.
Solution: Make "\ze" work.
2013-05-27 20:10:50 +02:00
Bram Moolenaar
9a12c5f875
Added tag v7-3-1031 for changeset 96c1a7850097
2013-05-27 11:22:04 +02:00
Bram Moolenaar
f748fdf650
updated for version 7.3.1031
...
Problem: Compiler warnings for shadowed variable. (John Little)
Solution: Move the variable declarations to the scope where they are used.
2013-05-27 11:22:04 +02:00
Bram Moolenaar
1714f03975
Added tag v7-3-1030 for changeset d1f3c77159f9
2013-05-26 23:13:07 +02:00
Bram Moolenaar
bd32586601
updated for version 7.3.1030
...
Problem: Can't build for debugging.
Solution: Fix struct member names.
2013-05-26 23:13:07 +02:00
Bram Moolenaar
5b4085b948
Added tag v7-3-1029 for changeset e7016af0cbf9
2013-05-26 22:56:19 +02:00
Bram Moolenaar
6838b73123
updated for version 7.3.1029
...
Problem: New regexp performance: Unused position state being copied.
Solution: Keep track of which positions are actually valid.
2013-05-26 22:56:19 +02:00
Bram Moolenaar
34ad85d96d
Added tag v7-3-1028 for changeset 4d81fdda8f35
2013-05-26 21:47:28 +02:00
Bram Moolenaar
3f44d6d1a0
updated for version 7.3.1028
...
Problem: New regexp performance: Copying a lot of position state.
Solution: Only copy the sub-expressions that are being used.
2013-05-26 21:47:28 +02:00
Bram Moolenaar
f695b1cdc5
Added tag v7-3-1027 for changeset 04086e297563
2013-05-26 19:19:52 +02:00
Bram Moolenaar
1a4a867beb
updated for version 7.3.1027
...
Problem: New regexp performance: Calling no_Magic() very often.
Solution: Remove magicness inline.
2013-05-26 19:19:52 +02:00
Bram Moolenaar
c4593571d2
Added tag v7-3-1026 for changeset 888c12c899e5
2013-05-26 18:40:14 +02:00
Bram Moolenaar
1d0833ab49
updated for version 7.3.1026
...
Problem: New regexp: pattern that includs a new-line matches too early.
(john McGowan)
Solution: Do not start searching in the second line.
2013-05-26 18:40:14 +02:00
Bram Moolenaar
f81b639ba4
Added tag v7-3-1025 for changeset b2946c06d1b6
2013-05-26 17:45:50 +02:00
Bram Moolenaar
3c701e36cc
updated for version 7.3.1025
...
Problem: New regexp: not matching newline in string. (Marc Weber)
Solution: Check for "\n" character.
2013-05-26 17:45:49 +02:00
Bram Moolenaar
37e60a50a0
Added tag v7-3-1024 for changeset 7b835b2969af
2013-05-26 16:57:28 +02:00
Bram Moolenaar
3efc4d5ff8
updated for version 7.3.1024
...
Problem: New regexp: End of matching pattern not set correctly. (Cesar
Romani)
Solution: Quit the loop after finding the match. Store nfa_has_zend in the
program.
2013-05-26 16:57:28 +02:00
Bram Moolenaar
fdc6803061
Added tag v7-3-1023 for changeset f0c37f5cf4ea
2013-05-26 15:14:55 +02:00
Bram Moolenaar
01a98314a9
updated for version 7.3.1023
...
Problem: Searching for composing char only and using \Z has different
results.
Solution: Make it match the composing char, matching everything is not
useful.
2013-05-26 15:14:55 +02:00
Bram Moolenaar
61654dc63b
Added tag v7-3-1022 for changeset 849180347ac3
2013-05-26 14:54:12 +02:00
Bram Moolenaar
1a11131788
updated for version 7.3.1022
...
Problem: Compiler warning for shadowed variable. (John Little)
Solution: Move declaration, rename variables.
2013-05-26 14:54:12 +02:00
Bram Moolenaar
e89aaa674c
Added tag v7-3-1021 for changeset fc997f05cbc7
2013-05-26 14:32:05 +02:00
Bram Moolenaar
c94fe4aed2
updated for version 7.3.1021
...
Problem: New regexp engine does not ignore order of composing chars.
Solution: Ignore composing chars order.
2013-05-26 14:32:05 +02:00
Bjorn Winckler
411115c18a
Merge branch 'vim'
2013-05-26 10:46:25 +02:00
Bram Moolenaar
97f430661a
Added tag v7-3-1020 for changeset f7944ce459ac
2013-05-25 23:15:27 +02:00
Bram Moolenaar
6207bb0b72
updated for version 7.3.1020
...
Problem: Not all patterns are tested with auto / old / new engine.
Solution: Test patterns with three values of 'regexpengine'.
2013-05-25 23:15:27 +02:00
Bram Moolenaar
9fda4274d2
Added tag v7-3-1019 for changeset 08ac46980953
2013-05-25 22:04:23 +02:00
Bram Moolenaar
440b097c49
updated for version 7.3.1019
...
Problem: These do not work with the new regexp engine: \%o123, \%x123,
\%d123, \%u123 and \%U123.
Solution: Implement these items.
2013-05-25 22:04:23 +02:00
Bram Moolenaar
350d2534b5
Added tag v7-3-1018 for changeset 80170d61a85c
2013-05-25 21:18:34 +02:00
Bram Moolenaar
695d699ffd
updated for version 7.3.1018
...
Problem: New regexp engine wastes memory.
Solution: Allocate prog with actual number of states, not estimated maximum
number of sates.
2013-05-25 21:18:34 +02:00
Bram Moolenaar
94a8d0dfd9
Added tag v7-3-1017 for changeset 532c2e850256
2013-05-25 20:19:50 +02:00
Bram Moolenaar
1db6a5f683
updated for version 7.3.1017
...
Problem: Zero width match changes length of match.
Solution: For a zero width match put new states in the current position in
the state list.
2013-05-25 20:19:50 +02:00
Bram Moolenaar
bbe5b7e3c2
Added tag v7-3-1016 for changeset 5cc98a5898cf
2013-05-25 15:31:05 +02:00
Bram Moolenaar
75fc6dc59b
updated for version 7.3.1016
...
Problem: Unused field in nfa_state.
Solution: Remove lastthread.
2013-05-25 15:31:05 +02:00
Bram Moolenaar
357fed54b3
Added tag v7-3-1015 for changeset 45f97c349537
2013-05-25 14:42:03 +02:00
Bram Moolenaar
e8ead96f62
updated for version 7.3.1015
...
Problem: New regexp engine: Matching composing characters is wrong.
Solution: Fix matching composing characters.
2013-05-25 14:42:03 +02:00
Bram Moolenaar
702d6facee
Added tag v7-3-1014 for changeset 6a2005efa02b
2013-05-25 12:28:11 +02:00
Bram Moolenaar
9b3f436e22
updated for version 7.3.1014
...
Problem: New regexp state dump is hard to read.
Solution: Make the state dump more pretty. (Taro Muraoka)
2013-05-25 12:28:11 +02:00
Bram Moolenaar
55c47a98b2
Added tag v7-3-1013 for changeset 1be43c095aff
2013-05-25 12:18:39 +02:00
Bram Moolenaar
0e95629923
updated for version 7.3.1013
...
Problem: New regexp logging is a bit messy.
Solution: Consistently use #defines, add explanatory comment. (Taro Muraoka)
2013-05-25 12:18:39 +02:00
Bram Moolenaar
a79394bca6
Added tag v7-3-1012 for changeset 432a6b8c7d93
2013-05-24 23:10:50 +02:00
Bram Moolenaar
d450f3b08c
updated for version 7.3.1012
...
Problem: \Z does not work properly with the new regexp engine.
Solution: Make \Z work. Add tests.
2013-05-24 23:10:50 +02:00
Bram Moolenaar
a71de2fd6f
Added tag v7-3-1011 for changeset 55bcaa1d2749
2013-05-24 21:59:54 +02:00
Bram Moolenaar
29dc131a34
updated for version 7.3.1011
...
Problem: New regexp engine is inefficient with multi-byte characters.
Solution: Handle a character at a time instead of a byte at a time. Also
make \Z partly work.
2013-05-24 21:59:54 +02:00
Bram Moolenaar
b688203220
Added tag v7-3-1010 for changeset 36ddcf4cecbc
2013-05-24 20:25:33 +02:00
Bram Moolenaar
2e78b60d9a
updated for version 7.3.1010
...
Problem: New regexp: adding \Z makes every character match.
Solution: Only apply ireg_icombine for composing characters.
Alsl add missing change from patch 1008. (Ken Takata)
2013-05-24 20:25:33 +02:00
Bram Moolenaar
fdd3f6f0bf
Added tag v7-3-1009 for changeset 57393dc4b811
2013-05-24 18:58:43 +02:00
Bram Moolenaar
47a6b43137
updated for version 7.3.1009
...
Problem: Compiler warning for ambiguous else.
Solution: Add curly braces.
2013-05-24 18:58:43 +02:00
Bjorn Winckler
9a7a0eefd4
Merge branch 'vim'
...
Conflicts:
src/feature.h
2013-05-24 15:42:40 +02:00
Bram Moolenaar
d7d358c02c
Added tag v7-3-1008 for changeset 8cb14f59a327
2013-05-23 22:43:08 +02:00
Bram Moolenaar
d3108d3f41
updated for version 7.3.1008
...
Problem: Test 95 fails on MS-Windows.
Solution: Set 'nomore'. Change \i to \f. Change multi-byte character to
something that is not matching \i. (Ken Takata)
2013-05-23 22:43:08 +02:00
Bram Moolenaar
6ac574e6e5
Added tag v7-3-1007 for changeset fba9c0f86f77
2013-05-23 22:27:04 +02:00
Bram Moolenaar
39fec1cdb4
updated for version 7.3.1007
...
Problem: Can't build on Minix 3.2.1.
Solution: Add a condition to an #ifdef. (Gautam Tirumala)
2013-05-23 22:27:03 +02:00
Bram Moolenaar
3c2d6bd9f6
Added tag v7-3-1006 for changeset 9a2183bd8295
2013-05-23 22:25:15 +02:00
Bram Moolenaar
7b23a12cdd
updated for version 7.3.1006
...
Problem: NFA engine not used for "\_[0-9]".
Solution: Enable this, fixed in patch 1005.
2013-05-23 22:25:15 +02:00
Bram Moolenaar
21dd8b2154
Added tag v7-3-1005 for changeset 90e9917d4114
2013-05-22 23:00:40 +02:00
Bram Moolenaar
604ac1d1fe
updated for version 7.3.1005
...
Problem: Get stuck on regexp "\n*" and on "%s/^\n\+/\r".
Solution: Fix handling of matching a line break. (idea by Hirohito Higashi)
2013-05-22 23:00:40 +02:00
Bram Moolenaar
5546661c12
Added tag v7-3-1004 for changeset cadb57fbb781
2013-05-21 22:38:18 +02:00
Bram Moolenaar
6fa4d2d615
updated for version 7.3.1004
...
Problem: No error when option could not be set.
Solution: Report an error. (ZyX)
2013-05-21 22:38:18 +02:00
Bram Moolenaar
17902c0ff8
Added tag v7-3-1003 for changeset ce94a870b59b
2013-05-21 22:23:56 +02:00
Bram Moolenaar
b7a3dee113
updated for version 7.3.1003
...
Problem: Python interface does not compile with Python 2.2
Solution: Fix thread issues and True/False. (ZyX)
2013-05-21 22:23:56 +02:00
Bram Moolenaar
623aabf566
Added tag v7-3-1002 for changeset b498224f5b41
2013-05-21 22:13:41 +02:00
Bram Moolenaar
14b92edb46
updated for version 7.3.1002
...
Problem: Valgrind errors for Python interface.
Solution: Fix memory leaks when running tests. (ZyX)
2013-05-21 22:13:41 +02:00
Bram Moolenaar
0405338bff
Added tag v7-3-1001 for changeset 9dbbddb2ed10
2013-05-21 22:00:51 +02:00
Bram Moolenaar
4ad5e74176
updated for version 7.3.1001
...
Problem: Duplicate condition in if.
Solution: Remove one condition.
2013-05-21 22:00:51 +02:00
Bram Moolenaar
f769e1db4f
Added tag v7-3-1000 for changeset d037b9cbdaaa
2013-05-21 21:37:20 +02:00
Bram Moolenaar
310615ea90
updated for version 7.3.1000
...
Problem: Typo in char value causes out of bounds access.
Solution: Fix character value. (Klemens Baum)
2013-05-21 21:37:20 +02:00
Bram Moolenaar
dd8535b4a0
Added tag v7-3-999 for changeset e6e60d9da892
2013-05-21 21:20:20 +02:00
Bram Moolenaar
0028282203
updated for version 7.3.999
...
Problem: New regexp engine sets curbuf temporarily.
Solution: Use reg_buf instead, like the old engine.
2013-05-21 21:20:20 +02:00
Bram Moolenaar
6cdc3c1d50
Updated runtime files, language files and translations.
2013-05-21 21:01:10 +02:00
Bram Moolenaar
3cefe27330
Added tag v7-3-998 for changeset 47e6dec5ce3c
2013-05-21 20:51:59 +02:00
Bram Moolenaar
301a84a841
updated for version 7.3.998
...
Problem: Python: garbage collection issues.
Solution: Fix the GC issues: Use proper DESTRUCTOR_FINISH: avoids negative
refcounts, use PyObject_GC_* for objects with tp_traverse and
tp_clear, add RangeTraverse and RangeClear, use Py_XDECREF in some
places. (ZyX)
2013-05-21 20:51:59 +02:00
Bram Moolenaar
5e272c8ce4
Added tag v7-3-997 for changeset ef02f32d8e53
2013-05-21 20:40:40 +02:00
Bram Moolenaar
6bcf71ccc1
updated for version 7.3.997
...
Problem: Vim and Python exceptions are different.
Solution: Make Vim exceptions be Python exceptions. (ZyX)
2013-05-21 20:40:40 +02:00
Bram Moolenaar
64cadac2d2
Added tag v7-3-996 for changeset ebd94eabfd80
2013-05-21 19:50:34 +02:00
Bram Moolenaar
e45878722f
updated for version 7.3.996
...
Problem: Python: Can't check types of what is returned by bindeval().
Solution: Add vim.List, vim.Dictionary and vim.Function types. (ZyX)
2013-05-21 19:50:34 +02:00
Bram Moolenaar
9a79825b24
Added tag v7-3-995 for changeset 6d517f6e5f0b
2013-05-21 19:11:01 +02:00
Bram Moolenaar
23f669a506
updated for version 7.3.995
...
Problem: Python: Module initialization is duplicated.
Solution: Move to shared file. (ZyX)
2013-05-21 19:11:01 +02:00
Bram Moolenaar
00568f124e
Added tag v7-3-994 for changeset f74611bfb1b7
2013-05-21 19:01:56 +02:00
Bram Moolenaar
b026a41005
updated for version 7.3.994
...
Problem: Python: using magic constants.
Solution: Use descriptive values for ml_flags. (ZyX)
2013-05-21 19:01:55 +02:00
Bram Moolenaar
c2230f907a
Added tag v7-3-993 for changeset dff1542e64f9
2013-05-21 18:47:21 +02:00
Bram Moolenaar
100b7304fe
updated for version 7.3.993
...
Problem: Python: Later patch does things slightly differently.
Solution: Adjusted argument type changes. (ZyX)
2013-05-21 18:47:21 +02:00
Bram Moolenaar
22245b9553
Added tag v7-3-992 for changeset 89ea7593fc0c
2013-05-21 18:30:34 +02:00
Bram Moolenaar
6c56b21428
updated for version 7.3.992
...
Problem: Python: Too many type casts.
Solution: Change argument types. (ZyX)
2013-05-21 18:30:34 +02:00
Bram Moolenaar
63cc27a6ab
Added tag v7-3-991 for changeset 8fe768bc1234
2013-05-21 18:19:38 +02:00
Bram Moolenaar
140009284c
updated for version 7.3.991
...
Problem: More can be shared by Python 2 and 3.
Solution: Move more stuff to if_py_both. (ZyX)
2013-05-21 18:19:38 +02:00
Bram Moolenaar
acb5b665c8
Added tag v7-3-990 for changeset 9a1d78f82826
2013-05-21 16:28:11 +02:00
Bram Moolenaar
c3d37c5963
updated for version 7.3.990
...
Problem: Memory leak in new regexp engine.
Solution: Jump to end of function to free memory. (Dominique Pelle)
2013-05-21 16:28:11 +02:00
Bram Moolenaar
0b50908fcf
Added tag v7-3-989 for changeset cd005ab15ef3
2013-05-21 15:33:41 +02:00
Bram Moolenaar
d2ed488d5d
updated for version 7.3.989
...
Problem: New regexp engine compares negative numbers to character.
Solution: Add missing case statements.
2013-05-21 15:33:41 +02:00
Bram Moolenaar
f486b8abe5
Added tag v7-3-988 for changeset 035fb0d5e7ce
2013-05-21 14:03:00 +02:00
Bram Moolenaar
d925009e9f
updated for version 7.3.988
...
Problem: New regexp engine is slow.
Solution: Break out of the loop when the state list is empty.
2013-05-21 14:03:00 +02:00
Bram Moolenaar
9f6775395b
Added tag v7-3-987 for changeset 032c9f916f25
2013-05-21 13:30:22 +02:00
Bram Moolenaar
db8df55318
updated for version 7.3.987
...
Problem: No easy to run an individual test. Tests 64 fails when
'encoding' is not utf-8.
Solution: Add individual test targets to the Makefile. Move some lines from
test 64 to 95.
2013-05-21 13:30:21 +02:00
Bram Moolenaar
ff776df2a6
Added tag v7-3-986 for changeset 3cc2dca142a0
2013-05-21 13:05:15 +02:00
Bram Moolenaar
af63ee14be
updated for version 7.3.986
...
Problem: Test 95 doesn't pass when 'encoding' isn't utf-8. (Yasuhiro
Matsumoto)
Solution: Force 'encoding' to be utf-8.
2013-05-21 13:05:15 +02:00
Bram Moolenaar
8905ece42b
Added tag v7-3-985 for changeset 0c940b6f2828
2013-05-21 12:52:04 +02:00
Bram Moolenaar
6654109319
updated for version 7.3.985
...
Problem: GTK vim not started as gvim doesn't set WM_CLASS property to a
useful value.
Solution: Call g_set_prgname() on startup. (James McCoy)
2013-05-21 12:52:04 +02:00
Bram Moolenaar
ae653b8b50
Added tag v7-3-984 for changeset 94c5441984cc
2013-05-21 12:46:03 +02:00
Bram Moolenaar
66b6de6c43
updated for version 7.3.984
...
Problem: A Visual mapping that uses CTRL-G works differently when started
from Insert mode. (Ein Brown)
Solution: Reset old_mapped_len when handling typed text in Select mode.
2013-05-21 12:46:02 +02:00
Bram Moolenaar
42753c38b8
Added tag v7-3-983 for changeset ab5154170c3d
2013-05-21 12:43:56 +02:00
Bram Moolenaar
9272ea15aa
updated for version 7.3.983
...
Problem: Uneccessary temp variable.
Solution: Remove the variable.
2013-05-21 12:43:56 +02:00
Bram Moolenaar
939332307d
Added tag v7-3-982 for changeset dde1cf311be6
2013-05-21 12:34:17 +02:00
Bram Moolenaar
33a4365025
updated for version 7.3.982
...
Problem: In the new regexp engine \p does not work on multi-byte
characters.
Solution: Don't point to an integer but the characters.
2013-05-21 12:34:17 +02:00
Bram Moolenaar
38a3bddd55
Added tag v7-3-981 for changeset 4ff8fa416a0d
2013-05-21 00:03:02 +02:00
Bram Moolenaar
8a7fb1fe1f
updated for version 7.3.981
...
Problem: In the old regexp engine \i, \I, \f and \F don't work on
multi-byte characters.
Solution: Dereference pointer properly.
2013-05-21 00:03:02 +02:00
Bram Moolenaar
026083b893
Added tag v7-3-980 for changeset c83656c9745a
2013-05-20 22:20:02 +02:00
Bram Moolenaar
08f3d30e3e
updated for version 7.3.980
...
Problem: Regexp logs may contain garbage. Character classes don't work
correctly for multi-byte characters.
Solution: Check for end of post list. Only use "is" functions for
characters up to 255. (Ken Takata)
2013-05-20 22:20:02 +02:00
Bram Moolenaar
accb0f17b2
Added tag v7-3-979 for changeset a63361b90979
2013-05-20 21:57:04 +02:00
Bram Moolenaar
df544c7cf8
updated for version 7.3.979
...
Problem: Complex NFA regexp doesn't work.
Solution: Set actual state stack end instead of using an arbitrary number.
(Yasuhiro Matsumoto)
2013-05-20 21:57:03 +02:00
Bram Moolenaar
61bad21d01
Added tag v7-3-978 for changeset fe8a0a6a1c2a
2013-05-20 21:49:13 +02:00
Bram Moolenaar
e3ec75f918
updated for version 7.3.978
...
Problem: Regexp debug logs don't have a good name.
Solution: Use clear names and make it possible to write logs for the old and
new engines separately. (Taro Muraoka)
2013-05-20 21:49:13 +02:00
Bram Moolenaar
a1a51003dc
Added tag v7-3-977 for changeset 21e13403140a
2013-05-20 21:26:33 +02:00
Bram Moolenaar
42afe649d6
updated for version 7.3.977
...
Problem: Compiler warnings on 64 bit Windows.
Solution: Add type casts. (Mike Williams) Also fix some white space and
uncomment what was commented-out for testing.
2013-05-20 21:26:33 +02:00
Bram Moolenaar
52f5b55cbc
Added tag v7-3-976 for changeset 015a8fabf900
2013-05-20 13:55:21 +02:00
Bram Moolenaar
8f0a12d3dd
updated for version 7.3.976
...
Problem: Can't build on HP-UX.
Solution: Remove modern initialization. (John Marriott)
2013-05-20 13:55:21 +02:00
Bram Moolenaar
9df2e17397
Added tag v7-3-975 for changeset 44b89b025cdf
2013-05-20 13:44:29 +02:00
Bram Moolenaar
5d4460b6ae
updated for version 7.3.975
...
Problem: Crash in regexp parsing.
Solution: Correctly compute the end of allocated memory.
2013-05-20 13:44:29 +02:00
Bram Moolenaar
6f8120ea4b
Added tag v7-3-974 for changeset 92fec4b83be5
2013-05-20 12:52:30 +02:00
Bram Moolenaar
e5d03a1966
updated for version 7.3.974
...
Problem: Can't build with ruby 1.8.5.
Solution: Only use ruby_init_stack() when RUBY_INIT_STACK is defined.
(Yukihiro Nakadaira)
2013-05-20 12:52:29 +02:00
Bram Moolenaar
fb19520b31
Added tag v7-3-973 for changeset 09e1e574a52d
2013-05-19 22:31:18 +02:00
Bram Moolenaar
20949b7101
updated for version 7.3.973
...
Problem: Compiler warnings. Crash on startup. (Tony Mechelynck)
Solution: Change EMSG2 to EMSGN. Make array one character longer.
2013-05-19 22:31:18 +02:00
Bram Moolenaar
1af5ea1ff2
Added tag v7-3-972 for changeset ba53304245f0
2013-05-19 21:15:15 +02:00
Bram Moolenaar
b16635bee3
updated for version 7.3.972
...
Problem: Cursor not restored after InsertEnter autocommand if it moved to
another line.
Solution: Also restore if the saved line number is still valid. Allow
setting v:char to skip restoring.
2013-05-19 21:15:15 +02:00
Bram Moolenaar
259b11c074
Added tag v7-3-971 for changeset 8d6bb2338a58
2013-05-19 21:03:54 +02:00
Bram Moolenaar
f5c68d04d4
updated for version 7.3.971
...
Problem: No support for VS2012 static code analysis.
Solution: Add the ANALYZE option. (Mike Williams)
2013-05-19 21:03:54 +02:00
Bram Moolenaar
36337a21ce
Added tag v7-3-970 for changeset ccecb03e5e8b
2013-05-19 19:40:29 +02:00
Bram Moolenaar
5f37cdb4b1
updated for version 7.3.970
...
Problem: Syntax highlighting can be slow.
Solution: Include the NFA regexp engine. Add the 'regexpengine' option to
select which one is used. (various authors, including Ken Takata,
Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
2013-05-19 19:40:29 +02:00
Bram Moolenaar
4ed139ab26
Added tag v7-3-969 for changeset 137f9d41f508
2013-05-18 20:55:35 +02:00
Bram Moolenaar
6d463886bd
updated for version 7.3.969
...
Problem: Can't built with Python 3 and without Python 2.
Solution: Adjust #ifdef. (Xavier de Gaye)
2013-05-18 20:55:35 +02:00
Bram Moolenaar
09b5a96233
Added tag v7-3-968 for changeset dfbe53a54c79
2013-05-18 20:45:59 +02:00
Bram Moolenaar
5ae5a8cbbb
updated for version 7.3.968
...
Problem: Multi-byte support is only available when compiled with "big"
features.
Solution: Include multi-byte by default, with "normal" features.
2013-05-18 20:45:59 +02:00
Bjorn Winckler
11b2e90995
Merge branch 'vim'
...
Conflicts:
runtime/syntax/vim.vim
src/auto/configure
src/eval.c
src/if_ruby.c
src/misc1.c
src/normal.c
2013-05-18 16:18:54 +02:00
Bram Moolenaar
3bb9bec040
Added tag v7-3-967 for changeset 20e30e31bd86
2013-05-17 21:20:17 +02:00
Bram Moolenaar
b671311165
updated for version 7.3.967
...
Problem: Build fails on Mac OSX. (Greg Novack)
Solution: Undefine clear().
2013-05-17 21:20:17 +02:00
Bram Moolenaar
78e9d3f7e2
Update runtime files.
2013-05-17 18:14:19 +02:00
Bram Moolenaar
f0da16faee
Added tag v7-3-966 for changeset 9b800f0a757f
2013-05-17 16:40:06 +02:00
Bram Moolenaar
89f9ffa420
updated for version 7.3.966
...
Problem: There is ":py3do" but no ":pydo".
Solution: Add the ":pydo" command. (Lilydjwg)
2013-05-17 16:40:06 +02:00
Bram Moolenaar
1607275647
Added tag v7-3-965 for changeset 8a3ca4adb5d8
2013-05-17 16:24:32 +02:00
Bram Moolenaar
0cea63f084
updated for version 7.3.965
...
Problem: Python garbage collection not working properly.
Solution: Add support for garbage collection. (ZyX)
2013-05-17 16:24:32 +02:00
Bram Moolenaar
b75132a7b3
Added tag v7-3-964 for changeset 7d81f4e96728
2013-05-17 16:18:34 +02:00
Bram Moolenaar
18b6d2ab41
updated for version 7.3.964
...
Problem: Python: not so easy to access tab pages.
Solution: Add window.tabpage, make window.number work with non-current tab
pages. (ZyX)
2013-05-17 16:18:33 +02:00
Bram Moolenaar
f6a0139a68
Added tag v7-3-963 for changeset 7eafa576528e
2013-05-17 16:03:58 +02:00
Bram Moolenaar
b4af40af94
updated for version 7.3.963
...
Problem: Setting curbuf without curwin causes trouble.
Solution: Add switch_buffer() and restore_buffer(). Block autocommands to
avoid trouble.
2013-05-17 16:03:57 +02:00
Bram Moolenaar
a0bb9e657a
Added tag v7-3-962 for changeset 0a94ac379769
2013-05-17 13:38:04 +02:00
Bram Moolenaar
c65db5cb5f
updated for version 7.3.962
...
Problem: Python tests are not portable.
Solution: Use shiftwidth instead of iminsert. (ZyX)
2013-05-17 13:38:04 +02:00
Bram Moolenaar
9d6823d538
Added tag v7-3-961 for changeset d5177d5ece0c
2013-05-16 20:47:56 +02:00
Bram Moolenaar
8233d03ee4
updated for version 7.3.961
...
Problem: Tests 86 and 87 fail when using another language than English.
Solution: Set the language to C in the test. (Dominique Pelle)
2013-05-16 20:47:56 +02:00
Bram Moolenaar
5469d507e3
Added tag v7-3-960 for changeset e67522c4f566
2013-05-15 23:13:10 +02:00
Bram Moolenaar
981a9947ea
updated for version 7.3.960
...
Problem: Compiler warning for unused variable.
Solution: Put declaration in #ifdef.
2013-05-15 23:13:10 +02:00
Bram Moolenaar
f21ef21f36
Added tag v7-3-959 for changeset ef6b11bb183d
2013-05-15 19:44:40 +02:00
Bram Moolenaar
8fd7f26ecc
updated for version 7.3.959
...
Problem: Missing error number.
Solution: Assign an error number.
2013-05-15 19:44:39 +02:00
Bram Moolenaar
cfe934e26b
Added tag v7-3-958 for changeset 58b74ab7f29d
2013-05-15 19:07:47 +02:00
Bram Moolenaar
46c643d0b7
updated for version 7.3.958
...
Problem: Python: Iteration destructor not set.
Solution: Put IterDestructor to use. (ZyX)
2013-05-15 19:07:47 +02:00
Bram Moolenaar
0f583b9287
Added tag v7-3-957 for changeset c16602758d84
2013-05-15 18:28:13 +02:00
Bram Moolenaar
8cf01de2b6
updated for version 7.3.957
...
Problem: Python does not have a "do" command like Perl or Lua.
Solution: Add the ":py3do" command. (Lilydjwg)
2013-05-15 18:28:13 +02:00
Bram Moolenaar
f0175a787c
Added tag v7-3-956 for changeset 0bbacb6a83bd
2013-05-15 17:49:05 +02:00
Bram Moolenaar
469a16b25e
updated for version 7.3.956
...
Problem: Python vim.bindeval() causes SIGABRT.
Solution: Make pygilstate a local variable. (Yukihiro Nakadaira)
2013-05-15 17:49:05 +02:00
Bram Moolenaar
bc76f61d4e
Added tag v7-3-955 for changeset fa90ebf2c8f3
2013-05-15 16:27:37 +02:00
Bram Moolenaar
9d9b2453ec
updated for version 7.3.955
...
Problem: Python: Not enough tests.
Solution: Add tests for vim.{current,window*,tabpage*}. (ZyX)
2013-05-15 16:27:37 +02:00
Bram Moolenaar
c21cee9b3e
Added tag v7-3-954 for changeset 1afdb7d21c14
2013-05-15 16:11:50 +02:00
Bram Moolenaar
d653c11f3d
updated for version 7.3.954
...
Problem: No check if PyObject_IsTrue fails.
Solution: Add a check for -1 value. (ZyX)
2013-05-15 16:11:50 +02:00
Bram Moolenaar
f7d8bdb223
Added tag v7-3-953 for changeset 7b789d337820
2013-05-15 16:04:40 +02:00
Bram Moolenaar
34c9ca1102
updated for version 7.3.953
...
Problem: Python: string exceptions are deprecated.
Solution: Make vim.error an Exception subclass. (ZyX)
2013-05-15 16:04:40 +02:00
Bram Moolenaar
4959681186
Added tag v7-3-952 for changeset 2a166caf8709
2013-05-15 15:51:08 +02:00
Bram Moolenaar
bc72314608
updated for version 7.3.952
...
Problem: Python: It's not easy to change window/buffer/tabpage.
Solution: Add ability to assign to vim.current.{tabpage,buffer,window}.
(ZyX)
2013-05-15 15:51:08 +02:00
Bram Moolenaar
d20fc73180
Added tag v7-3-951 for changeset 907b1f035ee7
2013-05-15 15:44:28 +02:00
Bram Moolenaar
4ca5875815
updated for version 7.3.951
...
Problem: Python exceptions have problems.
Solution: Change some IndexErrors to TypeErrors. Make “line number out of
range” an IndexError. Make “unable to get option value” a
RuntimeError. Make all PyErr_SetString messages start with
lowercase letter and use _(). (ZyX)
2013-05-15 15:44:28 +02:00
Bram Moolenaar
92fa0aa0ee
Added tag v7-3-950 for changeset d4816e7c3328
2013-05-15 15:35:09 +02:00
Bram Moolenaar
36ff1a0017
updated for version 7.3.950
...
Problem: Python: Stack trace printer can't handle messages.
Solution: Make KeyErrors use PyErr_SetObject. (ZyX)
2013-05-15 15:35:09 +02:00
Bram Moolenaar
8b425343e2
Added tag v7-3-949 for changeset cfd76908da25
2013-05-15 15:12:29 +02:00
Bram Moolenaar
e100baa455
updated for version 7.3.949
...
Problem: Python: no easy access to tabpages.
Solution: Add vim.tabpages and vim.current.tabpage. (ZyX)
2013-05-15 15:12:29 +02:00
Bram Moolenaar
40413d319b
Added tag v7-3-948 for changeset a6f0544df95e
2013-05-15 14:51:35 +02:00
Bram Moolenaar
2d8401eccc
updated for version 7.3.948
...
Problem: Cannot build with Python 2.2
Solution: Make Python interface work with Python 2.2
Make 2.2 the first supported version. (ZyX)
2013-05-15 14:51:35 +02:00
Bram Moolenaar
283ab61ff8
Added tag v7-3-947 for changeset a84f21892563
2013-05-15 14:39:52 +02:00
Bram Moolenaar
9936ba050f
updated for version 7.3.947
...
Problem: Python: No iterator for vim.list and vim.bufferlist.
Solution: Add the iterators. Also fix name of FunctionType. Add tests for
vim.buffers. (ZyX)
2013-05-15 14:39:52 +02:00
Bram Moolenaar
bfba1a6921
Added tag v7-3-946 for changeset 113768420756
2013-05-15 14:22:41 +02:00
Bram Moolenaar
442cf5643a
updated for version 7.3.946
...
Problem: Sometimes get stuck in waiting for cursor position report,
resulting in keys starting with <Esc>[ not working.
Solution: Only wait for more characters after <Esc>[ if followed by '?', '>'
or a digit.
2013-05-15 14:22:41 +02:00
Bram Moolenaar
927f4abb27
Added tag v7-3-945 for changeset 80eea7a9d6b9
2013-05-15 13:38:47 +02:00
Bram Moolenaar
f73743182a
updated for version 7.3.945
...
Problem: Python: List of buffers is not very useful.
Solution: Make vim.buffers a map. No iterator yet. (ZyX)
2013-05-15 13:38:47 +02:00
Bram Moolenaar
66dc7c145c
Added tag v7-3-944 for changeset 71fa86c8fd4a
2013-05-13 20:26:53 +02:00
Bram Moolenaar
2765f06d6f
updated for version 7.3.944
...
Problem: External program receives the termrespone.
Solution: Insert a delay and discard input. (Hayaki Saito)
2013-05-13 20:26:53 +02:00
Bram Moolenaar
feede28659
Added tag v7-3-943 for changeset 736b8e18a3bc
2013-05-12 21:16:23 +02:00
Bram Moolenaar
59b328883a
updated for version 7.3.943
...
Problem: Python: Negative indices were failing.
Solution: Fix negative indices. Add tests. (ZyX)
2013-05-12 21:16:23 +02:00
Bram Moolenaar
bfc7c8e6c7
Added tag v7-3-942 for changeset 358c10968c7f
2013-05-12 20:36:14 +02:00
Bram Moolenaar
c5ce83a8ab
updated for version 7.3.942
...
Problem: Python: SEGV in Buffer functions.
Solution: Call CheckBuffer() at the right time. (ZyX)
2013-05-12 20:36:14 +02:00
Bram Moolenaar
ec6bc7afb8
Added tag v7-3-941 for changeset da71e66dc1d4
2013-05-12 19:45:36 +02:00
Bram Moolenaar
61b1fe8326
updated for version 7.3.941
...
Problem: Stuff in if_py_both.h is ordered badly.
Solution: Reorder by type. (ZyX)
2013-05-12 19:45:35 +02:00
Bram Moolenaar
cc32e7f070
Added tag v7-3-940 for changeset e2db42528a5b
2013-05-12 19:30:31 +02:00
Bram Moolenaar
e5bf4affc4
updated for version 7.3.940
...
Problem: Python: Can't get position of window.
Solution: Add window.row and window.col. (ZyX)
2013-05-12 19:30:31 +02:00
Bram Moolenaar
ac2bf33b5d
Added tag v7-3-939 for changeset 48a22f36ff45
2013-05-12 19:09:51 +02:00
Bram Moolenaar
e82adc1af7
updated for version 7.3.939
...
Problem: Using Py_BuildValue is inefficient sometimes.
Solution: Use PyLong_FromLong(). (ZyX)
2013-05-12 19:09:51 +02:00
Bram Moolenaar
83b8f11bbf
Added tag v7-3-938 for changeset a2f03b41dca7
2013-05-12 19:00:41 +02:00
Bram Moolenaar
a0b0fbec7f
updated for version 7.3.938
...
Problem: Python: not easy to get to window number.
Solution: Add vim.window.number. (ZyX)
2013-05-12 19:00:41 +02:00
Bram Moolenaar
2903ca0e74
Added tag v7-3-937 for changeset 8ec7323f417d
2013-05-12 18:44:48 +02:00
Bram Moolenaar
204ca0bb29
updated for version 7.3.937
...
Problem: More can be shared between Python 2 and 3.
Solution: Move code to if_py_both.h. (ZyX)
2013-05-12 18:44:48 +02:00
Bram Moolenaar
3d1dd32ede
Added tag v7-3-936 for changeset e7361b2d8136
2013-05-12 14:11:17 +02:00
Bram Moolenaar
5bb36ed7e2
updated for version 7.3.936
...
Problem: Ruby 1.8: Missing piece for static linking on 64 bit systems.
Solution: Define ruby_init_stack() (Hiroshi Shirosaki)
Also fix preprocessor indents.
2013-05-12 14:11:17 +02:00
Bram Moolenaar
8715bb575d
Added tag v7-3-935 for changeset c42e130ebf36
2013-05-11 17:45:48 +02:00
Bram Moolenaar
b504a2e283
updated for version 7.3.935
...
Problem: Init stack works differently on 64 bit systems.
Solution: Handle 64 bit systems and also static library. (Yukihiro
Nakadaira)
2013-05-11 17:45:48 +02:00
Bram Moolenaar
c4b1e03894
Added tag v7-3-934 for changeset 000bb500208d
2013-05-11 15:50:33 +02:00
Bram Moolenaar
c44abc4292
updated for version 7.3.934
...
Problem: E381 and E380 make the user think nothing happened.
Solution: Display the message indicating what error list is now active.
(Christian Brabandt)
2013-05-11 15:50:33 +02:00
Bram Moolenaar
d42077c883
Added tag v7-3-933 for changeset c9820396afb9
2013-05-11 13:56:18 +02:00
Bram Moolenaar
f0923815c7
updated for version 7.3.933
...
Problem: Ruby on Mac crashes due to GC failure.
Solution: Init the stack from main(). (Hiroshi Shirosaki)
2013-05-11 13:56:18 +02:00
Bram Moolenaar
3c4b16aefe
Added tag v7-3-932 for changeset b7f2d97ae2b7
2013-05-11 13:45:05 +02:00
Bram Moolenaar
ea71cff8b9
updated for version 7.3.932
...
Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)
Solution: Initialize the variable.
2013-05-11 13:45:05 +02:00
Bram Moolenaar
5fc932a075
Added tag v7-3-931 for changeset fe0c7437ae8b
2013-05-07 05:18:20 +02:00
Bram Moolenaar
cde671d1df
updated for version 7.3.931
...
Problem: No completion for :xmap and :smap. (Yukihiro Nakadaira)
Solution: Add the case statements. (Christian Brabandt)
2013-05-07 05:18:20 +02:00
Bram Moolenaar
deb36fe886
Added tag v7-3-930 for changeset d85196defe0d
2013-05-07 05:11:17 +02:00
Bram Moolenaar
fdc8aedd64
updated for version 7.3.930
...
Problem: MSVC 2012 update is not recognized.
Solution: Update the version in the makefile. (Raymond Ko)
2013-05-07 05:11:17 +02:00
Bram Moolenaar
59e42be98c
Added tag v7-3-929 for changeset 94aa0d30a3ea
2013-05-06 06:45:47 +02:00
Bram Moolenaar
f88f430f65
updated for version 7.3.929
...
Problem: Compiler warning for unused variable. Not freeing unused string.
Solution: Remove the variable. Clear the options.
2013-05-06 06:45:47 +02:00
Bram Moolenaar
d14327dc4d
Added tag v7-3-928 for changeset 6d45e6f97415
2013-05-06 06:26:15 +02:00
Bram Moolenaar
9a584e22dc
updated for version 7.3.928
...
Problem: Can't build with strict C compiler.
Solution: Move declaration to start of block. (Taro Muraoka)
2013-05-06 06:26:15 +02:00
Bram Moolenaar
f257d3eb7f
Updated runtime files.
2013-05-06 05:58:55 +02:00
Bram Moolenaar
5fb1670415
Added tag v7-3-927 for changeset d67e292af6f9
2013-05-06 05:50:28 +02:00
Bram Moolenaar
829c378e09
updated for version 7.3.927
...
Problem: Missing combining characters when putting text in a register.
Solution: Include combining characters. (David Bürgin)
2013-05-06 05:50:28 +02:00
Bram Moolenaar
3376c92cce
Added tag v7-3-926 for changeset c80838526eeb
2013-05-06 04:50:35 +02:00
Bram Moolenaar
b472e685e9
updated for version 7.3.926
...
Problem: Autocommands are triggered by setwinvar() et al. Missing BufEnter
on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of
events for :tablose and :tabnew.
Solution: Fix these autocommand events. (Zyx)
2013-05-06 04:50:35 +02:00
Bram Moolenaar
9e746397b6
Added tag v7-3-925 for changeset 04736b4030ec
2013-05-06 04:24:17 +02:00
Bram Moolenaar
76e5f82bfe
updated for version 7.3.925
...
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
2013-05-06 04:24:17 +02:00
Bram Moolenaar
e1de03d47a
Added tag v7-3-924 for changeset 7eaccdaa5304
2013-05-06 03:52:55 +02:00
Bram Moolenaar
90f9d857c3
updated for version 7.3.924
...
Problem: Python interface can't easily access options.
Solution: Add vim.options, vim.window.options and vim.buffer.options. (ZyX)
2013-05-06 03:52:55 +02:00
Bram Moolenaar
4f6979f2f5
Added tag v7-3-923 for changeset 6ecb80dc6521
2013-05-04 04:40:15 +02:00
Bram Moolenaar
781556bc1d
updated for version 7.3.923
...
Problem: Check for X11 header files fails on Solaris.
Solution: Only use -Werror for gcc. (Laurent Blume)
2013-05-04 04:40:15 +02:00
Bram Moolenaar
a9487f5208
Added tag v7-3-922 for changeset 1d56e5dfa08e
2013-05-04 04:11:07 +02:00
Bram Moolenaar
bf429e07ec
updated for version 7.3.922
...
Problem: No test for what 7.3.918 fixes.
Solution: Add a test. (David Bürgin)
2013-05-04 04:11:07 +02:00
Bram Moolenaar
f53bdaa53c
Added tag v7-3-921 for changeset 97474f967eec
2013-05-04 03:42:34 +02:00
Bram Moolenaar
34aae14104
updated for version 7.3.921
...
Problem: Trying to create a fontset handle when 'guifontset' is not set.
Solution: Add curly braces around the code block. (Max Kirillov)
2013-05-04 03:42:34 +02:00
Bram Moolenaar
d9d2989ffa
Added tag v7-3-920 for changeset 923277a9cce4
2013-05-04 03:40:27 +02:00
Bram Moolenaar
04064ae4c7
updated for version 7.3.920
...
Problem: Compiler warning for size_t to int.
Solution: Add a type cast. (Mike Williams)
2013-05-04 03:40:27 +02:00
Bram Moolenaar
a1f777046b
Added tag v7-3-919 for changeset 12636b824816
2013-05-04 03:37:11 +02:00
Bram Moolenaar
197b219cc5
updated for version 7.3.919
...
Problem: An empty nl.po file does not work with an old msgfmt.
Solution: Put a single # in the file. (Laurent Blume)
2013-05-04 03:37:10 +02:00
Bram Moolenaar
8c23801004
Updated runtime files.
2013-04-24 18:51:19 +02:00
Bram Moolenaar
4ec494f9cd
Added tag v7-3-918 for changeset 6a8ffaf05856
2013-04-24 18:34:45 +02:00
Bram Moolenaar
f83d7a26fb
updated for version 7.3.918
...
Problem: Repeating an Ex command after using a Visual motion does not work.
Solution: Check for an Ex command being used. (David Bürgin)
2013-04-24 18:34:45 +02:00
Bram Moolenaar
8413f97c21
Added tag v7-3-917 for changeset 3887b02953ce
2013-04-24 17:34:20 +02:00
Bram Moolenaar
0331847950
updated for version 7.3.917
...
Problem: When a path ends in a backslash appending a comma has the wrong
effect.
Solution: Replace a trailing backslash with a slash. (Nazri Ramliy)
2013-04-24 17:34:20 +02:00
Bram Moolenaar
552df2b618
Added tag v7-3-916 for changeset f39af3419570
2013-04-24 16:52:36 +02:00
Bram Moolenaar
0c0f6ffd98
updated for version 7.3.916
...
Problem: Using freed memory when pasting with the mouse (Issue 130).
Solution: Get the byte value early. (hint by Dominique Pelle)
2013-04-24 16:52:36 +02:00
Bram Moolenaar
e2c35d807b
Added tag v7-3-915 for changeset d8053e6bf72a
2013-04-24 16:34:02 +02:00
Bram Moolenaar
35dffc8507
updated for version 7.3.915
...
Problem: When reading a file with encoding conversion fails at the end the
next encoding in 'fencs' is not used.
Solution: Retry with another encoding when possible. (Taro Muraoka)
2013-04-24 16:34:02 +02:00
Bram Moolenaar
4c1224604e
Added tag v7-3-914 for changeset 9f642ac84df9
2013-04-24 15:47:15 +02:00
Bram Moolenaar
8e4ef1a6d7
updated for version 7.3.914
...
Problem: ~/.viminfo is messed up when running tests.
Solution: Set the viminfo filename.
2013-04-24 15:47:15 +02:00
Bram Moolenaar
569bcb6748
Added tag v7-3-913 for changeset 0d3573091d42
2013-04-24 15:39:11 +02:00
Bram Moolenaar
5f50918eaf
updated for version 7.3.913
...
Problem: Still a crash when writing viminfo.
Solution: Add checks for NULL pointers. (Ron Aaron)
2013-04-24 15:39:11 +02:00
Bram Moolenaar
ff1c603f6a
Added tag v7-3-912 for changeset 62eadd7de409
2013-04-24 15:12:32 +02:00
Bram Moolenaar
40edc03840
updated for version 7.3.912
...
Problem: Typing a ":" command at the hit-enter dialog does not work if the
"file changed" dialog happens next.
Solution: Check for changed files before giving the hit-enter dialog.
2013-04-24 15:12:32 +02:00
Bram Moolenaar
b18546db8a
Added tag v7-3-911 for changeset f1eab4f77a6f
2013-04-24 14:07:45 +02:00
Bram Moolenaar
5e5ba1d9ef
updated for version 7.3.911
...
Problem: Python: Access to Vim variables is not so easy.
Solution: Define vim.vars and vim.vvars. (ZyX)
2013-04-24 14:07:45 +02:00
Bram Moolenaar
2627e52524
Added tag v7-3-910 for changeset d8d9c591c50f
2013-04-24 13:47:45 +02:00
Bram Moolenaar
47ed369f91
updated for version 7.3.910
...
Problem: Python code in #ifdef branches with only minor differences.
Solution: Merge the #ifdef branches. (ZyX)
2013-04-24 13:47:45 +02:00
Bram Moolenaar
2f58a055f9
Added tag v7-3-909 for changeset b79f3c3a584c
2013-04-24 13:39:15 +02:00
Bram Moolenaar
f7de925840
updated for version 7.3.909
...
Problem: Duplicate Python code.
Solution: Move more items to if_py_both.h. (ZyX) Also avoid compiler
warnings for missing initializers.
2013-04-24 13:39:15 +02:00
Bram Moolenaar
4369c7d988
Added tag v7-3-908 for changeset 4281875776fb
2013-04-24 13:10:41 +02:00
Bram Moolenaar
613581371d
updated for version 7.3.908
...
Problem: Possible crash when using a list in Python.
Solution: Return early if the list is NULL. (ZyX)
2013-04-24 13:10:41 +02:00
Bram Moolenaar
1b65869205
Added tag v7-3-907 for changeset 9f3da1dea7c0
2013-04-24 13:04:26 +02:00
Bram Moolenaar
ac94621d1d
updated for version 7.3.907
...
Problem: Python uses IndexError when a dict key is not found.
Solution: Use KeyError instead. (ZyX)
2013-04-24 13:04:26 +02:00
Bram Moolenaar
8cf13bc383
Added tag v7-3-906 for changeset ff1f3e42df08
2013-04-24 12:56:19 +02:00
Bram Moolenaar
dbbe9337aa
updated for version 7.3.906
...
Problem: The "sleep .2" for running tests does not work on Solaris.
Solution: Fall back to using "sleep 1". (Laurent Blume)
2013-04-24 12:56:19 +02:00
Bram Moolenaar
5a0b2dc033
Added tag v7-3-905 for changeset 8e1d1da398b3
2013-04-15 22:22:58 +02:00
Bram Moolenaar
c7c77af213
updated for version 7.3.905
...
Problem: Crash when writing viminfo. (Ron Aaron)
Solution: Prevent freed history info to be used.
2013-04-15 22:22:57 +02:00
Bram Moolenaar
4892d92cae
Added tag v7-3-904 for changeset bdab73bf24a8
2013-04-15 18:25:59 +02:00
Bram Moolenaar
8f92747be8
updated for version 7.3.904
...
Problem: Using memory freed by the garbage collector.
Solution: Mark items in aucmd_win as used.
2013-04-15 18:25:59 +02:00
Bram Moolenaar
c93d0ac31a
Added tag v7-3-903 for changeset 166b3df562ea
2013-04-15 16:14:22 +02:00
Bram Moolenaar
d13f8ce613
updated for version 7.3.903
...
Problem: Crash on exit writing viminfo. (Ron Aaron)
Solution: Check for the history to be empty.
2013-04-15 16:14:22 +02:00
Bram Moolenaar
60b061e971
Added tag v7-3-902 for changeset b01e3cff9253
2013-04-15 15:55:19 +02:00
Bram Moolenaar
0bb8c5f622
updated for version 7.3.902
...
Problem: When deleting last buffer in other tab the tabline is not updated.
Solution: Set the redraw_tabline flag. (Yukihiro Nakadaira)
2013-04-15 15:55:19 +02:00
Bram Moolenaar
f9e45ed0fc
Added tag v7-3-901 for changeset 790238e5a46c
2013-04-15 15:47:13 +02:00
Bram Moolenaar
1f73adf977
updated for version 7.3.901
...
Problem: Outdated comment, ugly condition.
Solution: Update a few comments, break line.
2013-04-15 15:47:12 +02:00
Bram Moolenaar
1c7dcd9f2d
Added tag v7-3-900 for changeset b53fa3b43193
2013-04-15 15:40:33 +02:00
Bram Moolenaar
1a0d13b49a
updated for version 7.3.900
...
Problem: Not obvious that some mouse features are mutual-exclusive.
Solution: Add a comment.
2013-04-15 15:40:33 +02:00
Bram Moolenaar
30e9a83d60
Added tag v7-3-899 for changeset bb3cfdb62607
2013-04-15 15:32:25 +02:00
Bram Moolenaar
e84e373b69
updated for version 7.3.899
...
Problem: #if indents are off.
Solution: Fix the indents.
2013-04-15 15:32:25 +02:00
Bram Moolenaar
6232475237
Added tag v7-3-898 for changeset aca1886102bd
2013-04-15 15:15:36 +02:00
Bram Moolenaar
1c48edaa53
updated for version 7.3.898
...
Problem: Memory leak reported by valgrind in test 91.
Solution: Only use default argument when needed.
2013-04-15 15:15:35 +02:00
Bram Moolenaar
8760fc5a10
Added tag v7-3-897 for changeset 5aa74a2f8f9d
2013-04-15 14:44:58 +02:00
Bram Moolenaar
b9479f833f
updated for version 7.3.897
...
Problem: Configure doesn't always find the shared library.
Solution: Change the configure script. (Ken Takata)
2013-04-15 14:44:57 +02:00
Bram Moolenaar
e5bd58a05c
Added tag v7-3-896 for changeset af3a3680fc75
2013-04-15 13:49:21 +02:00
Bram Moolenaar
91be375bac
updated for version 7.3.896
...
Problem: Memory leaks in Lua interface.
Solution: Fix the leaks, add tests. (Yukihiro Nakadaira)
2013-04-15 13:49:21 +02:00
Bram Moolenaar
912982d303
Added tag v7-3-895 for changeset 11007e80829c
2013-04-15 13:06:21 +02:00
Bram Moolenaar
b8d217d92f
updated for version 7.3.895
...
Problem: Valgrind error in test 91. (Issue 128)
Solution: Pass scope name to find_var_in_ht().
2013-04-15 13:06:21 +02:00
Bram Moolenaar
9025ffd165
Added tag v7-3-894 for changeset 52e946d654e0
2013-04-15 12:36:18 +02:00
Bram Moolenaar
51b743ce9d
updated for version 7.3.894
...
Problem: Using wrong RUBY_VER causing Ruby build to break.
Solution: Correct the RUBY_VER value. (Yongwei Wu)
2013-04-15 12:36:18 +02:00
Bram Moolenaar
7540de4352
Added tag v7-3-893 for changeset dc3efb6d5a08
2013-04-15 12:27:36 +02:00
Bram Moolenaar
9bef826d5a
updated for version 7.3.893
...
Problem: Crash when using b:, w: or t: after closing the buffer, window or
tabpage.
Solution: Allocate the dictionary instead of having it part of the
buffer/window/tabpage struct. (Yukihiro Nakadaira)
2013-04-15 12:27:36 +02:00
Bram Moolenaar
39c3e3307b
Added tag v7-3-892 for changeset 6c2e8074ea25
2013-04-14 23:19:36 +02:00
Bram Moolenaar
586baeafd9
updated for version 7.3.892
...
Problem: Still mering problems for viminfo history.
Solution: Do not merge lines when writing, don't write old viminfo lines.
2013-04-14 23:19:36 +02:00
Bram Moolenaar
5a95cce118
Added tag v7-3-891 for changeset 1dc160bf2488
2013-04-14 16:26:15 +02:00
Bram Moolenaar
80fede1b91
updated for version 7.3.891
...
Problem: Merging viminfo history doesn't work well.
Solution: Don't stop when one type of history is empty. Don't merge history
when writing viminfo.
2013-04-14 16:26:15 +02:00
Bram Moolenaar
f2f7837498
Added tag v7-3-890 for changeset 89bdd6d57510
2013-04-14 16:21:41 +02:00
Bram Moolenaar
c6b28c28f3
updated for version 7.3.890
...
Problem: Test 79 fails on Windows. (Michael Soyka)
Solution: Add comment below line causing an error.
2013-04-14 16:21:41 +02:00
Bram Moolenaar
fdbdfe65ac
Added tag v7-3-889 for changeset cb0c694517a0
2013-04-14 16:19:03 +02:00
Bram Moolenaar
2f1d3f9fb7
updated for version 7.3.889
...
Problem: Can't build with Ruby 2.0 on a 64 bit system.
Solution: Define rb_fix2int and rb_num2int. (Kohei Suzuki)
2013-04-14 16:19:03 +02:00
Bram Moolenaar
9c5ad6b26d
Updated runtime files.
2013-04-12 15:09:51 +02:00
Bram Moolenaar
5e78389c83
Added tag v7-3-888 for changeset b0b253898cf9
2013-04-12 14:42:39 +02:00
Bram Moolenaar
10d6c26682
updated for version 7.3.888
...
Problem: Filename completion with 'fileignorecase' does not work for
multi-byte characters.
Solution: Make 'fileignorecase' work properly. (Hirohito Higashi)
2013-04-12 14:42:39 +02:00
Bram Moolenaar
2dd0be6210
Added tag v7-3-887 for changeset 015e53d99787
2013-04-12 13:45:03 +02:00
Bram Moolenaar
7b380f5111
updated for version 7.3.887
...
Problem: No tests for Visual mode operators, what 7.3.879 fixes.
Solution: Add a new test file. (David Bürgin)
2013-04-12 13:45:02 +02:00
Bram Moolenaar
f76149ad74
Added tag v7-3-886 for changeset 902d6ab377ee
2013-04-12 12:27:30 +02:00
Bram Moolenaar
72109994f7
updated for version 7.3.886
...
Problem: Can't build with multi-byte on Solaris 10.
Solution: Add #ifdef X_HAVE_UTF8_STRING. (Laurent Blume)
2013-04-12 12:27:30 +02:00
Bram Moolenaar
e56a0c092e
Added tag v7-3-885 for changeset c5eab656ec51
2013-04-12 12:18:49 +02:00
Bram Moolenaar
b764814708
updated for version 7.3.885
...
Problem: Double free for list and dict in Lua. (Shougo Matsu)
Solution: Do not unref list and dict. (Yasuhiro Matsumoto)
2013-04-12 12:18:49 +02:00
Bram Moolenaar
0a7bf116c1
Move redif syntax file to the right directory.
...
Disable recognizing .rdf as a redif file.
2013-04-06 17:26:26 +02:00
Bram Moolenaar
1951ee400e
Added tag v7-3-884 for changeset 22adc26aaa9f
2013-04-06 14:30:40 +02:00
Bram Moolenaar
fc8fda0f37
updated for version 7.3.884
...
Problem: Compiler warning for variable shadowing another. (John Little)
Solution: Rename the variable. (Christian Brabandt)
2013-04-06 14:30:40 +02:00
Bram Moolenaar
eb00b4ca8f
Added tag v7-3-883 for changeset 76aa34cef80f
2013-04-06 14:29:00 +02:00
Bram Moolenaar
3197d376a4
updated for version 7.3.883
...
Problem: Can't build with some combination of features.
Solution: Adjust #ifdefs.
2013-04-06 14:29:00 +02:00
Bram Moolenaar
42f4ed080b
Updated runtime files.
2013-04-05 22:26:15 +02:00
Bram Moolenaar
05a1444fac
Added tag v7-3-882 for changeset 8653c39b85ea
2013-04-05 19:50:17 +02:00
Bram Moolenaar
e7d678bcaa
updated for version 7.3.882
...
Problem: CursorHold may trigger after receiving the termresponse.
Solution: Set the did_cursorhold flag. (Hayaki Saito)
2013-04-05 19:50:17 +02:00
Bram Moolenaar
b5723ea8ea
Added tag v7-3-881 for changeset d8acfc49d94e
2013-04-05 19:32:37 +02:00
Bram Moolenaar
f823ccccb0
updated for version 7.3.881
...
Problem: Python list does not work correctly.
Solution: Fix it and add a test. (Yukihiro Nakadaira)
2013-04-05 19:32:36 +02:00
Bram Moolenaar
74557fb60e
Added tag v7-3-880 for changeset 9945fe0536a3
2013-04-05 18:58:48 +02:00
Bram Moolenaar
83800dab4b
updated for version 7.3.880
...
Problem: When writing viminfo, old history lines may replace lines written
more recently by another Vim instance.
Solution: Mark history entries that were read from viminfo and overwrite
them when merging with the current viminfo.
2013-04-05 18:58:47 +02:00
Bram Moolenaar
29d2d7ece1
Added tag v7-3-879 for changeset 79176b78969c
2013-04-05 17:43:14 +02:00
Bram Moolenaar
35a11ceea8
updated for version 7.3.879
...
Problem: When using an ex command in operator pending mode, using Esc to
abort the command still executes the operator. (David Bürgin)
Solution: Clear the operator when the ex command fails. (Christian Brabandt)
2013-04-05 17:43:14 +02:00
Bram Moolenaar
9b85a71753
Added tag v7-3-878 for changeset 97a5ce76cb7d
2013-04-05 15:41:05 +02:00
Bram Moolenaar
34e5bbf2ed
updated for version 7.3.878
...
Problem: 'fileignorecase' is missing in options window and quickref.
Solution: Add the option.
2013-04-05 15:41:05 +02:00
Bram Moolenaar
ea096982d0
Added tag v7-3-877 for changeset 96f478b812b1
2013-04-03 21:14:29 +02:00
Bram Moolenaar
4a3b55d34d
updated for version 7.3.877
...
Problem: Forward searching with search() is broken.
Solution: Fix it and add tests. (Sung Pae)
2013-04-03 21:14:29 +02:00
Bram Moolenaar
fc02645d95
Added tag v7-3-876 for changeset 787df0fc6539
2013-04-03 21:11:39 +02:00
Bram Moolenaar
6c6a969ea9
updated for version 7.3.876
...
Problem: #if indents are off.
Solution: Insert a space where appropriate. (Taro Muraoka)
2013-04-03 21:11:39 +02:00
Bram Moolenaar
61e8f0742f
Added tag v7-3-875 for changeset beab15a2ef14
2013-03-21 22:53:50 +01:00
Bram Moolenaar
9952bb6bdd
updated for version 7.3.875
...
Problem: Build problem with some combination of features.
Solution: Use FEAT_XCLIPBOARD instead of FEAT_CLIPBOARD.
2013-03-21 22:53:50 +01:00
Bram Moolenaar
16f54b5b13
Added tag v7-3-874 for changeset 4d0b39bcec20
2013-03-19 18:31:49 +01:00
Bram Moolenaar
466f9e9dd7
updated for version 7.3.874
...
Problem: Comparing file names does not handle multi-byte characters
properly.
Solution: Implement multi-byte handling.
2013-03-19 18:31:49 +01:00
Bram Moolenaar
37146e8b9d
Added tag v7-3-873 for changeset 7faeece39228
2013-03-19 17:42:15 +01:00
Bram Moolenaar
5b00edb40a
updated for version 7.3.873
...
Problem: Cannot easily use :s to make title case.
Solution: Have "\L\u" result in title case. (James McCoy)
2013-03-19 17:42:15 +01:00
Bram Moolenaar
eab418dea2
Added tag v7-3-872 for changeset edd0bc1f26bd
2013-03-19 16:49:16 +01:00
Bram Moolenaar
ed09796c5b
updated for version 7.3.872
...
Problem: On some systems case of file names is always ignored, on others
never.
Solution: Add the 'fileignorecase' option to control this at runtime.
Implies 'wildignorecase'.
2013-03-19 16:49:16 +01:00
Bram Moolenaar
4fa5b752cd
Added tag v7-3-871 for changeset d52c45b35fb0
2013-03-19 15:27:48 +01:00
Bram Moolenaar
13e4900efe
updated for version 7.3.871
...
Problem: search('^$', 'c') does not use the empty match under the cursor.
Solution: Special handling of the 'c' flag. (Christian Brabandt)
Add tests.
2013-03-19 15:27:48 +01:00
Bram Moolenaar
7e5550e0ba
Added tag v7-3-870 for changeset 26e59a39fdd9
2013-03-19 14:48:29 +01:00
Bram Moolenaar
c97f0d3551
updated for version 7.3.870
...
Problem: Compiler warnings when using MingW 4.5.3.
Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata)
2013-03-19 14:48:29 +01:00
Bram Moolenaar
806142c767
Added tag v7-3-869 for changeset 23ce9a61bdc2
2013-03-19 14:25:54 +01:00
Bram Moolenaar
53e9598ee5
updated for version 7.3.869
...
Problem: bufwinnr() matches buffers in other tabs.
Solution: For bufwinnr() and ? only match buffers in the current tab.
(Alexey Radkov)
2013-03-19 14:25:54 +01:00
Bram Moolenaar
f80d15fafd
Added tag v7-3-868 for changeset b31989e2b058
2013-03-19 13:56:08 +01:00
Bram Moolenaar
1951b34038
updated for version 7.3.868
...
Problem: When at the hit-return prompt and using "k" while no text has
scrolled off screen, then using "j", an empty line is displayed.
Solution: Only act on "k" when text scrolled off screen. Also accept
page-up and page-down. (cptstubing)
2013-03-19 13:56:08 +01:00
Bram Moolenaar
b1845b86a1
Added tag v7-3-867 for changeset 0fcb050fd79d
2013-03-19 13:33:23 +01:00
Bram Moolenaar
7273c99019
updated for version 7.3.867
...
Problem: Matchparen does not update match when using auto-indenting.
(Marc Aldorasi)
Solution: Add the TextChanged and TextChangedI autocommand events.
2013-03-19 13:33:23 +01:00
Bram Moolenaar
15b7f64e7f
Added tag v7-3-866 for changeset 90d72df431e5
2013-03-19 12:35:42 +01:00
Bram Moolenaar
92c5024c22
updated for version 7.3.866
...
Problem: Not serving the X selection during system() isn't nice.
Solution: When using fork() do not loose the selection, keep serving it.
Add a loop similar to handling I/O. (Yukihiro Nakadaira)
2013-03-19 12:35:42 +01:00
Bram Moolenaar
4c0f497180
Update runtime files.
2013-03-19 11:35:58 +01:00
Bram Moolenaar
ab6594b62c
Added tag v7-3-865 for changeset 94342b0605fb
2013-03-16 21:42:16 +01:00
Bram Moolenaar
58cec0a699
updated for version 7.3.865
...
Problem: Mouse position may be wrong.
Solution: Let vungetc() restore the mouse position.
2013-03-16 21:42:16 +01:00
Bram Moolenaar
66b1b9453a
Added tag v7-3-864 for changeset a82ef37d38c0
2013-03-16 21:35:33 +01:00
Bram Moolenaar
3ca813161f
updated for version 7.3.864
...
Problem: Can't build without the mouse feature.
Solution: Add an #ifdef. (Ike Devolder)
2013-03-16 21:35:33 +01:00
Bram Moolenaar
2e6b124498
Added tag v7-3-863 for changeset 5c0652f455c9
2013-03-16 14:33:36 +01:00
Bram Moolenaar
509ab2faeb
updated for version 7.3.863
...
Problem: Problem with 'ambiwidth' detection for ANSI terminal.
Solution: Work around not recognizing a term response. (Hayaki Saito)
2013-03-16 14:33:36 +01:00
Bram Moolenaar
72b41a82aa
Added tag v7-3-862 for changeset dd4f3ceb5d86
2013-03-16 14:20:51 +01:00
Bram Moolenaar
03b298bd20
updated for version 7.3.862
...
Problem: Dragging the status line can be slow.
Solution: Look ahead and drop the drag event if there is a next one.
2013-03-16 14:20:51 +01:00
Bram Moolenaar
30c76cb95d
Added tag v7-3-861 for changeset 6fe728bf165e
2013-03-13 20:42:32 +01:00
Bram Moolenaar
1670720400
updated for version 7.3.861
...
Problem: ":setlocal number" clears global value of 'relativenumber'.
Solution: Do it properly. (Markus Heidelberg)
2013-03-13 20:42:32 +01:00
Bram Moolenaar
81d54b3e31
Added tag v7-3-860 for changeset 6ce32844727d
2013-03-13 20:23:22 +01:00
Bram Moolenaar
53d319d990
updated for version 7.3.860
...
Problem: When using --remote-expr try/catch does not work. (Andrey Radev)
Solution: Set emsg_silent instead of emsg_off.
2013-03-13 20:23:22 +01:00
Bram Moolenaar
b39f419e8d
Added tag v7-3-859 for changeset ecf21be84def
2013-03-13 19:29:29 +01:00
Bram Moolenaar
68bcdc6ea9
updated for version 7.3.859
...
Problem: 'ambiwidth' must be set by the user.
Solution: Detects East Asian ambiguous width (UAX #11 ) state of the terminal
at the start-up time and 'ambiwidth' accordingly. (Hayaki Saito)
2013-03-13 19:29:28 +01:00
Bram Moolenaar
1eb364e41a
Added tag v7-3-858 for changeset 0a3fab86f34d
2013-03-13 19:02:41 +01:00
Bram Moolenaar
7dabae12dc
updated for version 7.3.858
...
Problem: "gv" selects the wrong area after some operators.
Solution: Save and restore the type of selection. (Christian Brabandt)
2013-03-13 19:02:41 +01:00
Bram Moolenaar
484a6a16ae
Added tag v7-3-857 for changeset 4905e038b105
2013-03-13 18:30:43 +01:00
Bram Moolenaar
9178241ac0
updated for version 7.3.857
...
Problem: The QuitPre autocommand event does not trigger for :qa and :wq.
Solution: Trigger the event. (Tatsuro Fujii)
2013-03-13 18:30:43 +01:00
Bram Moolenaar
0770126684
Added tag v7-3-856 for changeset fb533fb6c015
2013-03-13 17:50:25 +01:00
Bram Moolenaar
b10be2eece
updated for version 7.3.856
...
Problem: When calling system() multi-byte clipboard contents is garbled.
Solution: Save and restore the clipboard contents. (Yukihiro Nakadaira)
2013-03-13 17:50:25 +01:00
Bram Moolenaar
ad4c169899
Added tag v7-3-855 for changeset 6604853dd822
2013-03-13 17:01:52 +01:00
Bram Moolenaar
3f65b8e2e6
updated for version 7.3.855
...
Problem: Compiler warnings.
Solution: Add type casts. (Mike Williams)
2013-03-13 17:01:52 +01:00
Bram Moolenaar
ef3f8c659c
Added tag v7-3-854 for changeset 14cdb6e4d5b8
2013-03-07 19:38:54 +01:00
Bram Moolenaar
88081da75d
updated for version 7.3.854
...
Problem: After using backspace in insert mode completion, CTRL-N and CTRL-P
do not highlight the right entry. (Olivier Teuliere)
Solution: Set the current item to the shown item after using backspace.
2013-03-07 19:38:54 +01:00
Bram Moolenaar
31ffd9cd94
Added tag v7-3-853 for changeset eea32254940f
2013-03-07 18:50:57 +01:00
Bram Moolenaar
beca80a34c
updated for version 7.3.853
...
Problem: Using "ra" in multiple lines on multi-byte characters leaves a few
characters not replaced.
Solution: Adjust the end column only in the last line. (Yasuhiro Matsumoto)
2013-03-07 18:50:57 +01:00
Bram Moolenaar
ec1a5fc063
Added tag v7-3-852 for changeset 3fd805ca2a6a
2013-03-07 18:02:31 +01:00
Bram Moolenaar
6c3e6e05e1
updated for version 7.3.852
...
Problem: system() breaks clipboard text. (Yukihiro Nakadaira)
Solution: Use Xutf8TextPropertyToTextList(). (Christian Brabandt)
Also do not put the text in the clip buffer if conversion fails.
2013-03-07 18:02:30 +01:00
Bram Moolenaar
3c780a4b0a
Added tag v7-3-851 for changeset dd669f296568
2013-03-07 16:41:30 +01:00
Bram Moolenaar
b89802836b
updated for version 7.3.851
...
Problem: Using an empty pattern with :sort silently continues when there is
no previous search pattern.
Solution: Give an error message.
2013-03-07 16:41:30 +01:00
Bram Moolenaar
81e98e72fe
Added tag v7-3-850 for changeset 07fef68eb018
2013-03-07 16:32:54 +01:00
Bram Moolenaar
502c2a5531
updated for version 7.3.850
...
Problem: ":vimgrep //" matches everywhere.
Solution: Make it use the previous search pattern. (David Bürgin)
2013-03-07 16:32:54 +01:00
Bram Moolenaar
0dba29a2ee
Added tag v7-3-849 for changeset dc77c2a14a05
2013-03-07 16:08:35 +01:00
Bram Moolenaar
faf3185a47
updated for version 7.3.849
...
Problem: ":g//" gives "Pattern not found error" with E486. Should not use
the error number, it's not a regular error message.
Solution: Use a normal message. (David Bürgin)
2013-03-07 16:08:35 +01:00
Bram Moolenaar
0f564d46e7
Added tag v7-3-848 for changeset e49b80f267dc
2013-03-07 15:16:21 +01:00
Bram Moolenaar
53026be864
updated for version 7.3.848
...
Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10.
Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64.
(Ken Takata)
2013-03-07 15:16:21 +01:00
Bram Moolenaar
ac53d286c3
Added tag v7-3-847 for changeset 4dd43d6b3df7
2013-03-07 14:50:34 +01:00
Bram Moolenaar
1602902b16
updated for version 7.3.847
...
Problem: Test 55 fails when messages are translated.
Solution: Set language to C. (Ken Takata)
2013-03-07 14:50:34 +01:00
Bram Moolenaar
55cbb32d17
Added tag v7-3-846 for changeset b06bb07d906b
2013-03-07 13:32:36 +01:00
Bram Moolenaar
a6b33ca1ee
updated for version 7.3.846
...
Problem: Missing proto files.
Solution: Add the files.
2013-03-07 13:32:36 +01:00
Bram Moolenaar
1830f25ca9
Added tag v7-3-845 for changeset 171234e02b1e
2013-03-07 13:21:32 +01:00
Bram Moolenaar
3c5ad265da
updated for version 7.3.845
...
Problem: Enum indenting is not tested.
Solution: Add tests. (Hong Xu)
2013-03-07 13:21:32 +01:00
Bram Moolenaar
90cb083c4c
Updated runtime files.
2013-03-07 13:20:54 +01:00
Bram Moolenaar
317578d707
Added tag v7-3-844 for changeset eccc0e8a82fb
2013-03-07 13:13:52 +01:00
Bram Moolenaar
ce9a2c7e7e
updated for version 7.3.844
...
Problem: Enum is not indented correctly with "public" etc.
Solution: Skip "public", "private" and "protected". (Hong Xu)
2013-03-07 13:13:52 +01:00
Bram Moolenaar
04f440c373
Added tag v7-3-843 for changeset f4960ddda07c
2013-02-26 22:54:11 +01:00
Bram Moolenaar
742cf6ce1e
updated for version 7.3.843
...
Problem: Missing test file changes.
Solution: Change the tests.
2013-02-26 22:54:11 +01:00
Bram Moolenaar
9c46a37e3d
Added tag v7-3-842 for changeset 78321dcaa8e2
2013-02-26 21:43:32 +01:00
Bram Moolenaar
4a3231112f
updated for version 7.3.842
...
Problem: Compiler warning for signed/unsigned pointer.
Solution: Add type cast. (Christian Brabandt)
2013-02-26 21:43:32 +01:00
Bram Moolenaar
8980ad619d
Added tag v7-3-841 for changeset b40e6a47ee53
2013-02-26 19:36:15 +01:00
Bram Moolenaar
a2be53238e
updated for version 7.3.841
...
Problem: When a "cond ? one : two" expression has a subscript it is not
parsed correctly. (Andy Wokula)
Solution: Handle a subscript also when the type is unknown. (Christian
Brabandt)
2013-02-26 19:36:15 +01:00
Bram Moolenaar
36f8f31fa0
Added tag v7-3-840 for changeset 1778d51fcbc3
2013-02-26 18:46:01 +01:00
Bram Moolenaar
f33715cb9f
updated for version 7.3.840
...
Problem: "\@<!" in regexp does not work correctly with multi-byte
characters, especially cp932.
Solution: Move column to start of multi-byte character. (Yasuhiro Matsumoto)
2013-02-26 18:46:01 +01:00
Bram Moolenaar
3ca4c44096
Added tag v7-3-839 for changeset 2030aca407ed
2013-02-26 17:59:43 +01:00
Bram Moolenaar
bdbd1be4b1
updated for version 7.3.839
...
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
2013-02-26 17:59:43 +01:00
Bram Moolenaar
2914722622
Added tag v7-3-838 for changeset 1c819b05529c
2013-02-26 17:21:29 +01:00
Bram Moolenaar
959f23fc25
updated for version 7.3.838
...
Problem: Insufficient testing for mksession.
Solution: Add tests. (mostly by Roland Eggner)
2013-02-26 17:21:29 +01:00
Bram Moolenaar
29a883e055
Added tag v7-3-837 for changeset 14698f63de8d
2013-02-26 15:27:23 +01:00
Bram Moolenaar
c809ffca87
updated for version 7.3.837
...
Problem: Empty lines in :version output when 'columns' is 320.
Solution: Simplify the logic of making columns. (Nazri Ramliy, Roland
Eggner)
2013-02-26 15:27:23 +01:00
Bram Moolenaar
0a29612aeb
Added tag v7-3-836 for changeset ff193256398a
2013-02-26 14:56:43 +01:00
Bram Moolenaar
32098e3ea4
updated for version 7.3.836
...
Problem: Clipboard does not work on Win32 when compiled with Cygwin.
Solution: Move the Win32 clipboard code to a separate file and use it when
building with os_unix.c. (Frodak Baksik, Ken Takata)
2013-02-26 14:56:42 +01:00
Bram Moolenaar
00be0d5fd5
Added tag v7-3-835 for changeset d356b5ce84ce
2013-02-26 14:14:07 +01:00
Bram Moolenaar
32679a21ee
updated for version 7.3.835
...
Problem: "xxd -i" fails on an empty file.
Solution: Do output the closing } for an empty file. (partly by Lawrence
Woodman)
2013-02-26 14:14:07 +01:00
Bram Moolenaar
5ea50c0de4
Added tag v7-3-834 for changeset 3ac9d7d8274e
2013-02-26 13:41:35 +01:00
Bram Moolenaar
ef75f15a82
updated for version 7.3.834
...
Problem: Ruby 2.0 has a few API changes.
Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto)
2013-02-26 13:41:35 +01:00
Bram Moolenaar
b19bb2949b
Added tag v7-3-833 for changeset b97109760603
2013-02-26 13:30:32 +01:00
Bram Moolenaar
28741039d5
updated for version 7.3.833
...
Problem: In the terminal the scroll wheel always scrolls the active window.
Solution: Scroll the window under the mouse pointer, like in the GUI.
(Bradie Rao)
2013-02-26 13:30:32 +01:00
Bram Moolenaar
81a2d53b34
Added tag v7-3-832 for changeset 670e576a58d1
2013-02-26 11:25:33 +01:00
Bram Moolenaar
616fca5d1c
updated for version 7.3.832
...
Problem: Compiler warning.
Solution: Add type cast. (Mike Williams)
2013-02-26 11:25:33 +01:00
Bram Moolenaar
dc0db92ab0
Update runtime files.
2013-02-20 21:26:00 +01:00
Bram Moolenaar
35d5e031cb
Added tag v7-3-831 for changeset cb185366f5c8
2013-02-20 21:12:10 +01:00
Bram Moolenaar
51d92c00e8
updated for version 7.3.831
...
Problem: Clumsy to handle the situation that a variable does not exist.
Solution: Add default value to getbufvar() et al. (Shougo Matsushita,
Hirohito Higashi)
2013-02-20 21:12:10 +01:00
Bram Moolenaar
218a85f176
Added tag v7-3-830 for changeset 454d35a43392
2013-02-20 19:26:29 +01:00
Bram Moolenaar
a418fe8ff0
updated for version 7.3.830
...
Problem: :mksession confuses bytes, columns and characters when positioning
the cursor.
Solution: Use w_virtcol with "|" instead of w_cursor.col with "l".
2013-02-20 19:26:29 +01:00
Bram Moolenaar
f8fa0faa73
Added tag v7-3-829 for changeset 7728d626ae03
2013-02-20 18:39:13 +01:00
Bram Moolenaar
ff79197c11
updated for version 7.3.829
...
Problem: When compiled with the +rightleft feature 'showmatch' also shows a
match for the opening paren. When 'revins' is set the screen may
scroll.
Solution: Only check the opening paren when the +rightleft feature was
enabled. Do not show a match that is not visible. (partly by
Christian Brabandt)
2013-02-20 18:39:13 +01:00
Bram Moolenaar
cc49f70ae4
Added tag v7-3-828 for changeset 13170a796134
2013-02-20 17:59:12 +01:00
Bram Moolenaar
91f164cd23
updated for version 7.3.828
...
Problem: Mappings are not aware of wildmenu mode.
Solution: Add wildmenumode(). (Christian Brabandt)
2013-02-20 17:59:11 +01:00
Bram Moolenaar
f8686698b6
Added tag v7-3-827 for changeset 5e17a12a3b14
2013-02-20 16:54:28 +01:00
Bram Moolenaar
694137d3ea
updated for version 7.3.827
...
Problem: Python tests fail.
Solution: Adjust the output for the stack trace.
2013-02-20 16:54:27 +01:00
Bram Moolenaar
8cc531cf06
Added tag v7-3-826 for changeset 646cb6b6ff23
2013-02-20 16:47:36 +01:00
Bram Moolenaar
b13d5c0ff8
updated for version 7.3.826
...
Problem: List of features in :version output is hard to read.
Solution: Make columns. (Nazri Ramliy)
2013-02-20 16:47:36 +01:00
Bram Moolenaar
153f4ba782
Added tag v7-3-825 for changeset 6b1f3fc893cd
2013-02-20 16:09:43 +01:00
Bram Moolenaar
b294e9d559
updated for version 7.3.825
...
Problem: With Python errors are not always clear.
Solution: Print the stack trace, unless :silent is used. (ZyX)
2013-02-20 16:09:43 +01:00
Bram Moolenaar
6595395586
Added tag v7-3-824 for changeset f5ef9b9c18cd
2013-02-20 15:19:43 +01:00
Bram Moolenaar
fea14ed898
updated for version 7.3.824
...
Problem: Can redefine builtin functions. (ZyX)
Solution: Disallow adding a function to g:.
2013-02-20 15:19:43 +01:00
Bram Moolenaar
4c8719f944
Added tag v7-3-823 for changeset db401e5e4c5d
2013-02-20 13:34:19 +01:00
Bram Moolenaar
91ddd257ad
updated for version 7.3.823
...
Problem: Building with Cygwin: '-lsupc++' is not needed.
Solution: Remove it. (Ken Takata)
2013-02-20 13:34:19 +01:00
Bram Moolenaar
ab2a4e0bc7
Added tag v7-3-822 for changeset 2f7883063b19
2013-02-17 15:45:37 +01:00
Bram Moolenaar
83f922f29e
updated for version 7.3.822
...
Problem: Crash when accessing freed buffer.
Solution: Get 'textwidth' in caller of enter_buffer(). (Christian Brabandt)
2013-02-17 15:45:37 +01:00
Bram Moolenaar
edc53b9b43
Added tag v7-3-821 for changeset 4936ee89b4bc
2013-02-16 18:16:15 +01:00
Bram Moolenaar
766621e9fb
updated for version 7.3.821
...
Problem: Build with OLE and Cygwin is broken. (Steve Hall)
Solution: Select static or shared stdc library. (Ken Takta)
2013-02-16 18:16:15 +01:00
Bram Moolenaar
d9a4318d8b
Added tag v7-3-820 for changeset 688da4d486a0
2013-02-14 22:19:51 +01:00
Bram Moolenaar
68f9d844dc
updated for version 7.3.820
...
Problem: Build errors and warnings when building with small features and
Lua, Perl or Ruby.
Solution: Add #ifdefs and UNUSED.
2013-02-14 22:19:51 +01:00
Bram Moolenaar
b65722ab61
Added tag v7-3-819 for changeset 36fd800b8c6c
2013-02-14 22:11:39 +01:00
Bram Moolenaar
6a60817447
updated for version 7.3.819
...
Problem: Compiling without +eval and with Python isn't working.
Solution: Add the eval feature when building with Python.
2013-02-14 22:11:39 +01:00
Bram Moolenaar
9fca58536d
Added tag v7-3-818 for changeset ad7b6062a7f4
2013-02-14 20:58:35 +01:00
Bram Moolenaar
21039e5e3a
updated for version 7.3.818
...
Problem: When test 40 fails because of a bad build it may leave files
behind that cause it to fail later.
Solution: Let the file names start with "X".
2013-02-14 20:58:35 +01:00
Bram Moolenaar
07289cb5e1
Added tag v7-3-817 for changeset 01fa9313d4b5
2013-02-14 20:10:33 +01:00
Bram Moolenaar
42b55927cb
updated for version 7.3.817
...
Problem: Test 89 fails with tiny and small features.
Solution: Add sourcing small.vim.
2013-02-14 20:10:33 +01:00
Bram Moolenaar
a17ab33bd8
Add test files.
2013-02-13 17:35:34 +01:00
Bram Moolenaar
eb501287e2
Added tag v7-3-816 for changeset 2b340e5c5baa
2013-02-13 17:35:04 +01:00
Bram Moolenaar
36a614b069
updated for version 7.3.816
...
Problem: Can't compute a hash.
Solution: Add the sha256() function. (Tyru, Hirohito Higashi)
2013-02-13 17:35:04 +01:00
Bram Moolenaar
d7c5fc2cc0
Added tag v7-3-815 for changeset 448a6e7cf32e
2013-02-13 17:06:11 +01:00
Bram Moolenaar
a79f8f9a82
updated for version 7.3.815
...
Problem: Building with Cygwin and Ruby doesn't work.
Solution: Copy some things from the MingW build file. (Ken Takata)
2013-02-13 17:06:11 +01:00
Bram Moolenaar
11b2aeac5d
Added tag v7-3-814 for changeset d5b1d6177b37
2013-02-13 16:49:58 +01:00
Bram Moolenaar
d803074f8f
updated for version 7.3.814
...
Problem: Can't input multibyte characters on Win32 console if 'encoding' is
different from current codepage.
Solution: Use convert_input_safe() instead of convert_input(). Make
string_convert_ext() return an error for incomplete input. (Ken
Takata)
2013-02-13 16:49:58 +01:00
Bram Moolenaar
e99e9cb92f
Added tag v7-3-813 for changeset 4e6e012af150
2013-02-13 16:30:21 +01:00
Bram Moolenaar
fbb71d8560
updated for version 7.3.813
...
Problem: The CompleteDone event is not triggered when there are no pattern
matches. (Jianjun Mao)
Solution: Trigger the event. (Christian Brabandt)
2013-02-13 16:30:21 +01:00
Bram Moolenaar
4900a1fbf8
Update runtime files.
...
Add missing test files.
2013-02-13 16:15:55 +01:00
Bram Moolenaar
09260213d3
Added tag v7-3-812 for changeset 4584e59860b8
2013-02-13 16:10:18 +01:00
Bram Moolenaar
893470534d
updated for version 7.3.812
...
Problem: When 'indentexpr' moves the cursor "curswant" not restored.
Solution: Restore "curswant". (Sung Pae)
2013-02-13 16:10:17 +01:00
Bram Moolenaar
bec4a98b81
Added tag v7-3-811 for changeset ad21448af931
2013-02-13 15:53:19 +01:00
Bram Moolenaar
9994e6e412
updated for version 7.3.811
...
Problem: Useless termresponse parsing for SGR mouse.
Solution: Skip the parsing. (Hayaki Saito)
2013-02-13 15:53:19 +01:00
Bram Moolenaar
c6e234c458
Added tag v7-3-810 for changeset 8904ccd5ee85
2013-02-13 15:44:26 +01:00
Bram Moolenaar
c2aa3a54ca
updated for version 7.3.810
...
Problem: 'relativenumber is reset unexpectedly. (François Ingelrest)
Solution: After an option was reset also reset the global value. Add a test.
(Christian Brabandt)
2013-02-13 15:44:26 +01:00
Bram Moolenaar
ab4dc01ea3
Added tag v7-3-809 for changeset 918d7df425af
2013-02-13 14:36:44 +01:00
Bram Moolenaar
534d0306d8
updated for version 7.3.809
...
Problem: The dosinst.c program has a buffer overflow. (Thomas Gwae)
Solution: Ignore $VIMRUNTIME if it is too long.
2013-02-13 14:36:44 +01:00
Bram Moolenaar
04fa8891a1
Added tag v7-3-808 for changeset 3b2a771abb39
2013-02-13 14:17:08 +01:00
Bram Moolenaar
af21cefe0e
updated for version 7.3.808
...
Problem: Python threads still do not work properly.
Solution: Fix both Python 2 and 3. Add tests. (Ken Takata)
2013-02-13 14:17:08 +01:00
Bram Moolenaar
62dd5f43ae
Added tag v7-3-807 for changeset 1efc30385c41
2013-02-13 12:16:06 +01:00
Bram Moolenaar
5f3053dcf9
updated for version 7.3.807
...
Problem: Popup menu does not work properly with the preview window, folds
and 'cursorcolumn'.
Solution: Redraw the popup menu after redrawing windows. (Christian
Brabandt)
2013-02-13 12:16:05 +01:00
Bjorn Winckler
1ba220ad3d
Merge branch 'vim'
...
Conflicts:
runtime/doc/tags
src/gui.c
src/option.c
2013-02-07 20:09:24 +01:00
Bram Moolenaar
8039d354d3
Added tag v7-3-806 for changeset f7e3f87ac992
2013-02-06 19:58:43 +01:00
Bram Moolenaar
bd41f83f12
updated for version 7.3.806
...
Problem: Compiler warnings in Perl code when building with Visual studio
2012. (skeept)
Solution: Add type casts. (Christian Brabandt, 2013 Jan 30)
2013-02-06 19:58:43 +01:00
Bram Moolenaar
5e15217b8c
Added tag v7-3-805 for changeset dc30c01f9956
2013-02-06 19:49:44 +01:00
Bram Moolenaar
205f9201d8
updated for version 7.3.805
...
Problem: Lua version 5.2 is not detected properly on Arch Linux.
Solution: Adjust autoconf. (lilydjwg)
2013-02-06 19:49:43 +01:00
Bram Moolenaar
3d98255a45
Added tag v7-3-804 for changeset 2eb4b9ed2d42
2013-02-06 18:45:01 +01:00
Bram Moolenaar
8d9716012c
updated for version 7.3.804
...
Problem: Compiler warning for tiny build. (Tony Mechelynck)
Solution: Add #ifdefs around variable.
2013-02-06 18:45:01 +01:00
Bram Moolenaar
4e06a2e442
Added tag v7-3-803 for changeset 77fa4dee43fc
2013-02-06 18:24:02 +01:00
Bram Moolenaar
8eafb35354
updated for version 7.3.803
...
Problem: Substitute with confirmation and then "q" does not replace
anything. (John McGowan)
Solution: Do not break the loop, skip to the end.
2013-02-06 18:24:02 +01:00
Bram Moolenaar
a4335d2a12
Updated runtime files.
2013-02-06 17:34:04 +01:00
Bram Moolenaar
fe6de61962
Added tag v7-3-802 for changeset cd5145d2408b
2013-02-06 16:26:26 +01:00
Bram Moolenaar
e7e32244f8
updated for version 7.3.802
...
Problem: After setting 'isk' to a value ending in a comma appending to the
option fails.
Solution: Disallow a trailing comma for 'isk' and similar options.
2013-02-06 16:26:26 +01:00
Bram Moolenaar
02e3104298
Added tag v7-3-801 for changeset 48b54c590dc8
2013-02-06 13:38:02 +01:00
Bram Moolenaar
873caf0999
updated for version 7.3.801
...
Problem: ":window set nu?" displays the cursor line. (Nazri Ramliy)
Solution: Do not update the cursor line when conceallevel is zero or the
screen has scrolled. (partly by Christian Brabandt)
2013-02-06 13:38:02 +01:00
Bram Moolenaar
91d651f5ea
Added tag v7-3-800 for changeset c0cc0e0620dd
2013-02-06 12:33:21 +01:00
Bram Moolenaar
263e661492
updated for version 7.3.800
...
Problem: The " mark is not adjusted when inserting lines. (Roland Eggner)
Solution: Adjust the line number. (Christian Brabandt)
2013-02-06 12:33:21 +01:00
Bram Moolenaar
e61b2625e0
Added tag v7-3-799 for changeset 5e9730de25e9
2013-02-06 12:14:48 +01:00
Bram Moolenaar
2d745a1f90
updated for version 7.3.799
...
Problem: The color column is not correct when entering a buffer. (Ben
Fritz)
Solution: Call check_colorcolumn() if 'textwidth' changed. (Christian
Brabandt)
2013-02-06 12:14:48 +01:00
Bram Moolenaar
11b1af3ea3
Added tag v7-3-798 for changeset cdaa688e3ddd
2013-01-31 21:09:15 +01:00
Bram Moolenaar
cf55acd97a
updated for version 7.3.798
...
Problem: MzScheme: circular list does not work correctly.
Solution: Separate Mac-specific code from generic code. (Sergey Khorev)
2013-01-31 21:09:15 +01:00
Bram Moolenaar
fa078aa58c
Added tag v7-3-797 for changeset 0cbea05f19c7
2013-01-30 21:56:21 +01:00
Bram Moolenaar
e75d2ae58d
updated for version 7.3.797
...
Problem: Compiler warning for size_t to int conversion. (Skeept)
Solution: Add type casts.
2013-01-30 21:56:21 +01:00
Bram Moolenaar
9928f9f32f
Added tag v7-3-796 for changeset 2c12c4e2fae8
2013-01-30 18:21:52 +01:00
Bram Moolenaar
128bc24977
updated for version 7.3.796
...
Problem: "/[^\n]" does match at a line break.
Solution: Make it do the same as "/.". (Christian Brabandt)
2013-01-30 18:21:51 +01:00
Bram Moolenaar
9858827a34
Added tag v7-3-795 for changeset 17a312ba38a0
2013-01-30 17:41:50 +01:00
Bram Moolenaar
4a5f6f8ec8
updated for version 7.3.795
...
Problem: MzScheme does not build with tiny features.
Solution: Add #ifdefs. Also add UNUSED to avoid warnings. And change
library ordering.
2013-01-30 17:41:50 +01:00
Bram Moolenaar
50401eabd9
Added tag v7-3-794 for changeset 9867f92c9b9f
2013-01-30 17:30:18 +01:00
Bram Moolenaar
f9b82f9951
updated for version 7.3.794
...
Problem: Tiny build fails. (Tony Mechelynck)
Solution: Adjust #ifdefs.
2013-01-30 17:30:17 +01:00
Bram Moolenaar
556e7e54f6
Added tag v7-3-793 for changeset fdbded463fdc
2013-01-30 17:03:30 +01:00
Bram Moolenaar
2d1d685770
updated for version 7.3.793
...
Problem: New interactive :substutite behavior is not tested.
Solution: Add tests. (Christian Brabandt)
2013-01-30 17:03:30 +01:00
Bram Moolenaar
5f1acbd825
Added tag v7-3-792 for changeset 7061704c2014
2013-01-30 16:30:26 +01:00
Bram Moolenaar
4e8314c410
updated for version 7.3.792
...
Problem: ":substitute" works differently without confirmation.
Solution: Do not change the text when asking for confirmation, only display
it.
2013-01-30 16:30:26 +01:00
Bram Moolenaar
26db286e2d
Added tag v7-3-791 for changeset 16e8a09e8ab0
2013-01-30 14:55:42 +01:00
Bram Moolenaar
4d3c07fb04
updated for version 7.3.791
...
Problem: MzScheme interface doesn't work propely.
Solution: Make it work better. (Sergey Khorev)
2013-01-30 14:55:42 +01:00
Bram Moolenaar
8888c8cce4
Update runtime files.
2013-01-30 14:18:00 +01:00
Bram Moolenaar
cd88883907
Added tag v7-3-790 for changeset 8819ea6dcb72
2013-01-30 14:13:56 +01:00
Bram Moolenaar
54f3afd445
updated for version 7.3.790
...
Problem: After reloading a buffer the modelines are not processed.
Solution: call do_modelines(). (Ken Takata)
2013-01-30 14:13:56 +01:00
Bram Moolenaar
3ed8a115fa
Added tag v7-3-789 for changeset 43c15135926f
2013-01-30 13:59:37 +01:00
Bram Moolenaar
d039f9ced0
updated for version 7.3.789
...
Problem: "\k" in regexp does not work in other window.
Solution: Use the right buffer. (Yukihiro Nakadaira)
2013-01-30 13:59:37 +01:00
Bram Moolenaar
9c7838fb89
Added tag v7-3-788 for changeset 386fc822dd00
2013-01-30 12:50:57 +01:00
Bram Moolenaar
b9a86337d4
updated for version 7.3.788
...
Problem: When only using patches build fails on missing nl.po.
Solution: Create an empty nl.po file.
2013-01-30 12:50:56 +01:00
Bram Moolenaar
3fe927aefd
Added tag v7-3-787 for changeset e1b98967a985
2013-01-30 12:31:36 +01:00
Bram Moolenaar
40b7fd4ec0
updated for version 7.3.787
...
Problem: With 'relativenumber' set it is not possible to see the absolute
line number.
Solution: For the cursor line show the absolute line number instead of a
zero. (Nazri Ramliy)
2013-01-30 12:31:36 +01:00
Bram Moolenaar
1704fa8a73
Added tag v7-3-786 for changeset 8b3e88bab702
2013-01-30 11:44:39 +01:00
Bram Moolenaar
3b7e2e5958
updated for version 7.3.786
...
Problem: Python threads don't run in the background (issue 103).
Solution: Move the statements to manipulate thread state.
2013-01-30 11:44:39 +01:00
Bram Moolenaar
2fe2b1611b
Added tag v7-3-785 for changeset be4baed0c933
2013-01-25 20:11:01 +01:00
Bram Moolenaar
bfccf8b7c1
updated for version 7.3.785
...
Problem: Crash with specific use of search pattern.
Solution: Initialize reg_buf to curbuf.
2013-01-25 20:11:01 +01:00
Bram Moolenaar
919cc50779
Added tag v7-3-784 for changeset fbadf0f69877
2013-01-25 19:28:39 +01:00
Bram Moolenaar
065f43769e
updated for version 7.3.784
...
Problem: Error when 'guifontwide' has a comma.
Solution: Use gui.wide_font. (Taro Muraoka)
2013-01-25 19:28:38 +01:00
Bram Moolenaar
48cf1e1604
Added tag v7-3-783 for changeset a80af62d5e3b
2013-01-24 21:00:20 +01:00
Bram Moolenaar
1ca5a52633
updated for version 7.3.783
...
Problem: Crash when mark is not set. (Dominique Pelle)
Solution: Check for NULL.
2013-01-24 21:00:20 +01:00
Bram Moolenaar
3b11379956
Added tag v7-3-782 for changeset 0de969850c06
2013-01-23 18:37:40 +01:00
Bram Moolenaar
39d7e0945c
updated for version 7.3.782
...
Problem: Windows: IME composition may use a wrong font.
Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
2013-01-23 18:37:40 +01:00
Bram Moolenaar
87feee50da
Added tag v7-3-781 for changeset 29f29e86602e
2013-01-23 17:43:57 +01:00
Bram Moolenaar
e0261d18de
updated for version 7.3.781
...
Problem: Drawing with 'guifontwide' can be slow.
Solution: Draw multiple characters at a time. (Taro Muraoka)
2013-01-23 17:43:57 +01:00
Bram Moolenaar
28740349ac
Added tag v7-3-780 for changeset 42edc5dac33c
2013-01-23 17:17:11 +01:00
Bram Moolenaar
7550cba718
updated for version 7.3.780
...
Problem: char2nr() and nr2char() always use 'encoding'.
Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto)
2013-01-23 17:17:10 +01:00
Bram Moolenaar
e279ab259c
Added tag v7-3-779 for changeset 2067ed78d37c
2013-01-23 16:43:12 +01:00
Bram Moolenaar
41c76ce8ee
updated for version 7.3.779
...
Problem: Backwards search lands in wrong place when started on a multibyte
character.
Solution: Do not set extra_col for a backwards search. (Sung Pae)
2013-01-23 16:43:11 +01:00
Bram Moolenaar
fe856f855b
Added tag v7-3-778 for changeset 562bbee33aa4
2013-01-23 16:19:23 +01:00
Bram Moolenaar
790813992c
updated for version 7.3.778
...
Problem: Compiler error for adding up two pointers. (Titov Anatoly)
Solution: Add a type cast. (Ken Takata)
2013-01-23 16:19:23 +01:00
Bram Moolenaar
ae4a8a157a
Added tag v7-3-777 for changeset 9a1a4c486e6b
2013-01-23 16:00:11 +01:00
Bram Moolenaar
e429f1d34a
updated for version 7.3.777
...
Problem: When building with Gnome locale gets reset.
Solution: Set locale after gnome_program_init(). (Christian Brabandt)
2013-01-23 16:00:11 +01:00
Bram Moolenaar
8efba88984
Added tag v7-3-776 for changeset 80b041b994d1
2013-01-23 15:53:15 +01:00
Bram Moolenaar
fed6561294
updated for version 7.3.776
...
Problem: ml_get error when searching, caused by curwin not matching curbuf.
Solution: Avoid changing curbuf. (Lech Lorens)
2013-01-23 15:53:15 +01:00
Bram Moolenaar
7e896accbc
Added tag v7-3-775 for changeset a6e60677aea7
2013-01-23 13:55:20 +01:00
Bram Moolenaar
b0b542fa2a
updated for version 7.3.775
...
Problem: Cygwin and Mingw builds miss dependency on gui_w48.c.
Solution: Add a build rule. (Ken Takata)
2013-01-23 13:55:20 +01:00
Bram Moolenaar
642b9e5b2e
Added tag v7-3-774 for changeset a8f5876e4981
2013-01-23 13:41:01 +01:00
Bram Moolenaar
8eba316a07
updated for version 7.3.774
...
Problem: Tiny GUI version misses console dialog feature.
Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt)
2013-01-23 13:41:00 +01:00
Bram Moolenaar
0e601a6548
Added tag v7-3-773 for changeset 3db9aee957f7
2013-01-19 14:02:02 +01:00
Bram Moolenaar
1c19bd8cbc
updated for version 7.3.773
...
Problem: Crash when OriginalFirstThunk is zero.
Solution: Skip items with OriginalFirstThunk not set. (Ken Takata)
2013-01-19 14:02:02 +01:00
Bram Moolenaar
b55f9b11ea
Added tag v7-3-772 for changeset d828cab6964f
2013-01-17 18:34:06 +01:00
Bram Moolenaar
31b7236cd8
updated for version 7.3.772
...
Problem: Cursor is at the wrong location and below the end of the file
after doing substitutions with confirm flag: %s/x/y/c
(Dominique Pelle)
Solution: Update the cursor position. (Christian Brabandt & Dominique)
2013-01-17 18:34:05 +01:00
Bram Moolenaar
cf2c915566
Added tag v7-3-771 for changeset 3bd2c055319e
2013-01-17 17:37:36 +01:00
Bram Moolenaar
f53cfcc3f8
updated for version 7.3.771
...
Problem: Uninitialized variable. (Yasuhiro Matsumoto)
Solution: Set x2 to -1.
2013-01-17 17:37:35 +01:00
Bram Moolenaar
cb4ca03414
Added tag v7-3-770 for changeset da7a7ba36ed2
2013-01-17 17:17:26 +01:00
Bram Moolenaar
3d1455b16c
updated for version 7.3.770
...
Problem: Vim.h indentation is inconsistent.
Solution: Adjust the indentation. (Elias Diem)
2013-01-17 17:17:26 +01:00
Bram Moolenaar
1106504d46
Added tag v7-3-769 for changeset d179a8eff9d7
2013-01-17 17:02:05 +01:00
Bram Moolenaar
365f5fa668
updated for version 7.3.769
...
Problem: 'matchpairs' does not work with multi-byte characters.
Solution: Make it work. (Christian Brabandt)
2013-01-17 17:02:05 +01:00
Bram Moolenaar
dd726d1606
Added tag v7-3-768 for changeset 9ea81cd9b1f5
2013-01-17 15:37:02 +01:00
Bram Moolenaar
361a518c2c
updated for version 7.3.768
...
Problem: settabvar() and setwinvar() may move the cursor.
Solution: Save and restore the cursor position when appropriate. (idea by
Yasuhiro Matsumoto)
2013-01-17 15:37:01 +01:00
Bram Moolenaar
afbc68e5c3
Added tag v7-3-767 for changeset be1cffa1e477
2013-01-17 14:39:47 +01:00
Bram Moolenaar
02cc5f062f
updated for version 7.3.767
...
Problem: (Win32) The _errno used for iconv may be the wrong one.
Solution: Use the _errno from iconv.dll. (Ken Takata)
2013-01-17 14:39:47 +01:00
Bram Moolenaar
8d94680ace
Added tag v7-3-766 for changeset b5103b7d9e12
2013-01-17 14:09:45 +01:00
Bram Moolenaar
5ba9855cdc
updated for version 7.3.766
...
Problem: ":help cpo-*" jumps to the wrong place.
Solution: Make it equivalent to ":help cpo-star".
2013-01-17 14:09:44 +01:00
Bram Moolenaar
88297797f2
Added tag v7-3-765 for changeset 915fb3d2dd8f
2013-01-17 14:00:12 +01:00
Bram Moolenaar
80640894cc
updated for version 7.3.765
...
Problem: Segfault when doing "cclose" on BufUnload in a python function.
(Sean Reifschneider)
Solution: Skip window with NULL buffer. (Christian Brabandt)
2013-01-17 14:00:11 +01:00
Bram Moolenaar
78b3be7cbb
Added tag v7-3-764 for changeset b29e55d0ef01
2013-01-17 13:37:32 +01:00
Bram Moolenaar
af9d249e1f
updated for version 7.3.764
...
Problem: Not all message translation files are installed.
Solution: Also install the converted files.
2013-01-17 13:37:32 +01:00
Bram Moolenaar
be1eda6a25
Added tag v7-3-763 for changeset b6148e4a9c39
2013-01-17 13:24:08 +01:00
Bram Moolenaar
f0c569a165
updated for version 7.3.763
...
Problem: Jumping to a mark does not open a fold if it is in the same line.
(Wiktor Ruben)
Solution: Also compare the column after the jump. (Christian Brabandt)
2013-01-17 13:24:08 +01:00
Bram Moolenaar
f8dda06603
Added tag v7-3-762 for changeset 699f8d8f096d
2012-12-16 12:50:40 +01:00
Bram Moolenaar
f1a14b8b6f
updated for version 7.3.762
...
Problem: On some systems the tabline is not redrawn.
Solution: Call RedrawWindow(). (Charles Peacech)
2012-12-16 12:50:39 +01:00
Bram Moolenaar
bb846b6b96
Added tag v7-3-761 for changeset 6834d6aeae09
2012-12-12 18:20:32 +01:00
Bram Moolenaar
b695049737
updated for version 7.3.761
...
Problem: In Visual mode a "-p does not work. (Marcin Szamotulski)
Solution: Avoid writing to "- before putting it. (Christian Brabandt)
2012-12-12 18:20:32 +01:00
Bram Moolenaar
cb822b519b
Added tag v7-3-760 for changeset 8e54a32bcd56
2012-12-12 17:33:33 +01:00
Bram Moolenaar
5f5db2017f
updated for version 7.3.760
...
Problem: dv_ deletes the white space before the line.
Solution: Move the cursor to the first non-white. (Christian Brabandt)
2012-12-12 17:33:32 +01:00
Bram Moolenaar
f69c630f33
Added tag v7-3-759 for changeset 25ea15fdfa5c
2012-12-12 17:12:25 +01:00
Bram Moolenaar
2775240d12
updated for version 7.3.759
...
Problem: MS-Windows: Updating the tabline is slow when there are many tabs.
Solution: Disable redrawing while performing the update. (Arseny Kapoulkine)
2012-12-12 17:12:25 +01:00
Bram Moolenaar
8dbf1b3558
Added tag v7-3-758 for changeset 9eb0d30510f7
2012-12-12 16:43:58 +01:00
Bram Moolenaar
5579bc07c8
updated for version 7.3.758
...
Problem: Matchit plugin does not handle space in #ifdef.
Solution: Change matching pattern to allow spaces. (Mike Morearty)
2012-12-12 16:43:58 +01:00
Bjorn Winckler
c898b7862c
Snapshot 66
2012-12-12 16:26:32 +01:00
Bram Moolenaar
85161f1d97
Added tag v7-3-757 for changeset 65ef7c96d65f
2012-12-12 16:11:36 +01:00
Bram Moolenaar
529833bae9
updated for version 7.3.757
...
Problem: Issue 96: May access freed memory when a put command triggers
autocommands. (Dominique Pelle)
Solution: Call u_save() before getting y_array.
2012-12-12 16:11:36 +01:00
Bjorn Winckler
caebe7d074
Merge branch 'vim'
...
Conflicts:
runtime/doc/various.txt
2012-12-12 16:10:23 +01:00
Bram Moolenaar
7c6ed390c9
Added tag v7-3-756 for changeset 706c87d16d40
2012-12-12 15:55:20 +01:00
Bram Moolenaar
aaad17942a
updated for version 7.3.756
...
Problem: A location list can get a wrong count in :lvimgrep.
Solution: Check if the list was changed by autocommands. (mostly by
Christian Brabandt)
2012-12-12 15:55:20 +01:00
Bram Moolenaar
6be4962636
Added tag v7-3-755 for changeset d9b4cf53be2e
2012-12-12 14:25:05 +01:00
Bram Moolenaar
a3bfcce13f
updated for version 7.3.755
...
Problem: Autoconf doesn't find Python 3 if it's called "python".
Solution: Search for "python2" and "python3" first, then "python".
2012-12-12 14:25:05 +01:00
Bjorn Winckler
965313f743
Fix for 'ballooneval' breaking 'updatetime'
...
Balloon eval would cause CursorHold to be triggered immediately after a
scrolling event without taking 'updatetime' into consideration.
This fixes Issue 432.
2012-12-08 14:54:40 +01:00
Bram Moolenaar
9d18ab35c7
Added tag v7-3-754 for changeset beceb0a18c79
2012-12-06 21:30:29 +01:00
Bram Moolenaar
1a395fdf85
updated for version 7.3.754
...
Problem: Latest nmake is not recognized.
Solution: Add nmake version 11.00.51106.1. (Raymond Ko)
2012-12-06 21:30:29 +01:00
Bram Moolenaar
8dd4c67b9d
Added tag v7-3-753 for changeset c83cd3d01128
2012-12-05 19:13:18 +01:00
Bram Moolenaar
bee8023f3b
updated for version 7.3.753
...
Problem: When there is a QuitPre autocommand using ":q" twice does not work
for exiting when there are more files to edit.
Solution: Do not decrement quitmore in an autocommand. (Techlive Zheng)
2012-12-05 19:13:18 +01:00
Bram Moolenaar
819e7ffe4c
Update runtime files.
2012-12-05 19:01:43 +01:00
Bram Moolenaar
336e3e84ef
Added tag v7-3-752 for changeset ed936effb1f3
2012-12-05 19:00:06 +01:00
Bram Moolenaar
49dc75a579
updated for version 7.3.752
...
Problem: Test 49 script file doesn't fold properly.
Solution: Add a colon.
2012-12-05 19:00:06 +01:00
Bram Moolenaar
56a078097b
Added tag v7-3-751 for changeset d149f18b289f
2012-12-05 18:21:32 +01:00
Bram Moolenaar
3f3b3d0229
updated for version 7.3.751
...
Problem: Test 61 is flaky, it fails once in a while.
Solution: When it fails retry once.
2012-12-05 18:21:32 +01:00
Bram Moolenaar
bc111652ec
Added tag v7-3-750 for changeset 5c36fe9f19a5
2012-12-05 17:03:22 +01:00
Bram Moolenaar
0b0b4a4835
updated for version 7.3.750
...
Problem: The justify macro does not always work correctly.
Solution: Fix off-by-one error (James McCoy)
2012-12-05 17:03:22 +01:00
Bram Moolenaar
fa4157da1d
Added tag v7-3-749 for changeset 3e22fe67fa69
2012-12-05 16:30:07 +01:00
Bram Moolenaar
ec81ae1623
updated for version 7.3.749
...
Problem: Python interface doesn't build without the multi-byte feature.
Solution: Add #ifdef. (Ken Takata)
2012-12-05 16:30:07 +01:00
Bram Moolenaar
a41427005b
Added tag v7-3-748 for changeset 56bb88c68f98
2012-12-05 16:10:42 +01:00
Bram Moolenaar
de1949d163
updated for version 7.3.748
...
Problem: Cannot properly test conceal mode.
Solution: Add the screencol() and screenrow() functions. Use them in
test88. (Simon Ruderich)
2012-12-05 16:10:42 +01:00
Bram Moolenaar
4c297d4a02
Added tag v7-3-747 for changeset cd59ba19985a
2012-12-05 15:32:30 +01:00
Bram Moolenaar
bcaafa4109
updated for version 7.3.747
...
Problem: When characters are concealed text aligned with tabs are no longer
aligned, e.g. at ":help :index".
Solution: Compensate space for tabs for concealed characters. (Dominique
Pelle)
2012-12-05 15:32:30 +01:00
Bram Moolenaar
47db3afb9e
Added tag v7-3-746 for changeset 4934eb2e22dc
2012-12-05 15:16:47 +01:00
Bram Moolenaar
3f328664eb
updated for version 7.3.746
...
Problem: Memory leaks when using location lists.
Solution: Set qf_title to something. (Christian Brabandt)
2012-12-05 15:16:47 +01:00
Bram Moolenaar
43afd98a77
Added tag v7-3-745 for changeset aab4b29520e7
2012-12-05 14:43:02 +01:00
Bram Moolenaar
14317a7a41
updated for version 7.3.745
...
Problem: Automatically setting 'ttymouse' doesn't work.
Solution: Reset the "option was set" flag when using the default.
2012-12-05 14:43:02 +01:00
Bram Moolenaar
8a896c3322
Added tag v7-3-744 for changeset 26c8b3b49f74
2012-11-29 20:10:00 +01:00
Bram Moolenaar
1cffd37392
updated for version 7.3.744
...
Problem: 64 bit compiler warning.
Solution: Add type cast. (Mike Williams)
2012-11-29 20:10:00 +01:00
Bram Moolenaar
88a781e545
Added tag v7-3-743 for changeset 67e3b2753a6e
2012-11-28 23:03:07 +01:00
Bram Moolenaar
3f4620694f
updated for version 7.3.743
...
Problem: Tiny build still fails.
Solution: Add #else in the right place.
2012-11-28 23:03:07 +01:00
Bram Moolenaar
a6a3487770
Added tag v7-3-742 for changeset 4d1753f3e85c
2012-11-28 22:12:45 +01:00
Bram Moolenaar
abdb302e73
updated for version 7.3.742
...
Problem: Leaking memory when :vimgrep restores the directory.
Solution: Free the allocated memory. (Christian Brabandt)
2012-11-28 22:12:44 +01:00
Bram Moolenaar
7b44f817d2
Added tag v7-3-741 for changeset 6e1fe64cf440
2012-11-28 19:10:54 +01:00
Bram Moolenaar
3e8070770a
updated for version 7.3.741
...
Problem: Tiny build fails.
Solution: Move #ifdef. (Ike Devolder)
2012-11-28 19:10:54 +01:00
Bram Moolenaar
143ca292c9
Added tag v7-3-740 for changeset 2c12cd5c1381
2012-11-28 18:31:54 +01:00
Bram Moolenaar
bd4706300c
updated for version 7.3.740
...
Problem: IOC tool complains about undefined behavior for int.
Solution: Change to unsigned int. (Dominique Pelle)
2012-11-28 18:31:54 +01:00
Bram Moolenaar
e818fc748b
Added tag v7-3-739 for changeset e2d36f345a7f
2012-11-28 18:22:12 +01:00
Bram Moolenaar
443ca7fa7e
updated for version 7.3.739
...
Problem: Computing number of lines may have an integer overflow.
Solution: Check for MAXCOL explicitly. (Dominique Pelle)
2012-11-28 18:22:11 +01:00
Bram Moolenaar
6886afbcc0
Updated runtime files.
2012-11-28 18:21:11 +01:00
Bram Moolenaar
3054eeaf5d
Added tag v7-3-738 for changeset eccae034465b
2012-11-28 17:41:59 +01:00
Bram Moolenaar
5e38b5c456
updated for version 7.3.738
...
Problem: Unused function argument.
Solution: Remove it. (Christian Brabandt)
2012-11-28 17:41:59 +01:00
Bram Moolenaar
fd8762debc
Added tag v7-3-737 for changeset 1773d5aa6437
2012-11-28 17:34:49 +01:00
Bram Moolenaar
bc2c929e8f
updated for version 7.3.737
...
Problem: When using do_cmdline() recursively did_endif is not reset,
causing messages to be overwritten.
Solution: Reset did_endif. (Christian Brabandt)
2012-11-28 17:34:48 +01:00
Bram Moolenaar
92c7f2a717
Added tag v7-3-736 for changeset b1536bbbda10
2012-11-28 16:49:58 +01:00
Bram Moolenaar
ca323bb59f
updated for version 7.3.736
...
Problem: File name completion in input() escapes white space. (Frederic
Hardy)
Solution: Do not escape white space. (Christian Brabandt)
2012-11-28 16:49:58 +01:00
Bram Moolenaar
34b75711b0
Added tag v7-3-735 for changeset d3158bf4dee9
2012-11-28 16:18:29 +01:00
Bram Moolenaar
153b610e1f
updated for version 7.3.735
...
Problem: Cannot build Ruby 1.9 with MingW or Cygwin.
Solution: Add another include directory. (Ken Takata)
2012-11-28 16:18:29 +01:00
Bram Moolenaar
77b19e7a3d
Added tag v7-3-734 for changeset fc8b4a06af9d
2012-11-28 16:06:22 +01:00
Bram Moolenaar
8614d43d13
updated for version 7.3.734
...
Problem: Cannot put help files in a sub-directory.
Solution: Make :helptags work for sub-directories. (Charles Campbell)
2012-11-28 16:06:22 +01:00
Bram Moolenaar
d9dc0327a5
Added tag v7-3-733 for changeset 509e55bd4a3f
2012-11-28 15:55:42 +01:00
Bram Moolenaar
a97f2f100c
updated for version 7.3.733
...
Problem: Tests fail when including MzScheme.
Solution: Change #ifdefs for vim_main2().
2012-11-28 15:55:42 +01:00
Bram Moolenaar
c02d8f673f
Added tag v7-3-732 for changeset fa8bf69d3866
2012-11-28 15:37:51 +01:00
Bram Moolenaar
be1dfa2a5f
updated for version 7.3.732
...
Problem: Compiler warnings for function arguments.
Solution: Use inteptr_t instead of long.
2012-11-28 15:37:51 +01:00
Bram Moolenaar
0596209e22
Added tag v7-3-731 for changeset 778ff2e87806
2012-11-28 15:33:14 +01:00
Bram Moolenaar
9acf3e9c05
updated for version 7.3.731
...
Problem: Py3Init_vim() is exported uneccessarily.
Solution: Make it static. (Ken Takata)
2012-11-28 15:33:14 +01:00
Bram Moolenaar
16d9511464
Added tag v7-3-730 for changeset 37a4cacd2051
2012-11-28 15:25:34 +01:00
Bram Moolenaar
930799aa9f
updated for version 7.3.730
...
Problem: Crash in PHP file when using syntastic. (Ike Devolder)
Solution: Avoid using NULL pointer. (Christian Brabandt)
2012-11-28 15:25:34 +01:00
Bram Moolenaar
06fac2d2ad
Added tag v7-3-729 for changeset d08f05285dd1
2012-11-24 13:39:00 +01:00
Bram Moolenaar
29b0a112c1
updated for version 7.3.729
...
Problem: Building with Ruby fails on some systems.
Solution: Remove "static" and add #ifndef PROTO. (Ken Takata)
2012-11-24 13:39:00 +01:00
Bram Moolenaar
5c51f4e3ee
Added tag v7-3-728 for changeset 233666f85933
2012-11-23 21:54:48 +01:00
Bram Moolenaar
e29f177e38
updated for version 7.3.728
...
Problem: Cannot compile with MzScheme interface on Ubuntu 12.10.
Solution: Find the collects directory under /usr/share.
2012-11-23 21:54:48 +01:00
Bram Moolenaar
f6ad9b06af
Added tag v7-3-727 for changeset d3c291efdb0b
2012-11-23 21:47:22 +01:00
Bram Moolenaar
9cbee3adcb
updated for version 7.3.727
...
Problem: Can't always find Win32.mak when building GvimExt.
Solution: Use same mechanism as in Make_mvc.mak. (Cade Foster)
2012-11-23 21:47:22 +01:00
Bram Moolenaar
1ccd19d3f4
Added tag v7-3-726 for changeset 5049eacbff0e
2012-11-23 21:45:25 +01:00
Bram Moolenaar
296265307e
updated for version 7.3.726
...
Problem: Typos and duplicate info in README.
Solution: Fix the text.
2012-11-23 21:45:25 +01:00
Bram Moolenaar
6cecd3a3c0
Added tag v7-3-725 for changeset f4aa43d952f5
2012-11-20 17:55:10 +01:00
Bram Moolenaar
a233b32522
updated for version 7.3.725
...
Problem: :aboveleft and :belowright have no effect on :copen.
Solution: Check for cmdmod.split. (Christian Brabandt)
2012-11-20 17:55:10 +01:00
Bram Moolenaar
8f2daa999e
Added tag v7-3-724 for changeset 6e5acfdf7a5a
2012-11-20 17:21:53 +01:00
Bram Moolenaar
b9de147652
updated for version 7.3.724
...
Problem: Building with Ruby and Tcl on MS-Windows does not work.
Solution: Remove Ruby and Tcl from the big MS-Windows build.
2012-11-20 17:21:52 +01:00
Bram Moolenaar
59857bc26b
Added tag v7-3-723 for changeset ee138f29259e
2012-11-20 17:19:02 +01:00
Bram Moolenaar
f2b7adaa44
updated for version 7.3.723
...
Problem: Various tiny problems.
Solution: Various tiny fixes.
2012-11-20 17:19:01 +01:00
Bram Moolenaar
efa9dc347f
Added tag v7-3-722 for changeset de6968039340
2012-11-20 17:03:27 +01:00
Bram Moolenaar
477175871e
updated for version 7.3.722
...
Problem: Perl flags may contain "-g", which breaks "make proto".
Solution: Filter out the "-g" flag for cproto. (Ken Takata)
2012-11-20 17:03:27 +01:00
Bram Moolenaar
0f5492701d
Added tag v7-3-721 for changeset b23f583e132e
2012-11-20 16:59:14 +01:00
Bram Moolenaar
a90da3050c
updated for version 7.3.721
...
Problem: Ruby interface defines local functions globally.
Solution: Make the functions static.
2012-11-20 16:59:14 +01:00
Bram Moolenaar
7e6078d70a
Added tag v7-3-720 for changeset 9e119e0ade5d
2012-11-20 16:56:54 +01:00
Bram Moolenaar
edcbe411c9
updated for version 7.3.720
...
Problem: Proto files are outdated.
Solution: Update the newly generated proto files.
2012-11-20 16:56:54 +01:00
Bram Moolenaar
2cab8090d7
Added tag v7-3-719 for changeset e6d8b44065bc
2012-11-20 16:53:39 +01:00
Bram Moolenaar
bbbf1f3390
updated for version 7.3.719
...
Problem: Cannot run new version of cproto, it fails on missing include
files.
Solution: Add lots of #ifndef PROTO
2012-11-20 16:53:39 +01:00
Bram Moolenaar
3537fc4a90
Added tag v7-3-718 for changeset 18e95db59826
2012-11-20 12:16:59 +01:00
Bram Moolenaar
85e0fb6fb0
updated for version 7.3.718
...
Problem: When re-using the current buffer the buffer-local options stay.
Solution: Re-initialize the buffer-local options. (Christian Brabandt)
2012-11-20 12:16:58 +01:00
Bram Moolenaar
d451d86892
Added tag v7-3-717 for changeset 6a76846b84eb
2012-11-20 12:03:06 +01:00
Bram Moolenaar
50ecca6ca1
updated for version 7.3.717
...
Problem: When changing the font size, only MS-Windows limits the window
size.
Solution: Also limit the window size on other systems. (Roland Puntaier)
2012-11-20 12:03:06 +01:00
Bram Moolenaar
d959ef3d5b
Added tag v7-3-716 for changeset eb268db98f32
2012-11-20 11:04:35 +01:00
Bram Moolenaar
84b15eef90
updated for version 7.3.716
...
Problem: Error on exit when using Python 3.
Solution: Remove PythonIO_Fini(). (Roland Puntaier)
2012-11-20 11:04:35 +01:00
Bram Moolenaar
cd5a832eb6
Updated runtime files.
2012-11-15 21:28:22 +01:00
Bram Moolenaar
3463f0cf5e
Added tag v7-3-715 for changeset 4f0ddf4137ee
2012-11-14 22:38:08 +01:00
Bram Moolenaar
d54b7bc818
updated for version 7.3.715
...
Problem: Crash when calling setloclist() in BufUnload autocmd. (Marcin
Szamotulski)
Solution: Set w_llist to NULL when it was freed. Also add a test.
(Christian Brabandt)
2012-11-14 22:38:08 +01:00
Bram Moolenaar
6c88462476
Added tag v7-3-714 for changeset 9ea14f097855
2012-11-14 20:52:28 +01:00
Bram Moolenaar
fffbe477a7
updated for version 7.3.714
...
Problem: Inconsistency: :set can be used in the sandbox, but :setlocal and
:setglobal cannot. (Michael Henry)
Solution: Fix the flags for :setlocal and :setglobal. (Christian Brabandt)
2012-11-14 20:52:28 +01:00
Bram Moolenaar
9f9c961f76
Added tag v7-3-713 for changeset f15769bce0b8
2012-11-14 18:10:56 +01:00
Bram Moolenaar
9cd411ca66
updated for version 7.3.713
...
Problem: printf() can only align to bytes, not characters.
Solution: Add the "S" item. (Christian Brabandt)
2012-11-14 18:10:56 +01:00
Bjorn Winckler
29343568f9
Merge branch 'vim'
...
Conflicts:
src/auto/configure
src/buffer.c
src/configure.in
src/if_python.c
src/option.c
2012-11-04 10:32:28 +01:00
Bram Moolenaar
41f429c651
Added tag v7-3-712 for changeset 557ef119999e
2012-10-23 05:35:34 +02:00
Bram Moolenaar
78fe8860fa
updated for version 7.3.712
...
Problem: Nmake from VS2010 SP1 is not recognized.
Solution: Add the version number. (Ken Takata)
2012-10-23 05:35:34 +02:00
Bram Moolenaar
2d13748ebb
Added tag v7-3-711 for changeset 2a7b2943be22
2012-10-23 05:17:38 +02:00
Bram Moolenaar
f236cb6c2b
updated for version 7.3.711
...
Problem: vim.current.buffer is not available. (lilydjwg)
Solution: Use py3_PyUnicode_AsUTF8 instead of py3_PyUnicode_AsUTF8String.
(Ken Takata)
2012-10-23 05:17:37 +02:00
Bram Moolenaar
742e200a3d
Added tag v7-3-710 for changeset 906eb5c0ef12
2012-10-23 05:08:54 +02:00
Bram Moolenaar
e725616bdd
updated for version 7.3.710
...
Problem: Patch 7.3.704 breaks "fn".
Solution: Add check for ca.cmdchar. (Christian Brabandt)
2012-10-23 05:08:53 +02:00
Bram Moolenaar
9a1a5cdcae
Added tag v7-3-709 for changeset fb7dec372910
2012-10-21 23:56:05 +02:00
Bram Moolenaar
90fe26e878
updated for version 7.3.709
...
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
2012-10-21 23:56:05 +02:00
Bram Moolenaar
fa1c7afef2
Added tag v7-3-708 for changeset 64427849c158
2012-10-21 22:18:21 +02:00
Bram Moolenaar
f3c58563f1
updated for version 7.3.708
...
Problem: Filler lines above the first line may be hidden when opening Vim.
Solution: Change how topfill is computed. (Christian Brabandt)
2012-10-21 22:18:21 +02:00
Bram Moolenaar
b0e6e48639
Added tag v7-3-707 for changeset d24d309c365f
2012-10-21 21:38:46 +02:00
Bram Moolenaar
69574ad204
updated for version 7.3.707
...
Problem: Problems loading a library for a file name with non-latin
characters.
Solution: Use wide system functions when possible. (Ken Takata)
2012-10-21 21:38:45 +02:00
Bram Moolenaar
7a977df095
Added tag v7-3-706 for changeset d0ae72c2f5f9
2012-10-21 21:25:22 +02:00
Bram Moolenaar
0d6a25104f
updated for version 7.3.706
...
Problem: Can't build Motif version.
Solution: Fix wrongly named variable. (Ike Devolder)
2012-10-21 21:25:22 +02:00
Bram Moolenaar
bd3ba59e85
Added tag v7-3-705 for changeset 0aa74f2f50a8
2012-10-21 04:00:08 +02:00
Bram Moolenaar
33d55bd88c
updated for version 7.3.705
...
Problem: Mouse features are not sorted properly. (Tony Mechelynck)
Solution: Put the mouse features in alphabetical order.
2012-10-21 04:00:07 +02:00
Bram Moolenaar
304a9169a5
Added tag v7-3-704 for changeset be8ad9c9b973
2012-10-21 03:54:33 +02:00
Bram Moolenaar
adaca3b757
updated for version 7.3.704
...
Problem: Repeating "cgn" does not always work correctly.
Solution: Also fetch the operator character. (Christian Brabandt)
2012-10-21 03:54:33 +02:00
Bram Moolenaar
dccfa82a67
Added tag v7-3-703 for changeset f69321485951
2012-10-21 03:46:05 +02:00
Bram Moolenaar
9a8ace4dd2
updated for version 7.3.703
...
Problem: When 'undofile' is reset the hash is computed unnecessarily.
Solution: Only compute the hash when the option was set. (Christian Brabandt)
2012-10-21 03:46:05 +02:00
Bram Moolenaar
354e9e93d2
Updated runtime files.
2012-10-21 03:02:54 +02:00
Bram Moolenaar
0152d3dc4e
Added tag v7-3-702 for changeset 916b5c11a13e
2012-10-21 02:41:08 +02:00
Bram Moolenaar
316771a598
updated for version 7.3.702
...
Problem: Nmake from VS6 service pack 6 is not recognized.
Solution: Detect the version number. (Jiri Sedlak)
2012-10-21 02:41:08 +02:00
Bram Moolenaar
2f1c96f1b3
Added tag v7-3-701 for changeset 48af86560945
2012-10-21 02:37:10 +02:00
Bram Moolenaar
0fa7326ee9
updated for version 7.3.701
...
Problem: MS-Windows: Crash with stack overflow when setting 'encoding'.
Solution: Handle that loading the iconv library may be called recursively.
(Jiri Sedlak)
2012-10-21 02:37:10 +02:00
Bram Moolenaar
ffb1760a2a
Added tag v7-3-700 for changeset c656847932d3
2012-10-21 02:17:45 +02:00
Bram Moolenaar
8445570b11
updated for version 7.3.700
...
Problem: Cannot detect URXVT and SGR mouse support.
Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
2012-10-21 02:17:45 +02:00
Bram Moolenaar
b187843e5a
Added tag v7-3-699 for changeset 4ffb6f9b58e0
2012-10-21 02:10:24 +02:00
Bram Moolenaar
7e45de33f1
updated for version 7.3.699
...
Problem: When 'ttymouse' is set to "sgr" manually, it is overruled by
automatic detection.
Solution: Do not use automatic detection when 'ttymouse' was set manually.
(Hayaki Saito)
2012-10-21 02:10:24 +02:00
Bram Moolenaar
35189edd6d
Added tag v7-3-698 for changeset b5b892472ecb
2012-10-21 01:47:00 +02:00
Bram Moolenaar
9cb2e95126
updated for version 7.3.698
...
Problem: Python 3 does not preserve state beween commands.
Solution: Preserve the state. (Paul Ollis)
2012-10-21 01:47:00 +02:00
Bram Moolenaar
1050735a29
Added tag v7-3-697 for changeset 7c72b5f7ada1
2012-10-21 01:40:30 +02:00
Bram Moolenaar
faebc8f4c4
updated for version 7.3.697
...
Problem: Leaking resources when setting GUI font.
Solution: Free the font. (Ken Takata)
2012-10-21 01:40:30 +02:00
Bram Moolenaar
9600a7a5a0
Added tag v7-3-696 for changeset 447c688b82eb
2012-10-21 01:21:59 +02:00
Bram Moolenaar
48f1743060
updated for version 7.3.696
...
Problem: Message about added spell language can be wrong.
Solution: Give correct message. Add g:menutrans_set_lang_to to allow for
translation. (Jiri Sedlak)
2012-10-21 01:21:59 +02:00
Bram Moolenaar
b453d6865f
Added tag v7-3-695 for changeset cd6c420e31d6
2012-10-21 00:58:39 +02:00
Bram Moolenaar
e299bcde4f
updated for version 7.3.695
...
Problem: Balloon cannot show multi-byte text.
Solution: Properly deal with multi-byte characters. (Dominique Pelle)
2012-10-21 00:58:39 +02:00
Bram Moolenaar
c4863948d8
Added tag v7-3-694 for changeset 8235ccf121bb
2012-10-21 00:45:18 +02:00
Bram Moolenaar
ea0bac6b11
updated for version 7.3.694
...
Problem: Now that 'shiftwidth' may use the value of 'tabstop' it is not so
easy to use in indent files.
Solution: Add the shiftwidth() function. (so8res)
2012-10-21 00:45:18 +02:00
Bram Moolenaar
6becf03d26
Added tag v7-3-693 for changeset fd96b3cc88ed
2012-10-21 00:10:39 +02:00
Bram Moolenaar
a26a0354a6
updated for version 7.3.693
...
Problem: Can't make 'softtabstop' follow 'shiftwidth'.
Solution: When 'softtabstop' is negative use the value of 'shiftwidth'.
(so8res)
2012-10-21 00:10:39 +02:00
Bram Moolenaar
0a2a0ac34f
Added tag v7-3-692 for changeset 337a4368fd2b
2012-10-18 05:18:32 +02:00
Bram Moolenaar
6de2ac2f94
updated for version 7.3.692
...
Problem: Can't build GTK version with GTK 2.0.
Solution: Put GtkFileFilter declaration in the right place. (Yegappan
Lakshmanan)
2012-10-18 05:18:32 +02:00
Bram Moolenaar
66a6406bc4
Added tag v7-3-691 for changeset 7f10daa706bb
2012-10-14 05:20:12 +02:00
Bram Moolenaar
800e8a737d
updated for version 7.3.691
...
Problem: State specific to the Python thread is discarded.
Solution: Keep state between threads. (Paul)
2012-10-14 05:20:12 +02:00
Bram Moolenaar
8626f532a3
Added tag v7-3-690 for changeset caa0ca9ad06c
2012-10-14 04:35:46 +02:00
Bram Moolenaar
4fa78fd650
updated for version 7.3.690
...
Problem: When the current directory name is exactly the maximum path length
Vim may crash.
Solution: Only add "/" when there is room. (Danek Duvall)
2012-10-14 04:35:45 +02:00
Bram Moolenaar
99b76408eb
Added tag v7-3-689 for changeset 3c072c1cb873
2012-10-14 03:41:59 +02:00
Bram Moolenaar
f1012b03ac
updated for version 7.3.689
...
Problem: MzScheme and Lua may use a NULL string.
Solution: Use an empty string instead of NULL. (Yukihiro Nakadaira)
2012-10-14 03:41:59 +02:00
Bram Moolenaar
f04ba951c8
Added tag v7-3-688 for changeset 2696da84d370
2012-10-14 03:22:56 +02:00
Bram Moolenaar
df37828124
updated for version 7.3.688
...
Problem: Python 3.3 is not supported.
Solution: Add Python 3.3 support (Ken Takata)
2012-10-14 03:22:56 +02:00
Bjorn Winckler
4aeadf51a5
Only select directories in browsedir()
2012-10-12 22:26:14 +02:00
Bram Moolenaar
f4977b66a2
Added tag v7-3-687 for changeset 0545dab1517f
2012-10-11 04:44:33 +02:00
Bram Moolenaar
2a68f98962
updated for version 7.3.687
...
Problem: Test 16 fails when $DISPLAY is not set.
Solution: Skip the test when $DISPLAY is not set.
2012-10-11 04:44:33 +02:00
Bram Moolenaar
956d16ce21
Added tag v7-3-686 for changeset ba9c9d0c4ff4
2012-10-11 04:04:38 +02:00
Bram Moolenaar
fa0d18341b
updated for version 7.3.686
...
Problem: Using CTRL-\ e mappings is useful also when entering an
expression, but it doesn't work. (Marcin Szamotulski)
Solution: Allow using CTRL-\ e when entering an expression if it was not
typed.
2012-10-11 04:04:37 +02:00
Bram Moolenaar
cfd92a78d1
Added tag v7-3-685 for changeset 34aa94a421b7
2012-10-11 03:35:45 +02:00
Bram Moolenaar
54be19dc6a
updated for version 7.3.685
...
Problem: No test for what patch 7.3.673 fixes.
Solution: Add a test. (Christian Brabandt)
2012-10-11 03:35:45 +02:00
Bram Moolenaar
3e1257bb42
Added tag v7-3-684 for changeset 1cc37b8cfaa1
2012-10-06 19:10:36 +02:00
Bram Moolenaar
9b4c45f51b
updated for version 7.3.684
...
Problem: "make test" does not delete lua.vim.
Solution: Add lua.vim to the clean target. (Simon Ruderich)
2012-10-06 19:10:35 +02:00
Bram Moolenaar
36d0389506
Updated runtime files.
2012-10-05 22:26:30 +02:00
Bram Moolenaar
f772344cd9
Added tag v7-3-683 for changeset 0f5ee2629635
2012-10-05 21:30:08 +02:00
Bram Moolenaar
e640d952a6
updated for version 7.3.683
...
Problem: ":python" may crash when vimbindeval() returns None.
Solution: Check for v_string to be NULL. (Yukihiro Nakadaira)
2012-10-05 21:30:07 +02:00
Bram Moolenaar
bf280ae759
Added tag v7-3-682 for changeset 8eb5b61161b4
2012-10-04 22:38:37 +02:00
Bram Moolenaar
2c8e96b19f
updated for version 7.3.682
...
Problem: Compiler complains about incompatible types.
Solution: Remove type casts. (hint by Danek Duvall)
2012-10-04 22:38:37 +02:00
Bram Moolenaar
903fa59d86
Added tag v7-3-681 for changeset a2fe24ec6a0d
2012-10-03 21:48:44 +02:00
Bram Moolenaar
fe37037756
updated for version 7.3.681
...
Problem: List of distributed files picks up backup files.
Solution: Make tutor patterns more specific.
2012-10-03 21:48:43 +02:00
Bram Moolenaar
393f45e8d6
Update runtime files.
2012-10-03 21:46:54 +02:00
Bram Moolenaar
e21e514d4e
Added tag v7-3-680 for changeset 52acec46b75e
2012-10-03 21:33:41 +02:00
Bram Moolenaar
93fb4a1589
updated for version 7.3.680
...
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
2012-10-03 21:33:41 +02:00
Bram Moolenaar
f0073e43e0
Added tag v7-3-679 for changeset dd0f25ede9a8
2012-10-03 21:09:35 +02:00
Bram Moolenaar
732b020ef1
updated for version 7.3.679
...
Problem: Ruby detection uses Config, newer Ruby versions use RbConfig.
Solution: Detect the need to use RbConfig. (Vit Ondruch)
2012-10-03 21:09:35 +02:00
Bram Moolenaar
41fa41daff
Added tag v7-3-678 for changeset de253f606048
2012-10-03 18:50:00 +02:00
Bram Moolenaar
70c020ca71
updated for version 7.3.678
...
Problem: Ruby .so name may not be correct.
Solution: Use the LIBRUBY_SO entry from the config. (Vit Ondruch)
2012-10-03 18:50:00 +02:00
Bram Moolenaar
669a50fbe3
Added tag v7-3-677 for changeset 8115f449a574
2012-10-03 18:25:00 +02:00
Bram Moolenaar
51c67d40f1
updated for version 7.3.677
...
Problem: buf_spname() is used inconsistently.
Solution: Make the return type a char_u pointer. Check the size of the
returned string.
2012-10-03 18:25:00 +02:00
Bram Moolenaar
ad43616e35
Added tag v7-3-676 for changeset 5309996ddced
2012-10-03 18:06:59 +02:00
Bram Moolenaar
8ca6791477
updated for version 7.3.676
...
Problem: Ruby compilation on Windows 32 bit doesn't work.
Solution: Only use some functions for 64 bit. (Ken Takata)
2012-10-03 18:06:59 +02:00
Bram Moolenaar
5ca34165b2
Added tag v7-3-675 for changeset 9963f7a9b41b
2012-10-03 17:12:47 +02:00
Bram Moolenaar
842aa3e3e9
updated for version 7.3.675
...
Problem: Using uninitialized memory with very long file name.
Solution: Put NUL after text when it is truncated. (ZyX)
2012-10-03 17:12:47 +02:00
Bram Moolenaar
0a531eb0bb
Added tag v7-3-674 for changeset 4da6003f0f0e
2012-10-03 14:48:08 +02:00
Bram Moolenaar
f08c83c8b6
updated for version 7.3.674
...
Problem: Can't compile with Lua/dyn on Cygwin.
Solution: Adjust configure to use the right library name. (Ken Takata)
2012-10-03 14:48:08 +02:00
Bram Moolenaar
329bb46d51
Added tag v7-3-673 for changeset ca1c025079b1
2012-10-03 13:35:51 +02:00
Bram Moolenaar
2cf65b529f
updated for version 7.3.673
...
Problem: Using "gN" while 'selection' is "exclusive" misses one character.
(Ben Fritz)
Solution: Check the direction when compensating for exclusive selection.
(Christian Brabandt)
2012-10-03 13:35:51 +02:00
Bram Moolenaar
dfba2a34f8
Updated runtime files.
2012-09-21 14:54:30 +02:00
Bram Moolenaar
cf1a9898a4
Added tag v7-3-672 for changeset fd6ef931aa77
2012-09-21 14:00:35 +02:00
Bram Moolenaar
2f54401a8d
updated for version 7.3.672
...
Problem: Not possible to lock/unlock lists in Python interface.
Solution: Add .locked and .scope attributes. (ZyX)
2012-09-21 14:00:35 +02:00
Bram Moolenaar
48530684e0
Added tag v7-3-671 for changeset 530f5a903031
2012-09-21 13:46:06 +02:00
Bram Moolenaar
23eb14c8e3
updated for version 7.3.671
...
Problem: More Python code can be shared between Python 2 and 3.
Solution: Move code to if_py_both.h. (ZyX)
2012-09-21 13:46:06 +02:00
Bram Moolenaar
c1bda30587
Added tag v7-3-670 for changeset 2bf8c00741f7
2012-09-21 13:43:14 +02:00
Bram Moolenaar
40376d61ff
updated for version 7.3.670
...
Problem: Python: memory leaks when there are exceptions.
Solution: Add DICTKEY_UNREF in the right places. (ZyX)
2012-09-21 13:43:14 +02:00
Bram Moolenaar
3a2707bb5b
Added tag v7-3-669 for changeset 2b3b7b483708
2012-09-21 13:26:49 +02:00
Bram Moolenaar
40645d72b2
updated for version 7.3.669
...
Problem: When building with Cygwin loading Python dynamically fails.
Solution: Use DLLLIBRARY instead of INSTSONAME. (Ken Takata)
2012-09-21 13:26:49 +02:00
Bram Moolenaar
4a70c1de40
Added tag v7-3-668 for changeset dde6d0216a08
2012-09-21 12:50:51 +02:00
Bram Moolenaar
f2f35ba4fd
updated for version 7.3.668
...
Problem: Building with Perl loaded dynamically still uses static library.
Solution: Adjust use of PL_thr_key. (Ken Takata)
2012-09-21 12:50:51 +02:00
Bram Moolenaar
603841e80c
Added tag v7-3-667 for changeset cd36c0fed43e
2012-09-21 12:42:44 +02:00
Bram Moolenaar
a1a8054cd6
updated for version 7.3.667
...
Problem: Unused variables in Perl interface.
Solution: Adjust #ifdefs.
2012-09-21 12:42:44 +02:00
Bram Moolenaar
58a38e76a8
Added tag v7-3-666 for changeset 1e22adc6176e
2012-09-18 22:00:08 +02:00
Bram Moolenaar
99470dd070
updated for version 7.3.666
...
Problem: With MSVC 11 Win32.mak is not found.
Solution: Add the SDK_INCLUDE_DIR variable. (Raymond Ko)
2012-09-18 22:00:08 +02:00
Bram Moolenaar
109a341dcd
Added tag v7-3-665 for changeset 35939e1e25ff
2012-09-18 18:27:12 +02:00
Bram Moolenaar
b0407a2775
updated for version 7.3.665
...
Problem: MSVC 11 is not supported.
Solution: Recognize MSVC 11. (Raymond Ko)
2012-09-18 18:27:12 +02:00
Bram Moolenaar
2d2a62e969
Added tag v7-3-664 for changeset f86619764a1e
2012-09-18 18:03:37 +02:00
Bram Moolenaar
d40b6dc041
updated for version 7.3.664
...
Problem: Buffer overflow in unescaping text. (Raymond Ko)
Solution: Limit check for multi-byte character to 4 bytes.
2012-09-18 18:03:37 +02:00
Bram Moolenaar
0f1ec6285e
Added tag v7-3-663 for changeset 2a200527131f
2012-09-18 16:47:07 +02:00
Bram Moolenaar
404f0c6aa5
updated for version 7.3.663
...
Problem: End of color scheme name not clear in E185. (Aaron Lewis)
Solution: Put the name in single quotes.
2012-09-18 16:47:07 +02:00
Bram Moolenaar
f410d4d8d4
Added tag v7-3-662 for changeset 87afa95a2992
2012-09-18 16:36:32 +02:00
Bram Moolenaar
88d5f3b3bb
updated for version 7.3.662
...
Problem: Can't build Ruby interface with Ruby 1.9.3.
Solution: Add missing functions. (V. Ondruch)
2012-09-18 16:36:32 +02:00
Bram Moolenaar
80aa593437
Added tag v7-3-661 for changeset 5e909c379a1e
2012-09-12 20:21:43 +02:00
Bram Moolenaar
b9b0f25c07
updated for version 7.3.661
...
Problem: SEGV in Python code.
Solution: Initialize len to zero. Use the right function depending on
version. (Maxim Philippov)
2012-09-12 20:21:43 +02:00
Bram Moolenaar
b0abec0519
Added tag v7-3-660 for changeset 8fdadfccd184
2012-09-12 18:19:46 +02:00
Bram Moolenaar
6517945b46
updated for version 7.3.660
...
Problem: ":help !" jumps to help for ":!".
Solution: Adjust check for tag header line. (Andy Wokula)
2012-09-12 18:19:46 +02:00
Bram Moolenaar
7f97fb3b0d
Added tag v7-3-659 for changeset e75da4a3225d
2012-09-05 19:17:42 +02:00
Bram Moolenaar
bb507fd805
updated for version 7.3.659
...
Problem: Recent Python changes are not tested.
Solution: Add tests for Python bindings. (ZyX)
2012-09-05 19:17:42 +02:00
Bram Moolenaar
c6a77c4fa6
Added tag v7-3-658 for changeset 15cdcb8ddcfb
2012-09-05 19:09:11 +02:00
Bram Moolenaar
fa6de2bb62
updated for version 7.3.658
...
Problem: NUL bytes truncate strings when converted from Python.
Solution: Handle truncation as an error. (ZyX)
2012-09-05 19:09:11 +02:00
Bram Moolenaar
3fda39417e
Added tag v7-3-657 for changeset 3958b0e672d6
2012-09-05 19:03:56 +02:00
Bram Moolenaar
8d41f92290
updated for version 7.3.657
...
Problem: Python bindings silently truncate string values containing NUL.
Solution: Fail when a string contains NUL. (ZyX)
2012-09-05 19:03:56 +02:00
Bram Moolenaar
b8f0a81740
Added tag v7-3-656 for changeset a2f61b2b8e77
2012-09-05 18:54:48 +02:00
Bram Moolenaar
8c950049fd
updated for version 7.3.656
...
Problem: Internal error in :pyeval.
Solution: Handle failed object conversion. (ZyX)
2012-09-05 18:54:48 +02:00
Bram Moolenaar
07eda3d71f
Added tag v7-3-655 for changeset 0d3238b54963
2012-09-05 18:49:25 +02:00
Bram Moolenaar
16c23bed52
updated for version 7.3.655
...
Problem: 64 bit MingW xpm .a file is missing.
Solution: Add the file. (Sergey Khorev)
2012-09-05 18:49:24 +02:00
Bram Moolenaar
11f53ee19a
Added tag v7-3-654 for changeset 73557eda7027
2012-09-05 18:45:28 +02:00
Bram Moolenaar
817a4b1cce
updated for version 7.3.654
...
Problem: When creating a Vim dictionary from Python objects an empty key
might be used.
Solution: Do not use empty keys, throw an IndexError. (ZyX)
2012-09-05 18:45:28 +02:00
Bram Moolenaar
15ffbeb6c6
Added tag v7-3-653 for changeset fd0c7452fa51
2012-09-05 17:57:39 +02:00
Bram Moolenaar
ff38ed8523
updated for version 7.3.653
...
Problem: MingW needs build rule for included XPM files. Object directory
for 32 and 64 builds is the same, also for MSVC.
Solution: Add MingW build rule to use included XPM files. Add the CPU or
architecture to the object directory name. (Sergey Khorev)
2012-09-05 17:57:39 +02:00
Bram Moolenaar
f4b74091c3
Added tag v7-3-652 for changeset 5edf3c51aa93
2012-09-05 17:28:21 +02:00
Bram Moolenaar
8acd9d785d
updated for version 7.3.652
...
Problem: Workaround for Python crash isn't perfect.
Solution: Change the type of the length argument. (Sean Estabrooks)
2012-09-05 17:28:21 +02:00
Bram Moolenaar
642db37e7b
Added tag v7-3-651 for changeset ece544e85821
2012-09-05 15:15:07 +02:00
Bram Moolenaar
742f0ab7cb
updated for version 7.3.651
...
Problem: Completion after ":help \{-" gives an error message.
Solution: Prepend a backslash.
2012-09-05 15:15:07 +02:00
Bram Moolenaar
ea3f5fe053
Added tag v7-3-650 for changeset a638ae0f1b0c
2012-09-05 15:03:30 +02:00
Bram Moolenaar
b6aa05255d
updated for version 7.3.650
...
Problem: Completion after ":help \{-" gives an error message and messes up
the command line.
Solution: Cancel the tag search if the pattern can't be compiled. (Yasuhiro
Matsumoto)
2012-09-05 15:03:30 +02:00
Bram Moolenaar
e09f6bfff5
Added tag v7-3-649 for changeset 063765c3cebb
2012-09-05 14:18:45 +02:00
Bram Moolenaar
e7de33a2d3
updated for version 7.3.649
...
Problem: When 'clipboard' is set to "unnamed" small deletes end up in the
numbered registers. (Ingo Karkat)
Solution: Use the original register name to decide whether to put a delete
in a numbered register. (Christian Brabandt)
2012-09-05 14:18:45 +02:00
Bram Moolenaar
395c4a7692
Added tag v7-3-648 for changeset 76c099d45772
2012-09-05 13:30:41 +02:00
Bram Moolenaar
7d1fb96bc1
updated for version 7.3.648
...
Problem: Crash when using a very long file name. (ZyX)
Solution: Properly check length of buffer space.
2012-09-05 13:30:40 +02:00
Bram Moolenaar
d9b3765a8a
Added tag v7-3-647 for changeset 29fe4e5c1db1
2012-09-05 12:16:45 +02:00
Bram Moolenaar
6d4ae7443a
updated for version 7.3.647
...
Problem: "gnd" doesn't work correctly in Visual mode.
Solution: Handle Visual mode differently in "gn". (Christian Brabandt)
2012-09-05 12:16:45 +02:00