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
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