1
0
forked from aniani/vim

updated for version 7.0g02

This commit is contained in:
Bram Moolenaar
2006-05-03 21:29:58 +00:00
parent 8b2d9c4318
commit 3fb9eda7c9
2 changed files with 9 additions and 3 deletions

View File

@@ -12033,7 +12033,7 @@ get_maparg(argvars, rettv, exact)
mode = get_map_mode(&which, 0);
keys = replace_termcodes(keys, &keys_buf, TRUE, TRUE);
keys = replace_termcodes(keys, &keys_buf, TRUE, TRUE, FALSE);
rhs = check_map(keys, mode, exact, FALSE, abbr);
vim_free(keys_buf);
if (rhs != NULL)

View File

@@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: vim 7.0\n"
"POT-Creation-Date: 2006-04-21 09:26+0200\n"
"PO-Revision-Date: 2006-04-21 09:26+0200\n"
"POT-Creation-Date: 2006-04-25 12:03+0200\n"
"PO-Revision-Date: 2006-05-03 00:02+0200\n"
"Last-Translator: Vlad Sandrini <vlad.gently@gmail.com>\n"
"Language-Team: Italian"
" Antonio Colombo <azc100@gmail.com>"
@@ -222,6 +222,9 @@ msgstr "E544: File keymap non trovato"
msgid "E105: Using :loadkeymap not in a sourced file"
msgstr "E105: Uso di :loadkeymap fuori da un file di comandi"
msgid "E791: Empty keymap entry"
msgstr "E791: Nessuna keymap per questo tasto"
msgid " Keyword completion (^N^P)"
msgstr " Completamento Keyword (^N^P)"
@@ -5428,6 +5431,9 @@ msgstr "numero modif. ora"
msgid "%ld seconds ago"
msgstr "%ld secondi fa"
msgid "E790: undojoin is not allowed after undo"
msgstr "E790: undojoin non <20> consentito dopo undo"
msgid "E439: undo list corrupt"
msgstr "E439: lista 'undo' non valida"