From: Bram Moolenaar Date: Tue, 4 Jan 2005 21:12:13 +0000 (+0000) Subject: updated for version 7.0030 X-Git-Tag: v7.0030~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8dcf625b920b0364a994e2cc8261ef229a679ea;p=vim updated for version 7.0030 --- diff --git a/runtime/keymap/sinhala-phonetic_utf-8.vim b/runtime/keymap/sinhala-phonetic_utf-8.vim index 43dcc6379..801cc82c1 100644 --- a/runtime/keymap/sinhala-phonetic_utf-8.vim +++ b/runtime/keymap/sinhala-phonetic_utf-8.vim @@ -1,6 +1,6 @@ " Vim Keymap file for Sinhala (Sri Lanka) (2003-11-02) " Maintainer : Harshula Jayasuriya -" Last Updated: 2004-11-14 +" Last Updated: 2004-12-22 " This is a static phonetic mapping for a standard US-English keyboard " (qwerty) " http://www.nongnu.org/sinhala/doc/keymaps/sinhala-keyboard_3.html @@ -100,8 +100,8 @@ R " ්‍ර - rakaransaya Y " ්‍ය - yansaya " ර්‍ - repaya - " join - conjunct letters cons 0DCA 200D cons - " touch - ZWJ + " join - conjunct letters cons 0DCA ZWJ cons + " touch - cons ZWJ 0DCA cons " - no-break space. didn't work. " - ZWNJ. doesn't work! diff --git a/src/proto.h b/src/proto.h index 77ea826c7..ed1625848 100644 --- a/src/proto.h +++ b/src/proto.h @@ -202,18 +202,12 @@ extern char_u *vimpty_getenv __ARGS((const char_u *string)); /* from pty.c */ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x, int y, guicolor_T fg, guicolor_T bg, guicolor_T scroll_fg, guicolor_T scroll_bg)); # endif # endif -# ifdef FEAT_GUI_BEOS -# include "gui_beos.pro" -# endif # ifdef FEAT_GUI_MAC # include "gui_mac.pro" # endif # ifdef FEAT_GUI_X11 # include "gui_x11.pro" # endif -# if defined(FEAT_GUI_AMIGA) -# include "gui_amiga.pro" -# endif # ifdef RISCOS # include "gui_riscos.pro" # endif