Skip to content

Commit

Permalink
updated for version 7.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
brammool committed Jun 24, 2008
1 parent f233048 commit a7241f5
Show file tree
Hide file tree
Showing 69 changed files with 5,931 additions and 446 deletions.
2 changes: 1 addition & 1 deletion runtime/autoload/rubycomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if !exists("g:rubycomplete_classes_in_global")
endif

if !exists("g:rubycomplete_buffer_loading")
let g:rubycomplete_classes_in_global = 0
let g:rubycomplete_buffer_loading = 0
endif

if !exists("g:rubycomplete_include_object")
Expand Down
1 change: 0 additions & 1 deletion runtime/autoload/xml/html401f.vim
Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,3 @@ let g:xmldata_html401t = {
\ 'param': ['/>', ''],
\ }
\ }
" vim:ft=vim:ff=unix
1 change: 0 additions & 1 deletion runtime/autoload/xml/xhtml10f.vim
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,3 @@ let g:xmldata_xhtml10f = {
\ 'param': ['/>', ''],
\ }
\ }
" vim:ft=vim:ff=unix
1 change: 1 addition & 0 deletions runtime/colors/slate.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if version > 580
syntax reset
endif
endif
let colors_name = "slate"
:hi Normal guifg=White guibg=grey15
:hi Cursor guibg=khaki guifg=slategrey
:hi VertSplit guibg=#c2bfa5 guifg=grey40 gui=none cterm=reverse
Expand Down
26 changes: 13 additions & 13 deletions runtime/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ VIMEXE = vim
include ../../src/auto/config.mk

DOCS = \
ada.txt \
arabic.txt \
autocmd.txt \
change.txt \
cmdline.txt \
debugger.txt \
debug.txt \
debugger.txt \
develop.txt \
diff.txt \
digraph.txt \
Expand All @@ -29,6 +28,8 @@ DOCS = \
farsi.txt \
filetype.txt \
fold.txt \
ft_ada.txt \
ft_sql.txt \
gui.txt \
gui_w16.txt \
gui_w32.txt \
Expand All @@ -50,10 +51,10 @@ DOCS = \
insert.txt \
intro.txt \
map.txt \
message.txt \
motion.txt \
mbyte.txt \
message.txt \
mlang.txt \
motion.txt \
netbeans.txt \
options.txt \
os_390.txt \
Expand Down Expand Up @@ -89,10 +90,9 @@ DOCS = \
russian.txt \
scroll.txt \
sign.txt \
spell.txt \
sponsor.txt \
starting.txt \
spell.txt \
sql.txt \
syntax.txt \
tabpage.txt \
tagsrch.txt \
Expand Down Expand Up @@ -145,7 +145,6 @@ DOCS = \
workshop.txt

HTMLS = \
ada.html \
arabic.html \
autocmd.html \
change.html \
Expand All @@ -160,6 +159,8 @@ HTMLS = \
farsi.html \
filetype.html \
fold.html \
ft_ada.html \
ft_sql.html \
gui.html \
gui_w16.html \
gui_w32.html \
Expand All @@ -177,14 +178,13 @@ HTMLS = \
if_tcl.html \
indent.html \
index.html \
vimindex.html \
insert.html \
intro.html \
map.html \
message.html \
motion.html \
mbyte.html \
message.html \
mlang.html \
motion.html \
netbeans.html \
options.html \
os_390.html \
Expand Down Expand Up @@ -220,10 +220,9 @@ HTMLS = \
russian.html \
scroll.html \
sign.html \
spell.html \
sponsor.html \
starting.html \
spell.html \
sql.html \
syntax.html \
tabpage.html \
tags.html \
Expand Down Expand Up @@ -272,6 +271,7 @@ HTMLS = \
version6.html \
version7.html \
vi_diff.html \
vimindex.html \
visual.html \
windows.html \
workshop.html
Expand All @@ -291,7 +291,7 @@ CONVERTED = \
evim-ru.UTF-8.1 \
vimdiff-ru.UTF-8.1 \
vimtutor-ru.UTF-8.1 \
xxd-ru.UTF-8.1 \
xxd-ru.UTF-8.1

.SUFFIXES:
.SUFFIXES: .c .o .txt .html
Expand Down
Loading

0 comments on commit a7241f5

Please sign in to comment.