forked from aniani/vim
Minor runtime file updates.
This commit is contained in:
parent
0c56c60a0f
commit
7abcaab78d
@ -1094,11 +1094,11 @@ Before (beta) release 7.3:
|
|||||||
- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
|
- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
|
||||||
|
|
||||||
Vim 7.3:
|
Vim 7.3:
|
||||||
configure: -pthread appears in cproto arguments, from GTK
|
|
||||||
- Soon: remove UF_VERSION_CRYPT_PREV and UF_VERSION_PREV.
|
- Soon: remove UF_VERSION_CRYPT_PREV and UF_VERSION_PREV.
|
||||||
- Conceal feature: no update when moving to another window. (Dominique Pelle,
|
- Conceal feature: no update when moving to another window. (Dominique Pelle,
|
||||||
2010 Jul 5) Vince will look into it.
|
2010 Jul 5) Vince will look into it.
|
||||||
Patches to possibly include:
|
Patches to possibly include:
|
||||||
|
- Mac: console clipboard support. (Bjoren Winckler, 2010 Jul 12)
|
||||||
- Win32: patch for better font scaling. (George Reilly, 2009 Mar 26)
|
- Win32: patch for better font scaling. (George Reilly, 2009 Mar 26)
|
||||||
- Patch for completion of ":find" arguments. (Nazri Ramliy, 2009 Feb 22, 26)
|
- Patch for completion of ":find" arguments. (Nazri Ramliy, 2009 Feb 22, 26)
|
||||||
8 For ":find" and ":sfind" expand files found in 'path'.
|
8 For ":find" and ":sfind" expand files found in 'path'.
|
||||||
|
@ -27,16 +27,16 @@ $SPELLDIR/sv.utf-8.spl : $FILES
|
|||||||
#
|
#
|
||||||
# Fetching the files from OpenOffice.org.
|
# Fetching the files from OpenOffice.org.
|
||||||
#
|
#
|
||||||
OODIR = http://extensions.services.openoffice.org/e-files/1080/6
|
OODIR = http://extensions.services.openoffice.org/e-files/1080/7
|
||||||
:attr {fetch = $OODIR/%file%} ooo_swedish_dict_1.42.oxt
|
:attr {fetch = $OODIR/%file%} ooo_swedish_dict_1.43.oxt
|
||||||
|
|
||||||
# The files don't depend on the .zip file so that we can delete it.
|
# The files don't depend on the .zip file so that we can delete it.
|
||||||
# Only download the zip file if the targets don't exist.
|
# Only download the zip file if the targets don't exist.
|
||||||
sv_SE.aff sv_SE.dic: {buildcheck=}
|
sv_SE.aff sv_SE.dic: {buildcheck=}
|
||||||
:assertpkg unzip patch
|
:assertpkg unzip patch
|
||||||
:fetch ooo_swedish_dict_1.42.oxt
|
:fetch ooo_swedish_dict_1.43.oxt
|
||||||
:sys $UNZIP ooo_swedish_dict_1.42.oxt
|
:sys $UNZIP ooo_swedish_dict_1.43.oxt
|
||||||
:delete ooo_swedish_dict_1.42.oxt
|
:delete ooo_swedish_dict_1.43.oxt
|
||||||
:delete {r} META-INF
|
:delete {r} META-INF
|
||||||
:copy dictionaries/sv_SE.aff sv_SE.aff
|
:copy dictionaries/sv_SE.aff sv_SE.aff
|
||||||
:copy dictionaries/sv_SE.dic sv_SE.dic
|
:copy dictionaries/sv_SE.dic sv_SE.dic
|
||||||
@ -63,12 +63,12 @@ diff:
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
:assertpkg unzip diff
|
:assertpkg unzip diff
|
||||||
:fetch ooo_swedish_dict_1.42.oxt
|
:fetch ooo_swedish_dict_1.43.oxt
|
||||||
:mkdir tmp
|
:mkdir tmp
|
||||||
:cd tmp
|
:cd tmp
|
||||||
@try:
|
@try:
|
||||||
@import stat
|
@import stat
|
||||||
:sys $UNZIP ../ooo_swedish_dict_1.42.oxt
|
:sys $UNZIP ../ooo_swedish_dict_1.43.oxt
|
||||||
:sys {force} diff ../sv_SE.orig.aff sv_SE.aff >d
|
:sys {force} diff ../sv_SE.orig.aff sv_SE.aff >d
|
||||||
@if os.stat('d')[stat.ST_SIZE] > 0:
|
@if os.stat('d')[stat.ST_SIZE] > 0:
|
||||||
:copy sv_SE.aff ../sv_SE.new.aff
|
:copy sv_SE.aff ../sv_SE.new.aff
|
||||||
@ -78,7 +78,7 @@ check:
|
|||||||
@finally:
|
@finally:
|
||||||
:cd ..
|
:cd ..
|
||||||
:delete {r}{f}{q} tmp
|
:delete {r}{f}{q} tmp
|
||||||
:delete ooo_swedish_dict_1.42.oxt
|
:delete ooo_swedish_dict_1.43.oxt
|
||||||
|
|
||||||
|
|
||||||
# vim: set sts=4 sw=4 :
|
# vim: set sts=4 sw=4 :
|
||||||
|
@ -117,8 +117,8 @@ if s:i > 0
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Italian
|
" Italian
|
||||||
if v:lang =~ '\<IT\>' || v:lang =~? "italian"
|
if v:lang =~ '\<IT\>' || v:lang =~ '_IT\>' || v:lang =~? "italian"
|
||||||
syn keyword helpNote nota Nota NOTA nota: Nota: NOTA: notare Notare
|
syn keyword helpNote nota Nota NOTA nota: Nota: NOTA: notare Notare NOTARE notare: Notare: NOTARE:
|
||||||
syn match helpSpecial "Nma"me=e-2
|
syn match helpSpecial "Nma"me=e-2
|
||||||
syn match helpSpecial "Nme"me=e-2
|
syn match helpSpecial "Nme"me=e-2
|
||||||
syn match helpSpecial "Nmi"me=e-2
|
syn match helpSpecial "Nmi"me=e-2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user