|
Karsten Hopp |
c7ea31 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
c7ea31 |
Subject: Patch 7.4.713
|
|
Karsten Hopp |
c7ea31 |
Fcc: outbox
|
|
Karsten Hopp |
c7ea31 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
c7ea31 |
Mime-Version: 1.0
|
|
Karsten Hopp |
c7ea31 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
c7ea31 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
c7ea31 |
------------
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
Patch 7.4.713
|
|
Karsten Hopp |
c7ea31 |
Problem: Wrong condition for #ifdef.
|
|
Karsten Hopp |
c7ea31 |
Solution: Change USR_EXRC_FILE2 to USR_VIMRC_FILE2. (Mikael Fourrier)
|
|
Karsten Hopp |
c7ea31 |
Files: src/os_unix.h
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
*** ../vim-7.4.712/src/os_unix.h 2015-04-09 22:08:09.183074550 +0200
|
|
Karsten Hopp |
c7ea31 |
--- src/os_unix.h 2015-05-03 19:07:22.850147859 +0200
|
|
Karsten Hopp |
c7ea31 |
***************
|
|
Karsten Hopp |
c7ea31 |
*** 290,296 ****
|
|
Karsten Hopp |
c7ea31 |
#endif
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
! #if !defined(USR_EXRC_FILE2)
|
|
Karsten Hopp |
c7ea31 |
# ifdef OS2
|
|
Karsten Hopp |
c7ea31 |
# define USR_VIMRC_FILE2 "$HOME/vimfiles/vimrc"
|
|
Karsten Hopp |
c7ea31 |
# else
|
|
Karsten Hopp |
c7ea31 |
--- 290,296 ----
|
|
Karsten Hopp |
c7ea31 |
#endif
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
! #if !defined(USR_VIMRC_FILE2)
|
|
Karsten Hopp |
c7ea31 |
# ifdef OS2
|
|
Karsten Hopp |
c7ea31 |
# define USR_VIMRC_FILE2 "$HOME/vimfiles/vimrc"
|
|
Karsten Hopp |
c7ea31 |
# else
|
|
Karsten Hopp |
c7ea31 |
*** ../vim-7.4.712/src/version.c 2015-04-22 22:18:14.659662668 +0200
|
|
Karsten Hopp |
c7ea31 |
--- src/version.c 2015-05-04 09:16:12.477776841 +0200
|
|
Karsten Hopp |
c7ea31 |
***************
|
|
Karsten Hopp |
c7ea31 |
*** 743,744 ****
|
|
Karsten Hopp |
c7ea31 |
--- 743,746 ----
|
|
Karsten Hopp |
c7ea31 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
c7ea31 |
+ /**/
|
|
Karsten Hopp |
c7ea31 |
+ 713,
|
|
Karsten Hopp |
c7ea31 |
/**/
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
--
|
|
Karsten Hopp |
c7ea31 |
Q: What is the difference betwee open-source and commercial software?
|
|
Karsten Hopp |
c7ea31 |
A: If you have a problem with commercial software you can call a phone
|
|
Karsten Hopp |
c7ea31 |
number and they will tell you it might be solved in a future version.
|
|
Karsten Hopp |
c7ea31 |
For open-source software there isn't a phone number to call, but you
|
|
Karsten Hopp |
c7ea31 |
get the solution within a day.
|
|
Karsten Hopp |
c7ea31 |
|
|
Karsten Hopp |
c7ea31 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
c7ea31 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
c7ea31 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
c7ea31 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|