Skip to content
Snippets Groups Projects
Commit 2c7a7638 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.1b

parent 720c7100
No related merge requests found
Showing
with 42 additions and 29 deletions
README_amibin.txt for version 7.1a of Vim: Vi IMproved. README_amibin.txt for version 7.1b of Vim: Vi IMproved.
See "README.txt" for general information about Vim. See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga. See "README_ami.txt" for installation instructions for the Amiga.
......
README_extra.txt for version 7.1a of Vim: Vi IMproved. README_extra.txt for version 7.1b of Vim: Vi IMproved.
The extra archive of Vim is to be used in combination with the source archive The extra archive of Vim is to be used in combination with the source archive
(vim-7.0-src.tar.gz). The extra archive is useless without it. (vim-7.0-src.tar.gz). The extra archive is useless without it.
......
" Vim compiler file " Vim compiler file
" Compiler: GNU C Compiler " Compiler: GNU C Compiler
" Maintainer: Nikolai Weibull <now@bitwi.se> " Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-04-19 " Latest Revision: 2006-12-20
if exists("current_compiler") if exists("current_compiler")
finish finish
...@@ -20,7 +20,13 @@ setlocal errorformat= ...@@ -20,7 +20,13 @@ setlocal errorformat=
\\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m, \\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m,
\%D%*\\a[%*\\d]:\ Entering\ directory\ `%f', \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f',
\%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f', \%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f',
\%D%*\\a:\ Entering\ directory\ `%f',
\%X%*\\a:\ Leaving\ directory\ `%f',
\%DMaking\ %*\\a\ in\ %f \%DMaking\ %*\\a\ in\ %f
if exists('g:compiler_gcc_ignore_unmatched_lines')
let &errorformat .= ',%-G%.%#'
endif
let &cpo = s:cpo_save let &cpo = s:cpo_save
unlet s:cpo_save unlet s:cpo_save
*diff.txt* For Vim version 7.1a. Last change: 2006 Oct 02 *diff.txt* For Vim version 7.1b. Last change: 2006 Oct 02
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
......
*gui_x11.txt* For Vim version 7.1a. Last change: 2006 Jul 12 *gui_x11.txt* For Vim version 7.1b. Last change: 2006 Jul 12
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
......
*help.txt* For Vim version 7.1a. Last change: 2006 Nov 07 *help.txt* For Vim version 7.1b. Last change: 2006 Nov 07
VIM - main help file VIM - main help file
k k
......
*if_ruby.txt* For Vim version 7.1a. Last change: 2006 Apr 30 *if_ruby.txt* For Vim version 7.1b. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Shugo Maeda VIM REFERENCE MANUAL by Shugo Maeda
......
*if_sniff.txt* For Vim version 7.1a. Last change: 2005 Mar 29 *if_sniff.txt* For Vim version 7.1b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL VIM REFERENCE MANUAL
......
*motion.txt* For Vim version 7.1a. Last change: 2006 Dec 07 *motion.txt* For Vim version 7.1b. Last change: 2006 Dec 07
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
......
*options.txt* For Vim version 7.1a. Last change: 2007 May 05 *options.txt* For Vim version 7.1b. Last change: 2007 May 09
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
...@@ -7031,7 +7031,7 @@ A jump table for the options with a short description can be found at |Q_op|. ...@@ -7031,7 +7031,7 @@ A jump table for the options with a short description can be found at |Q_op|.
{only in Unix and VMS, doesn't work in the GUI; not {only in Unix and VMS, doesn't work in the GUI; not
available when compiled without |+mouse|} available when compiled without |+mouse|}
Name of the terminal type for which mouse codes are to be recognized. Name of the terminal type for which mouse codes are to be recognized.
Currently these three strings are valid: Currently these strings are valid:
*xterm-mouse* *xterm-mouse*
xterm xterm-like mouse handling. The mouse generates xterm xterm-like mouse handling. The mouse generates
"<Esc>[Mscr", where "scr" is three bytes: "<Esc>[Mscr", where "scr" is three bytes:
......
*os_mac.txt* For Vim version 7.1a. Last change: 2006 Apr 30 *os_mac.txt* For Vim version 7.1b. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar et al. VIM REFERENCE MANUAL by Bram Moolenaar et al.
......
*os_msdos.txt* For Vim version 7.1a. Last change: 2005 Mar 29 *os_msdos.txt* For Vim version 7.1b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
......
*pi_paren.txt* For Vim version 7.1a. Last change: 2006 Jun 14 *pi_paren.txt* For Vim version 7.1b. Last change: 2006 Jun 14
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
......
*rileft.txt* For Vim version 7.1a. Last change: 2006 Apr 24 *rileft.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Avner Lottem VIM REFERENCE MANUAL by Avner Lottem
......
*tips.txt* For Vim version 7.1a. Last change: 2006 Jul 24 *tips.txt* For Vim version 7.1b. Last change: 2006 Jul 24
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
......
*usr_10.txt* For Vim version 7.1a. Last change: 2006 Nov 05 *usr_10.txt* For Vim version 7.1b. Last change: 2006 Nov 05
VIM USER MANUAL - by Bram Moolenaar VIM USER MANUAL - by Bram Moolenaar
......
*usr_32.txt* For Vim version 7.1a. Last change: 2006 Apr 30 *usr_32.txt* For Vim version 7.1b. Last change: 2006 Apr 30
VIM USER MANUAL - by Bram Moolenaar VIM USER MANUAL - by Bram Moolenaar
......
" Vim filetype plugin file " Vim filetype plugin file
" Language: generic Changelog file " Language: generic Changelog file
" Maintainer: Nikolai Weibull <now@bitwi.se> " Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-04-19 " Latest Revision: 2007-05-06
" Variables: " Variables:
" g:changelog_timeformat (deprecated: use g:changelog_dateformat instead) - " g:changelog_timeformat (deprecated: use g:changelog_dateformat instead) -
" description: the timeformat used in ChangeLog entries. " description: the timeformat used in ChangeLog entries.
...@@ -129,6 +129,12 @@ if &filetype == 'changelog' ...@@ -129,6 +129,12 @@ if &filetype == 'changelog'
let g:changelog_date_entry_search = '^\s*%d\_s*%u' let g:changelog_date_entry_search = '^\s*%d\_s*%u'
endif endif
" Regular expression used to find the end of a date entry
if !exists('g:changelog_date_end_entry_search')
let g:changelog_date_entry_search = '^\s*$'
endif
" Substitutes specific items in new date-entry formats and search strings. " Substitutes specific items in new date-entry formats and search strings.
" Can be done with substitute of course, but unclean, and need \@! then. " Can be done with substitute of course, but unclean, and need \@! then.
function! s:substitute_items(str, date, user) function! s:substitute_items(str, date, user)
...@@ -171,7 +177,7 @@ if &filetype == 'changelog' ...@@ -171,7 +177,7 @@ if &filetype == 'changelog'
if search(search) > 0 if search(search) > 0
" Ok, now we look for the end of the date entry, and add an entry. " Ok, now we look for the end of the date entry, and add an entry.
call cursor(nextnonblank(line('.') + 1), 1) call cursor(nextnonblank(line('.') + 1), 1)
if search('^\s*$', 'W') > 0 if search(g:changelog_date_end_entry_search, 'W') > 0
let p = line('.') - 1 let p = line('.') - 1
else else
let p = line('.') let p = line('.')
...@@ -240,9 +246,9 @@ else ...@@ -240,9 +246,9 @@ else
let buf = bufnr('ChangeLog') let buf = bufnr('ChangeLog')
if buf != -1 if buf != -1
if bufwinnr(buf) != -1 if bufwinnr(buf) != -1
execute buf . 'wincmd w' execute bufwinnr(buf) . 'wincmd w'
else else
execute 'bsplit' buf execute 'sbuffer' buf
endif endif
else else
split ChangeLog split ChangeLog
......
" Vim indent file " Vim indent file
" Language: Tcl " Language: Tcl
" 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 ...@@ -10,6 +10,7 @@ let b:did_indent = 1
setlocal indentexpr=GetTclIndent() setlocal indentexpr=GetTclIndent()
setlocal indentkeys=0{,0},!^F,o,O,0] setlocal indentkeys=0{,0},!^F,o,O,0]
setlocal nosmartindent
if exists("*GetTclIndent") if exists("*GetTclIndent")
finish finish
...@@ -36,13 +37,13 @@ function s:count_braces(lnum, count_open) ...@@ -36,13 +37,13 @@ function s:count_braces(lnum, count_open)
while i != -1 while i != -1
if synIDattr(synID(a:lnum, i + 1, 0), 'name') !~ 'tcl\%(Comment\|String\)' if synIDattr(synID(a:lnum, i + 1, 0), 'name') !~ 'tcl\%(Comment\|String\)'
if line[i] == '{' if line[i] == '{'
let n_open += 1 let n_open += 1
elseif line[i] == '}' elseif line[i] == '}'
if n_open > 0 if n_open > 0
let n_open -= 1 let n_open -= 1
else else
let n_close += 1 let n_close += 1
endif endif
endif endif
endif endif
let i = match(line, pattern, i + 1) let i = match(line, pattern, i + 1)
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment