diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-28 22:34:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-28 22:34:45 +0000 |
commit | bd2ac7ec09c617e9faec176de665a2862484ba32 (patch) | |
tree | b2cfbbd048693a0ad1a8b349538cda752a37b93d | |
parent | c1b5286315db24e25b05f9ac8d19f11e11793a8f (diff) | |
download | vim-git-bd2ac7ec09c617e9faec176de665a2862484ba32.tar.gz |
updated for version 7.0f04
-rw-r--r-- | runtime/ftplugin/debchangelog.vim | 41 | ||||
-rw-r--r-- | src/gui.c | 5 | ||||
-rw-r--r-- | src/po/pl.UTF-8.po | 18 | ||||
-rw-r--r-- | src/proto/ex_getln.pro | 106 |
4 files changed, 93 insertions, 77 deletions
diff --git a/runtime/ftplugin/debchangelog.vim b/runtime/ftplugin/debchangelog.vim index 350010105..167f56c73 100644 --- a/runtime/ftplugin/debchangelog.vim +++ b/runtime/ftplugin/debchangelog.vim @@ -2,8 +2,28 @@ " Language: Debian Changelog " Maintainer: Michael Piefel <piefel@informatik.hu-berlin.de> " Stefano Zacchiroli <zack@debian.org> -" Last Change: 27 April 2006 -" License: GNU GPL, version 2.1 or later +" Last Change: $LastChangedDate: 2006-04-28 12:15:12 -0400 (ven, 28 apr 2006) $ +" License: GNU GPL, version 2.0 or later +" URL: http://svn.debian.org/wsvn/pkg-vim/trunk/runtime/ftplugin/debchangelog.vim?op=file&rev=0&sc=0 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +" {{{1 Local settings (do on every load) +setlocal foldmethod=expr +setlocal foldexpr=GetDebChangelogFold(v:lnum) +setlocal foldtext=DebChangelogFoldText() + +" Debian changelogs are not supposed to have any other text width, +" so the user cannot override this setting +setlocal tw=78 +setlocal comments=f:* + +" Clean unloading +let b:undo_ftplugin = "setlocal tw< comments< foldmethod< foldexpr< foldtext<" +" }}}1 if exists("g:did_changelog_ftplugin") finish @@ -82,7 +102,7 @@ function NewVersion() amenu enable Changelog.Set\ Urgency amenu disable Changelog.Unfinalise amenu enable Changelog.Finalise - call append(0, substitute(getline(1),'-\([[:digit:]]\+\))', '-躙1)', '')) + call append(0, substitute(getline(1), '-\([[:digit:]]\+\))', '-$$\1)', '')) call append(1, "") call append(2, "") call append(3, " -- ") @@ -93,7 +113,8 @@ function NewVersion() call search(")") normal h normal - call setline(1, substitute(getline(1),'-躙([[:digit:]]\+\))', '-\1)', '')) + call setline(1, substitute(getline(1), '-\$\$', '-', '')) + normal zo call AddEntry() endfunction @@ -206,10 +227,6 @@ augroup END " }}} " {{{1 folding -setlocal foldmethod=expr -setlocal foldexpr=GetDebChangelogFold(v:lnum) -setlocal foldtext=DebChangelogFoldText() - " look for an author name searching backward from a given line number function! s:getAuthor(lnum) let line = getline(a:lnum) @@ -245,12 +262,4 @@ endfunction " }}} -" Debian changelogs are not supposed to have any other text width, -" so the user cannot override this setting -setlocal tw=78 -setlocal comments=f:* - -" Clean unloading -let b:undo_ftplugin = "setlocal tw< comments< foldmethod< foldexpr< foldtext<" - " vim: set foldmethod=marker: @@ -3394,6 +3394,11 @@ gui_update_tabline() if (!gui.starting && starting == 0) { + /* Updating the tabline uses direct GUI commands, flush + * outstanding instructions first. (esp. clear screen) */ + out_flush(); + gui_mch_flush(); + if (!showit != !shown) gui_mch_show_tabline(showit); if (showit != 0) diff --git a/src/po/pl.UTF-8.po b/src/po/pl.UTF-8.po index 6149080c7..302ff8c3a 100644 --- a/src/po/pl.UTF-8.po +++ b/src/po/pl.UTF-8.po @@ -910,7 +910,7 @@ msgstr "" #, c-format msgid "# Value of 'encoding' when this file was written\n" -msgstr "# Warto艣膰 'encoding' w czasie zapsu tego pliku\n" +msgstr "# Warto艣膰 'encoding' w czasie zapisu tego pliku\n" msgid "Illegal starting char" msgstr "Niedopuszczalny pocz膮tkowy znak" @@ -1483,7 +1483,7 @@ msgstr "Wczytywanie ze stdin..." #. Re-opening the original file failed! msgid "E202: Conversion made file unreadable!" -msgstr "E202: Plik stworzony poprzez przemian臋 jest nieodczytywalny!" +msgstr "E202: Nie mo偶na otworzy膰 pliku utworzonego przez przemian臋!" msgid "[fifo/socket]" msgstr "[fifo/socket]" @@ -1648,13 +1648,13 @@ msgid "[mac]" msgstr "[mac]" msgid "[mac format]" -msgstr "[format mac-a]" +msgstr "[format maca]" msgid "[unix]" msgstr "[unix]" msgid "[unix format]" -msgstr "[format unix-a]" +msgstr "[format unixa]" msgid "1 line, " msgstr "1 wiersz, " @@ -1928,7 +1928,7 @@ msgid "Input _Methods" msgstr "Input _Methods" msgid "VIM - Search and Replace..." -msgstr "VIM - Szukaj i Zamieniaj..." +msgstr "VIM - Szukaj i Zamie艅..." msgid "VIM - Search..." msgstr "VIM - Szukaj..." @@ -1967,7 +1967,7 @@ msgid "Replace All" msgstr "Zamie艅 wszystkie" msgid "Vim: Received \"die\" request from session manager\n" -msgstr "Vim: otrzymano 偶膮danie \"die\" od manad偶era sesji\n" +msgstr "Vim: otrzymano 偶膮danie \"die\" od mened偶era sesji\n" msgid "Close" msgstr "Zamknij" @@ -2463,7 +2463,7 @@ msgid "writelines() requires list of strings" msgstr "writelines() wymaga listy ci膮g贸w" msgid "E264: Python: Error initialising I/O objects" -msgstr "E264: Python: B艂膮d w inicjalizacji obiekt贸w I/O" +msgstr "E264: Python: B艂膮d w uruchomieniu obiekt贸w I/O" msgid "attempt to refer to deleted buffer" msgstr "pr贸ba odniesienia do skasowanego bufora" @@ -2542,7 +2542,7 @@ msgid "Show base class of" msgstr "Poka偶 baz臋 klasy" msgid "Show overridden member function" -msgstr "Poka偶 przepisan膮 funkcj臋 cz艂onkow膮" +msgstr "Poka偶 przepisan膮 funkcj臋 cz艂onow膮" msgid "Retrieve from file" msgstr "Pobieraj z pliku" @@ -2587,7 +2587,7 @@ msgid "Show docu of" msgstr "Poka偶 dokumentacj臋 dla" msgid "Generate docu for" -msgstr "Wygeneruj dokumentacj臋 dla" +msgstr "Utw贸rz dokumentacj臋 dla" msgid "" "Cannot connect to SNiFF+. Check environment (sniffemacs must be found in " diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro index e6b5b87bb..f5feb201f 100644 --- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro @@ -1,54 +1,56 @@ /* ex_getln.c */ -extern char_u *getcmdline __ARGS((int firstc, long count, int indent)); -extern char_u *getcmdline_prompt __ARGS((int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg)); -extern int text_locked __ARGS((void)); -extern void text_locked_msg __ARGS((void)); -extern int curbuf_locked __ARGS((void)); -extern char_u *getexline __ARGS((int c, void *dummy, int indent)); -extern char_u *getexmodeline __ARGS((int promptc, void *dummy, int indent)); -extern int cmdline_overstrike __ARGS((void)); -extern int cmdline_at_end __ARGS((void)); -extern colnr_T cmdline_getvcol_cursor __ARGS((void)); -extern void free_cmdline_buf __ARGS((void)); -extern void putcmdline __ARGS((int c, int shift)); -extern void unputcmdline __ARGS((void)); -extern int put_on_cmdline __ARGS((char_u *str, int len, int redraw)); -extern void cmdline_paste_str __ARGS((char_u *s, int literally)); -extern void redrawcmdline __ARGS((void)); -extern void redrawcmd __ARGS((void)); -extern void compute_cmdrow __ARGS((void)); -extern void gotocmdline __ARGS((int clr)); -extern char_u *ExpandOne __ARGS((expand_T *xp, char_u *str, char_u *orig, int options, int mode)); -extern void ExpandInit __ARGS((expand_T *xp)); -extern void ExpandCleanup __ARGS((expand_T *xp)); -extern void ExpandEscape __ARGS((expand_T *xp, char_u *str, int numfiles, char_u **files, int options)); -extern void tilde_replace __ARGS((char_u *orig_pat, int num_files, char_u **files)); -extern char_u *sm_gettail __ARGS((char_u *s)); -extern char_u *addstar __ARGS((char_u *fname, int len, int context)); -extern void set_cmd_context __ARGS((expand_T *xp, char_u *str, int len, int col)); -extern int expand_cmdline __ARGS((expand_T *xp, char_u *str, int col, int *matchcount, char_u ***matches)); -extern int ExpandGeneric __ARGS((expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file, char_u *((*func)(expand_T *, int)))); -extern char_u *globpath __ARGS((char_u *path, char_u *file)); -extern void init_history __ARGS((void)); -extern int get_histtype __ARGS((char_u *name)); -extern void add_to_history __ARGS((int histype, char_u *new_entry, int in_map, int sep)); -extern int get_history_idx __ARGS((int histype)); -extern char_u *get_cmdline_str __ARGS((void)); -extern int get_cmdline_pos __ARGS((void)); -extern int set_cmdline_pos __ARGS((int pos)); -extern int get_cmdline_type __ARGS((void)); -extern char_u *get_history_entry __ARGS((int histype, int idx)); -extern int clr_history __ARGS((int histype)); -extern int del_history_entry __ARGS((int histype, char_u *str)); -extern int del_history_idx __ARGS((int histype, int idx)); -extern void remove_key_from_history __ARGS((void)); -extern int get_list_range __ARGS((char_u **str, int *num1, int *num2)); -extern void ex_history __ARGS((exarg_T *eap)); -extern void prepare_viminfo_history __ARGS((int asklen)); -extern int read_viminfo_history __ARGS((vir_T *virp)); -extern void finish_viminfo_history __ARGS((void)); -extern void write_viminfo_history __ARGS((FILE *fp)); -extern void cmd_pchar __ARGS((int c, int offset)); -extern int cmd_gchar __ARGS((int offset)); -extern char_u *script_get __ARGS((exarg_T *eap, char_u *cmd)); +char_u *getcmdline __ARGS((int firstc, long count, int indent)); +char_u *getcmdline_prompt __ARGS((int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg)); +int text_locked __ARGS((void)); +void text_locked_msg __ARGS((void)); +int curbuf_locked __ARGS((void)); +char_u *getexline __ARGS((int c, void *dummy, int indent)); +char_u *getexmodeline __ARGS((int promptc, void *dummy, int indent)); +int cmdline_overstrike __ARGS((void)); +int cmdline_at_end __ARGS((void)); +colnr_T cmdline_getvcol_cursor __ARGS((void)); +void free_cmdline_buf __ARGS((void)); +void putcmdline __ARGS((int c, int shift)); +void unputcmdline __ARGS((void)); +int put_on_cmdline __ARGS((char_u *str, int len, int redraw)); +char_u *save_cmdline_alloc __ARGS((void)); +void restore_cmdline_alloc __ARGS((char_u *p)); +void cmdline_paste_str __ARGS((char_u *s, int literally)); +void redrawcmdline __ARGS((void)); +void redrawcmd __ARGS((void)); +void compute_cmdrow __ARGS((void)); +void gotocmdline __ARGS((int clr)); +char_u *ExpandOne __ARGS((expand_T *xp, char_u *str, char_u *orig, int options, int mode)); +void ExpandInit __ARGS((expand_T *xp)); +void ExpandCleanup __ARGS((expand_T *xp)); +void ExpandEscape __ARGS((expand_T *xp, char_u *str, int numfiles, char_u **files, int options)); +void tilde_replace __ARGS((char_u *orig_pat, int num_files, char_u **files)); +char_u *sm_gettail __ARGS((char_u *s)); +char_u *addstar __ARGS((char_u *fname, int len, int context)); +void set_cmd_context __ARGS((expand_T *xp, char_u *str, int len, int col)); +int expand_cmdline __ARGS((expand_T *xp, char_u *str, int col, int *matchcount, char_u ***matches)); +int ExpandGeneric __ARGS((expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file, char_u *((*func)(expand_T *, int)))); +char_u *globpath __ARGS((char_u *path, char_u *file)); +void init_history __ARGS((void)); +int get_histtype __ARGS((char_u *name)); +void add_to_history __ARGS((int histype, char_u *new_entry, int in_map, int sep)); +int get_history_idx __ARGS((int histype)); +char_u *get_cmdline_str __ARGS((void)); +int get_cmdline_pos __ARGS((void)); +int set_cmdline_pos __ARGS((int pos)); +int get_cmdline_type __ARGS((void)); +char_u *get_history_entry __ARGS((int histype, int idx)); +int clr_history __ARGS((int histype)); +int del_history_entry __ARGS((int histype, char_u *str)); +int del_history_idx __ARGS((int histype, int idx)); +void remove_key_from_history __ARGS((void)); +int get_list_range __ARGS((char_u **str, int *num1, int *num2)); +void ex_history __ARGS((exarg_T *eap)); +void prepare_viminfo_history __ARGS((int asklen)); +int read_viminfo_history __ARGS((vir_T *virp)); +void finish_viminfo_history __ARGS((void)); +void write_viminfo_history __ARGS((FILE *fp)); +void cmd_pchar __ARGS((int c, int offset)); +int cmd_gchar __ARGS((int offset)); +char_u *script_get __ARGS((exarg_T *eap, char_u *cmd)); /* vim: set ft=c : */ |