Kazuki Sakamoto
06a1ff1df8
Snapshot 79
...
Binary targets OS X 10.8(Mountain Lion), 10.9(Mavericks), 10.10(Yosemite), and 10.11(El Capitan)
- Vim patch 7.4.903
- Add basic support for CoreText ligatures
- Add optional blur to transparent windows
- Allow to open directory in Open dialog
- Fix rendering and resizing issues on El Capitan Split View
- Fix Deployment Target for Yosemite with Xcode 7.1
snapshot-79
2015-10-31 09:17:35 -07:00
Kazuki Sakamoto
c42ea214ba
Merge remote-tracking branch 'vim/master'
2015-10-31 09:15:44 -07:00
Bram Moolenaar
7314efd87d
patch 7.4.903
...
Problem: MS-Windows: When 'encoding' differs from the current code page,
expandinig wildcards may cause illegal memory access.
Solution: Allocate a longer buffer. (Ken Takata)
2015-10-31 15:32:52 +01:00
Kazuki Sakamoto
77b7042855
Update .travis.yml for MacVim
2015-10-30 22:01:43 -07:00
Kazuki Sakamoto
bfa78d99cd
Merge remote-tracking branch 'vim/master'
2015-10-30 21:48:47 -07:00
Bram Moolenaar
4c0aac5759
patch 7.4.902
...
Problem: Problems with using the MS-Windows console.
Solution: Revert patches 7.4.851, 7.4.876 and 7.4.886 until we find a better
solution. (suggested by Ken Takata)
2015-10-30 16:46:55 +01:00
Bram Moolenaar
a0f849ee40
Update runtime files.
2015-10-30 14:37:44 +01:00
Bram Moolenaar
e7d1376b63
patch 7.4.901
...
Problem: When a BufLeave autocommand changes folding in a way it syncs
undo, undo can be corrupted.
Solution: Prevent undo sync. (Jacob Niehus)
2015-10-30 14:23:33 +01:00
Kazuki Sakamoto
9e53d82f5c
Merge pull request #104 from macvim-dev/fix/yosemite_deployment_target
...
Set MACOSX_DEPLOYMENT_TARGET to the runtime version if it wasn't set
2015-10-29 15:43:34 -07:00
Kazuki Sakamoto
55323a513d
Set MACOSX_DEPLOYMENT_TARGET to the runtime version if it wasn't set
2015-10-29 07:03:57 -07:00
Kazuki Sakamoto
383be18d64
Merge pull request #103 from macvim-dev/fix/el-capitan-split-view-resize
...
Fix resizing issue in Split View on El Capitan
2015-10-28 20:53:35 -07:00
Kazuki Sakamoto
0cdf7755b5
Fix resizing issue in Split View on El Capitan
2015-10-28 05:35:52 -07:00
Bram Moolenaar
f1a4c98ea6
patch 7.4.900
...
Problem: README file can still be improved
Solution: Add a couple of links. (Christian Brabandt)
2015-10-25 22:42:00 +01:00
Kazuki Sakamoto
406259c0ad
Merge remote-tracking branch 'vim/master'
2015-10-25 10:31:36 -07:00
Bram Moolenaar
c92399f4ee
patch 7.4.899
...
Problem: README file is not optimal.
Solution: Move buttons, update some text. (closes #460 )
2015-10-25 13:55:00 +01:00
Kazuki Sakamoto
893ac28a98
Merge pull request #96 from rhendric/blur
...
Move BLUR_TRANSPARENCY into its own file
2015-10-20 06:37:23 -07:00
Ryan Hendrickson
c98dc4f95f
Move BLUR_TRANSPARENCY into its own file
...
... so that both Vim and MacVim can see it.
I'm an idiot and didn't realize MacVim doesn't reference vim.h, so of
course the #define can't be there.
2015-10-18 00:39:22 -04:00
Kazuki Sakamoto
5f8d41a6fb
Merge remote-tracking branch 'vim/master'
2015-10-14 20:12:32 -07:00
Kazuki Sakamoto
f9a612a8ff
Merge pull request #94 from macvim-dev/fix/deprecation-warnings
...
Fix deprecation warnings (except for NSCopyBits).
2015-10-13 19:36:12 -07:00
Bram Moolenaar
60cce2fb73
Update runtime files.
2015-10-13 23:21:27 +02:00
Bram Moolenaar
04dfd51229
patch 7.4.898
...
Problem: The 'fixendofline' option is set on with ":edit".
Solution: Don't set the option when clearing a buffer. (Yasuhiro Matsumoto)
2015-10-13 20:55:50 +02:00
Bram Moolenaar
4e86150ec5
patch 7.4.897
...
Problem: Freeze and crash when there is a sleep in a remote command.
(Karl Yngve Lervåg)
Solution: Remove a message from the queue before dealing with it. (James
Kolb)
2015-10-13 20:21:49 +02:00
Bram Moolenaar
b4f6a46b01
patch 7.4.896
...
Problem: Editing a URL, which netrw should handle, doesn't work.
Solution: Avoid changing slashes to backslashes. (Yasuhiro Matsumoto)
2015-10-13 19:43:17 +02:00
Bram Moolenaar
23d1b62746
patch 7.4.895
...
Problem: Custom command line completion does not work for a command
containing digits.
Solution: Skip over the digits. (suggested by Yasuhiro Matsumoto)
2015-10-13 19:18:04 +02:00
Bram Moolenaar
f59c73da1e
patch 7.4.894
...
Problem: vimrun.exe is picky about the number of spaces before -s.
Solution: Skip all spaces. (Cam Sinclair)
2015-10-13 17:52:59 +02:00
Bram Moolenaar
d1b15dec4d
patch 7.4.893
...
Problem: C indenting is wrong below a "case (foo):" because it is
recognized as a C++ base class construct. Issue #38 .
Solution: Check for the case keyword.
2015-10-13 16:13:39 +02:00
Bram Moolenaar
9d6ca1cc5e
patch 7.4.892
...
Problem: On MS-Windows the iconv DLL may have a different name.
Solution: Also try libiconv2.dll and libiconv-2.dll. (Yasuhiro Matsumoto)
2015-10-13 13:49:09 +02:00
Josh Petrie
c4d75fb725
Fix indenting.
2015-10-12 20:25:21 -07:00
Josh Petrie
eb6668f805
Use a non-null identifier when creating new tabs.
2015-10-12 17:57:59 -07:00
Kazuki Sakamoto
7e1c6be9c7
Merge pull request #92 from macvim-dev/fix/legacy-xcode
...
Define NSAppKitVersionNumber10_10_Max for legaxy Xcode
Fix #91
2015-10-11 10:53:32 -07:00
Kazuki Sakamoto
54a11075b8
Define NSAppKitVersionNumber10_10_Max for legaxy Xcode
2015-10-11 01:02:39 -07:00
Kazuki Sakamoto
e784f74904
Merge pull request #86 from macvim-dev/fix/el-capitan-split-view-issue
...
Fix rendering issue in Split View on El Capitan
2015-10-10 17:42:59 -07:00
Josh Petrie
c7fad5c260
Replace deprecated stringByReplacingPercentEscapesUsingEncoding on 10.11 and higher.
2015-10-10 16:44:56 -07:00
Josh Petrie
907c5d97a5
Fix warning concerning convertBaseToScreen.
2015-10-10 16:39:05 -07:00
Kazuki Sakamoto
13b3544fda
Reorder methods
2015-10-10 00:39:42 -07:00
Kazuki Sakamoto
2c51e2ce8d
Fix full-screen redraw issues on El Capitan
...
On El Capitan, we need to redraw the view when entering full-screen using
:fullscreen option (including Ctrl-Cmd-f), and leaving full-screen by moving
the window out from Split View.
2015-10-09 22:51:37 -07:00
Josh Petrie
ceb167bfb4
Fix warnings related to NSInputManager.
2015-10-09 20:46:54 -07:00
Kazuki Sakamoto
1ce1cb48d3
Fix rendering issue in Split View on El Capitan
2015-10-09 16:02:37 -07:00
Kazuki Sakamoto
5b2209b21a
Merge pull request #85 from timkendrick/feature/open-directory
...
Allow directory selection in Open dialog
2015-10-09 12:34:30 -07:00
Tim Kendrick
3daab98964
Allow directory selection in Open dialog
2015-10-09 19:58:01 +01:00
Kazuki Sakamoto
3cdaa4857c
Update .travis.yml for MacVim
2015-10-07 22:03:09 -07:00
Kazuki Sakamoto
7e8c6c2bdb
Remove deprecated mercurial files
2015-10-07 16:53:22 -07:00
Kazuki Sakamoto
6af482392a
Merge remote-tracking branch 'vim/master'
2015-10-07 10:56:47 -07:00
Kazuki Sakamoto
2b817ee560
Fix "make test" for using proper Vim executable
2015-10-07 10:41:27 -07:00
Bram Moolenaar
089af18d1f
patch 7.4.891
...
Problem: Indentation of array initializer is wrong.
Solution: Avoid that calling find_start_rawstring() changes the position
returned by find_start_comment(), add a test. (Hirohito Higashi)
2015-10-07 11:41:49 +02:00
Bram Moolenaar
094454fa70
patch 7.4.890
...
Problem: Build failure when using dynamic python but not python3.
Solution: Adjust the #if to also include DYNAMIC_PYTHON3 and UNIX.
2015-10-07 10:39:55 +02:00
Douglas Drumond
aba61fec83
Merge pull request #73 from rhendric/blur
...
Restrict transparency blur to >= Leopard
2015-10-07 03:58:47 -03:00
Douglas Drumond
707f94506b
Merge pull request #70 from rhendric/master
...
Return to C89 compliance
2015-10-07 03:58:22 -03:00
Douglas Drumond
07ea51ac53
Merge pull request #82 from jpetrie/format-specifier-warning
...
Use %hhd for BOOLs in format string.
2015-10-07 03:56:36 -03:00
Douglas Drumond
3142962c25
Merge pull request #81 from jpetrie/propertylist-serialization-warnings
...
Fix NSPropertyListSerialization deprecation warnings.
2015-10-07 03:56:29 -03:00