mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1b
This commit is contained in:
parent
e590119ea7
commit
cf0dfa2f18
@ -1,4 +1,4 @@
|
|||||||
*hebrew.txt* For Vim version 7.1a. Last change: 2003 May 11
|
*hebrew.txt* For Vim version 7.1b. Last change: 2003 May 11
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)
|
VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*pattern.txt* For Vim version 7.1a. Last change: 2007 Apr 24
|
*pattern.txt* For Vim version 7.1b. Last change: 2007 Apr 24
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*repeat.txt* For Vim version 7.1a. Last change: 2007 Jan 07
|
*repeat.txt* For Vim version 7.1b. Last change: 2007 Jan 07
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*starting.txt* For Vim version 7.1a. Last change: 2007 Apr 22
|
*starting.txt* For Vim version 7.1b. Last change: 2007 Apr 22
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*usr_23.txt* For Vim version 7.1a. Last change: 2006 Apr 24
|
*usr_23.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
||||||
|
|
||||||
VIM USER MANUAL - by Bram Moolenaar
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
" Vim indent file
|
" Vim indent file
|
||||||
" Language: ld(1) script
|
" Language: ld(1) script
|
||||||
" Maintainer: Nikolai Weibull <now@bitwi.se>
|
" Maintainer: Nikolai Weibull <now@bitwi.se>
|
||||||
" Latest Revision: 2006-04-19
|
" Latest Revision: 2006-12-20
|
||||||
|
|
||||||
if exists("b:did_indent")
|
if exists("b:did_indent")
|
||||||
finish
|
finish
|
||||||
@ -10,6 +10,7 @@ let b:did_indent = 1
|
|||||||
|
|
||||||
setlocal indentexpr=GetLDIndent()
|
setlocal indentexpr=GetLDIndent()
|
||||||
setlocal indentkeys=0{,0},!^F,o,O
|
setlocal indentkeys=0{,0},!^F,o,O
|
||||||
|
setlocal nosmartindent
|
||||||
|
|
||||||
if exists("*GetLDIndent")
|
if exists("*GetLDIndent")
|
||||||
finish
|
finish
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Makefile for Vim on OpenVMS
|
# Makefile for Vim on OpenVMS
|
||||||
#
|
#
|
||||||
# Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
|
# Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
|
||||||
# Last change: 2006 Sep 04
|
# Last change: 2007 May 07
|
||||||
#
|
#
|
||||||
# This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
|
# This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
|
||||||
# with MMS and MMK
|
# with MMS and MMK
|
||||||
@ -326,7 +326,7 @@ all : [.auto]config.h mmk_compat motif_env gtk_env perl_env python_env tcl_env r
|
|||||||
mmk_compat :
|
mmk_compat :
|
||||||
-@ open/write pd pathdef.c
|
-@ open/write pd pathdef.c
|
||||||
-@ write pd "/* Empty file to satisfy MMK depend. */"
|
-@ write pd "/* Empty file to satisfy MMK depend. */"
|
||||||
-@ write pd "/* It will be owerwritten later on... */"
|
-@ write pd "/* It will be overwritten later on... */"
|
||||||
-@ close pd
|
-@ close pd
|
||||||
clean :
|
clean :
|
||||||
-@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*
|
-@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*
|
||||||
@ -431,7 +431,7 @@ perl_env :
|
|||||||
-@ show symbol perl
|
-@ show symbol perl
|
||||||
-@ open/write pd if_perl.c
|
-@ open/write pd if_perl.c
|
||||||
-@ write pd "/* Empty file to satisfy MMK depend. */"
|
-@ write pd "/* Empty file to satisfy MMK depend. */"
|
||||||
-@ write pd "/* It will be owerwritten later on... */"
|
-@ write pd "/* It will be overwritten later on... */"
|
||||||
-@ close pd
|
-@ close pd
|
||||||
-@ write sys$output "creating OS_VMS_PERL.OPT file."
|
-@ write sys$output "creating OS_VMS_PERL.OPT file."
|
||||||
-@ open/write opt_file OS_VMS_PERL.OPT
|
-@ open/write opt_file OS_VMS_PERL.OPT
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* VIM - Vi IMproved by Bram Moolenaar
|
* VIM - Vi IMproved by Bram Moolenaar
|
||||||
*
|
*
|
||||||
* Do ":help uganda" in Vim to read copying and usage conditions.
|
* Do ":help uganda" in Vim to read copying and usage conditions.
|
||||||
* Do ":help credits" in Vim to see a list of people who contributedi.
|
* Do ":help credits" in Vim to see a list of people who contributed.
|
||||||
*
|
*
|
||||||
* File MOTIF_REDEFINES.H originally delivers together with
|
* File MOTIF_REDEFINES.H originally delivers together with
|
||||||
* OpenVMS Porting Library
|
* OpenVMS Porting Library
|
||||||
|
@ -1449,7 +1449,7 @@ char_u *(term_strings[(int)KS_LAST + 1]);
|
|||||||
static int need_gather = FALSE; /* need to fill termleader[] */
|
static int need_gather = FALSE; /* need to fill termleader[] */
|
||||||
static char_u termleader[256 + 1]; /* for check_termcode() */
|
static char_u termleader[256 + 1]; /* for check_termcode() */
|
||||||
#ifdef FEAT_TERMRESPONSE
|
#ifdef FEAT_TERMRESPONSE
|
||||||
static int check_for_codes = FALSE; /* check for key code reponse */
|
static int check_for_codes = FALSE; /* check for key code response */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct builtin_term *
|
static struct builtin_term *
|
||||||
@ -3273,7 +3273,7 @@ stoptermcap()
|
|||||||
* Only do this after switching to raw mode, otherwise the result will be
|
* Only do this after switching to raw mode, otherwise the result will be
|
||||||
* echoed.
|
* echoed.
|
||||||
* Only do this after startup has finished, to avoid that the response comes
|
* Only do this after startup has finished, to avoid that the response comes
|
||||||
* while excuting "-c !cmd" or even after "-c quit".
|
* while executing "-c !cmd" or even after "-c quit".
|
||||||
* Only do this after termcap mode has been started, otherwise the codes for
|
* Only do this after termcap mode has been started, otherwise the codes for
|
||||||
* the cursor keys may be wrong.
|
* the cursor keys may be wrong.
|
||||||
* Only do this when 'esckeys' is on, otherwise the response causes trouble in
|
* Only do this when 'esckeys' is on, otherwise the response causes trouble in
|
||||||
@ -4770,7 +4770,7 @@ check_termcode(max_offset, buf, buflen)
|
|||||||
* four bytes which are to be taken as a pointer to the vimmenu_T
|
* four bytes which are to be taken as a pointer to the vimmenu_T
|
||||||
* structure.
|
* structure.
|
||||||
*
|
*
|
||||||
* A tab line event is encodded as K_SPECIAL KS_TABLINE nr, where "nr"
|
* A tab line event is encoded as K_SPECIAL KS_TABLINE nr, where "nr"
|
||||||
* is one byte with the tab index.
|
* is one byte with the tab index.
|
||||||
*
|
*
|
||||||
* A scrollbar event is K_SPECIAL, KS_VER_SCROLLBAR, KE_FILLER followed
|
* A scrollbar event is K_SPECIAL, KS_VER_SCROLLBAR, KE_FILLER followed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user