Skip to content
Snippets Groups Projects
Commit b1332080 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Runtime file updates.

parent 4c7cb6b8
No related branches found
No related tags found
No related merge requests found
*if_perl.txt* For Vim version 7.4. Last change: 2012 Oct 25 *if_perl.txt* For Vim version 7.4. Last change: 2013 Oct 05
VIM REFERENCE MANUAL by Sven Verdoolaege VIM REFERENCE MANUAL by Sven Verdoolaege
......
*index.txt* For Vim version 7.4. Last change: 2013 Jul 17 *index.txt* For Vim version 7.4. Last change: 2013 Oct 01
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
...@@ -1191,12 +1191,12 @@ tag command action ~ ...@@ -1191,12 +1191,12 @@ tag command action ~
|:digraphs| :dig[raphs] show or enter digraphs |:digraphs| :dig[raphs] show or enter digraphs
|:display| :di[splay] display registers |:display| :di[splay] display registers
|:djump| :dj[ump] jump to #define |:djump| :dj[ump] jump to #define
|:dl| :dl short for |:delete| |:dl| :dl short for |:delete| with the 'l' flag
|:dl| :del[ete]l short for |:delete| |:dl| :del[ete]l short for |:delete| with the 'l' flag
|:dlist| :dli[st] list #defines |:dlist| :dli[st] list #defines
|:doautocmd| :do[autocmd] apply autocommands to current buffer |:doautocmd| :do[autocmd] apply autocommands to current buffer
|:doautoall| :doautoa[ll] apply autocommands for all loaded buffers |:doautoall| :doautoa[ll] apply autocommands for all loaded buffers
|:dp| :d[elete]p short for |:delete| |:dp| :d[elete]p short for |:delete| with the 'p' flag
|:drop| :dr[op] jump to window editing file or edit file in |:drop| :dr[op] jump to window editing file or edit file in
current window current window
|:dsearch| :ds[earch] list one #define |:dsearch| :ds[earch] list one #define
......
...@@ -93,7 +93,7 @@ the default value of 'term' from the environment variable "TERM". ...@@ -93,7 +93,7 @@ the default value of 'term' from the environment variable "TERM".
$PATH *win32-PATH* $PATH *win32-PATH*
The directory of the Vim executable is appended to $PATH. This is mostly to The directory of the Vim executable is appended to $PATH. This is mostly to
make "!xxd' work, as it is in the Tools menu. And it also means that when make "!xxd" work, as it is in the Tools menu. And it also means that when
executable() returns 1 the executable can actually be executed. executable() returns 1 the executable can actually be executed.
============================================================================== ==============================================================================
......
*tagsrch.txt* For Vim version 7.4. Last change: 2013 Jul 28 *tagsrch.txt* For Vim version 7.4. Last change: 2013 Oct 01
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
...@@ -771,11 +771,11 @@ CTRL-W i Open a new window, with the cursor on the first line ...@@ -771,11 +771,11 @@ CTRL-W i Open a new window, with the cursor on the first line
*:dli* *:dlist* *:dli* *:dlist*
:[range]dli[st][!] [/]string[/] :[range]dli[st][!] [/]string[/]
Like "[D" and "]D", but search in [range] lines Like `[D` and `]D`, but search in [range] lines
(default: whole file). (default: whole file).
See |:search-args| for [/] and [!]. {not in Vi} See |:search-args| for [/] and [!]. {not in Vi}
Note that ":dl" works like ":delete" with the "l" Note that `:dl` works like `:delete` with the "l"
register. flag, not `:dlist`.
*[_CTRL-D* *[_CTRL-D*
[ CTRL-D Jump to the first macro definition that contains the [ CTRL-D Jump to the first macro definition that contains the
......
*todo.txt* For Vim version 7.4. Last change: 2013 Sep 22 *todo.txt* For Vim version 7.4. Last change: 2013 Oct 05
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
...@@ -34,19 +34,9 @@ not be repeated below, unless there is extra information. ...@@ -34,19 +34,9 @@ not be repeated below, unless there is extra information.
*known-bugs* *known-bugs*
-------------------- Known bugs and current work ----------------------- -------------------- Known bugs and current work -----------------------
NFA engine mismatch, with example. (ZyX, 2013 Aug 29)
NFA engine difference, with test case. (Axel Bender, 2013 Sep 17)
Comments from Vlad Irnov Sep 18.
Problem positioning the cursor after auto-formatting without a comment. (Tor Problem positioning the cursor after auto-formatting without a comment. (Tor
Perkins, 2013 Sep 1) Perkins, 2013 Sep 1)
Patch to fix test 92 and 93 failing in a bad way. (Hirohito Higashi, 2013 Sep
11)
Patch to fix using "p" in Visual block mode. (Christian Brabandt, 2013 Sep 19)
Using \1 in pattern goes one line too far. (Bohr Shaw, 2013 Sep 5) Using \1 in pattern goes one line too far. (Bohr Shaw, 2013 Sep 5)
Column is OK. "/\v(^.+\n)\1/e" (John Little, Sep 5) Column is OK. "/\v(^.+\n)\1/e" (John Little, Sep 5)
Also, matches start of 2nd line, not the whole line. Also, matches start of 2nd line, not the whole line.
...@@ -55,38 +45,30 @@ Error for incomplete help argument. (John Beckett, 2013 Sep 12) ...@@ -55,38 +45,30 @@ Error for incomplete help argument. (John Beckett, 2013 Sep 12)
Popup menu: first item is not selected when typing more than one character? Popup menu: first item is not selected when typing more than one character?
Patch to add async functionality. (Geoff Greer, 2013 Sep 1)
Patch to avoid mouse cursor flickering. (Ken Takata,, 2013 Sep 2)
Patch to make zg and zb work better. (Christian Brabandt, 2013 Sep 8)
Patch to fix that VC10 does not stat() a symlink to a directory.
(Ken Takata,, 2013 Sep 20) Update Sep 21
Should win_redr_custom() not be allowed to use recursively? Should win_redr_custom() not be allowed to use recursively?
(Yasuhiro Matsumoto, 2013 Aug 15) (Yasuhiro Matsumoto, 2013 Aug 15)
NFA engine combining character mismatch. (glts, 2013 Aug 27) NFA engine combining character mismatch. (glts, 2013 Aug 27)
Remark Dominique, Aug 27 Remark Dominique, Aug 27
Patch to make Tcl 8.6 work. (Issue 167) Problem that a previous silent ":throw" causes a following try/catch not to
work. (ZyX, 2013 Sep 28)
Patch to make input() work while inside :normal. (Yasuhiro Matsumoto, 2013 Sep
19)
Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15) Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
Issue 164: freeze on regexp search. Issue 164: freeze on regexp search.
Python: ":py raw_input('prompt')" doesn't work. (Manu Hack) Update for Clojure ftplugin. (Sung Pae). Await discussion about formatting in
ftplugins.
Patch to fix substitute prompt with line number. (Benoit Pierre, 2013 Aug 27, Python: ":py raw_input('prompt')" doesn't work. (Manu Hack)
third message)
Patch to avoid problem with colon in file name. (Yasuhiro Matsumoto, 2013 Sep Patch to avoid problem with colon in file name. (Yasuhiro Matsumoto, 2013 Sep
5) Only copy file name when needed: Sep 9. 5) Only copy file name when needed: Sep 9.
Patch to make #N in 'cino' stop not indenting #lines. (Christian Brabandt,
2013 Sep 25)
Include systemverilog file? Two votes yes. Include systemverilog file? Two votes yes.
Wrapping around end of file does not work for "." after "cgn". (Dimitar Wrapping around end of file does not work for "." after "cgn". (Dimitar
...@@ -108,6 +90,12 @@ Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19) ...@@ -108,6 +90,12 @@ Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19)
Patch to make has() check for Vim version and patch at the same time. Patch to make has() check for Vim version and patch at the same time.
(Marc Weber, 2013 Jun 7) (Marc Weber, 2013 Jun 7)
Patch to fix Visual-block insert using cursor keys. (Christian Brabandt, 2013
Sep 28) With test Sept 29.
VMS: Select() doesn't work properly, typing ESC may hang Vim. Use sys$qiow
instead. (Samuel Ferencik, 2013 Sep 28)
Several syntax file match "^\s*" which may get underlined if that's in the Several syntax file match "^\s*" which may get underlined if that's in the
highlight group. Add a "\zs" after it? highlight group. Add a "\zs" after it?
...@@ -118,6 +106,14 @@ Patch 2013 Sept 10, test: Sept 11. ...@@ -118,6 +106,14 @@ Patch 2013 Sept 10, test: Sept 11.
Go through more coverity reports. Go through more coverity reports.
Bug: Does not skip over expression with dict member properly. (ZyX, 2013 Sep
29)
Patch to make ColorScheme autocommand match with the colorscheme name instead
of the buffer name. (Christian Brabandt, 2013 Sep 25)
Patch to right-align signs. (James Kolb (email james), 2013 Sep 23)
With "$" in 'cpoptions' the popup menu isn't fully drawn. (Matti Niemenmaa, With "$" in 'cpoptions' the popup menu isn't fully drawn. (Matti Niemenmaa,
2013 Sep 5) 2013 Sep 5)
...@@ -131,6 +127,9 @@ Patches to fix this. (Ken Takata, 2013 Aug 9) ...@@ -131,6 +127,9 @@ Patches to fix this. (Ken Takata, 2013 Aug 9)
:help gives example for z?, but it does not work. m? and t? do work. :help gives example for z?, but it does not work. m? and t? do work.
Python: Extended funcrefs: use func_T* structure in place of char_u* function
names. (ZyX, 2013 Jul 15, update Sep 22, 24, 28)
Patch to add funcref to Lua. (Luis Carvalho, 2013 Sep 4) Patch to add funcref to Lua. (Luis Carvalho, 2013 Sep 4)
With tests: Sep 5. With tests: Sep 5.
...@@ -280,9 +279,6 @@ b:undo_ftplugin cannot call a script-local function. (Boris Danilov, 2013 Jan ...@@ -280,9 +279,6 @@ b:undo_ftplugin cannot call a script-local function. (Boris Danilov, 2013 Jan
Win32: The Python interface only works with one version of Python, selected at Win32: The Python interface only works with one version of Python, selected at
compile time. Can this be made to work with version 2.1 and 2.2 dynamically? compile time. Can this be made to work with version 2.1 and 2.2 dynamically?
Python: Extended funcrefs: use func_T* structure in place of char_u* function
names. (ZyX, 2013 Jul 15 and later)
Python: Be able to define a Python function that can be called directly from Python: Be able to define a Python function that can be called directly from
Vim script. Requires converting the arguments and return value, like with Vim script. Requires converting the arguments and return value, like with
vim.bindeval(). vim.bindeval().
...@@ -387,6 +383,7 @@ And one for gui_x11.txt. ...@@ -387,6 +383,7 @@ And one for gui_x11.txt.
More recent version: https://retracile.net/wiki/VimBreakIndent More recent version: https://retracile.net/wiki/VimBreakIndent
Posted to vim-dev by Taylor Hedberg, 2011 Nov 25 Posted to vim-dev by Taylor Hedberg, 2011 Nov 25
Update by Taylor Hedberg, 2013 May 30. Update by Taylor Hedberg, 2013 May 30.
Updated for Vim 7.4 by Ken Takata, 2013 Oct 5.
":cd" doesn't work when current directory path contains "**". ":cd" doesn't work when current directory path contains "**".
finddir() has the same problem. (Yukihiro Nakadaira, 2012 Jan 10) finddir() has the same problem. (Yukihiro Nakadaira, 2012 Jan 10)
...@@ -989,7 +986,7 @@ correct. Don't use it in the swap file. ...@@ -989,7 +986,7 @@ correct. Don't use it in the swap file.
Completion for ":buf" doesn't work properly on Win32 when 'shellslash' is off. Completion for ":buf" doesn't work properly on Win32 when 'shellslash' is off.
(Henrik Ohman, 2009, Jan 29) (Henrik Ohman, 2009, Jan 29)
shellescape() depends on 'shellshash' for quoting. That doesn't work when shellescape() depends on 'shellslash' for quoting. That doesn't work when
'shellslash' is set but using cmd.exe. (Ben Fritz) 'shellslash' is set but using cmd.exe. (Ben Fritz)
Use a different option or let it depend on whether 'shell' looks like a Use a different option or let it depend on whether 'shell' looks like a
unix-like shell? unix-like shell?
...@@ -1403,7 +1400,7 @@ Ebersbach, 2008 Feb 1) ...@@ -1403,7 +1400,7 @@ Ebersbach, 2008 Feb 1)
Menu item that does "xxd -r" doesn't work when 'fileencoding' is utf-16. Menu item that does "xxd -r" doesn't work when 'fileencoding' is utf-16.
Check for this and use iconv? (Edward L. Fox, 2007 Sep 12) Check for this and use iconv? (Edward L. Fox, 2007 Sep 12)
Does the conversion in the other direction work when 'filenecodings' is set Does the conversion in the other direction work when 'fileencodings' is set
properly? properly?
Cursor displayed in the wrong position when using 'numberwidth'. (James Vega, Cursor displayed in the wrong position when using 'numberwidth'. (James Vega,
...@@ -1817,7 +1814,7 @@ Awaiting updated patches: ...@@ -1817,7 +1814,7 @@ Awaiting updated patches:
How does this work? Missing comments. How does this work? Missing comments.
8 Add a few more command names to the menus. Patch from Jiri Brezina 8 Add a few more command names to the menus. Patch from Jiri Brezina
(28 feb 2002). Will mess the translations... (28 feb 2002). Will mess the translations...
7 ATTENTION dialog choices are more logical when "Delete it' appears 7 ATTENTION dialog choices are more logical when "Delete it" appears
before "Quit". Patch by Robert Webb, 2004 May 3. before "Quit". Patch by Robert Webb, 2004 May 3.
- Include flipcase patch: ~/vim/patches/wall.flipcase2 ? Make it work - Include flipcase patch: ~/vim/patches/wall.flipcase2 ? Make it work
for multi-byte characters. for multi-byte characters.
...@@ -3250,6 +3247,7 @@ Syntax highlighting: ...@@ -3250,6 +3247,7 @@ Syntax highlighting:
Built-in script language: Built-in script language:
8 Make the filename and line number available to script functions, so that 8 Make the filename and line number available to script functions, so that
they can give useful debugging info. The whole call stack would be ideal. they can give useful debugging info. The whole call stack would be ideal.
At least use this for error messages.
7 Execute a function with standard option values. No need to save and 7 Execute a function with standard option values. No need to save and
restore option values. Especially useful for new options. Problem: how restore option values. Especially useful for new options. Problem: how
to avoid a performance penalty (esp. for string options)? to avoid a performance penalty (esp. for string options)?
...@@ -4752,7 +4750,7 @@ Marks: ...@@ -4752,7 +4750,7 @@ Marks:
Digraphs: Digraphs:
7 Make "ga" show the keymap for a character, if it exists. 7 Make "ga" show the keymap for a character, if it exists.
Also show the code of the character after conversion to 'filenecoding'. Also show the code of the character after conversion to 'fileencoding'.
- Use digraph table to tell Vim about the collating sequence of special - Use digraph table to tell Vim about the collating sequence of special
characters? characters?
8 Add command to remove one or more (all) digraphs. (Brown) 8 Add command to remove one or more (all) digraphs. (Brown)
......
...@@ -86,7 +86,7 @@ line, type: > ...@@ -86,7 +86,7 @@ line, type: >
v4jgq v4jgq
"v" to start Visual mode, "4j' to move to the end of the paragraph and then "v" to start Visual mode, "4j" to move to the end of the paragraph and then
the "gq" operator. The result is: the "gq" operator. The result is:
1 2 3 1 2 3
......
" Vim settings file " Vim settings file
" Language: Fortran 2008 (and older: Fortran 2003, 95, 90, 77, 66) " Language: Fortran 2008 (and older: Fortran 2003, 95, 90, 77, 66)
" Version: 0.48 " Version: 0.49
" Last Change: 2012 Apr. 18 " Last Change: 2013 Oct. 01
" Maintainer: Ajit J. Thakkar <ajit@unb.ca>; <http://www.unb.ca/chem/ajit/> " Maintainer: Ajit J. Thakkar <ajit@unb.ca>; <http://www2.unb.ca/~ajit/>
" Usage: Do :help fortran-plugin from Vim " Usage: Do :help fortran-plugin from Vim
" Credits: " Credits:
" Useful suggestions were made by Stefano Zacchiroli, Hendrik Merx, and Ben " Useful suggestions were made by Stefano Zacchiroli, Hendrik Merx, Ben
" Fritz. " Fritz, and David Barnett.
" Only do these settings when not done yet for this buffer " Only do these settings when not done yet for this buffer
if exists("b:did_ftplugin") if exists("b:did_ftplugin")
...@@ -64,8 +64,8 @@ if (b:fortran_fixed_source == 1) ...@@ -64,8 +64,8 @@ if (b:fortran_fixed_source == 1)
" setlocal tw=73 " setlocal tw=73
else else
setlocal comments=:! setlocal comments=:!
" Free format allows a textwidth of 132 for code but 80 is more usual " Free format allows a textwidth of 132
setlocal tw=80 setlocal tw=132
endif endif
" Set commentstring for foldmethod=marker " Set commentstring for foldmethod=marker
...@@ -76,8 +76,8 @@ if !exists("fortran_have_tabs") ...@@ -76,8 +76,8 @@ if !exists("fortran_have_tabs")
setlocal expandtab setlocal expandtab
endif endif
" Set 'formatoptions' to break comment and text lines but allow long lines " Set 'formatoptions' to break text lines
setlocal fo+=tcql setlocal fo+=t
setlocal include=^\\c#\\=\\s*include\\s\\+ setlocal include=^\\c#\\=\\s*include\\s\\+
setlocal suffixesadd+=.f08,.f03,.f95,.f90,.for,.f,.F,.f77,.ftn,.fpp setlocal suffixesadd+=.f08,.f03,.f95,.f90,.for,.f,.F,.f77,.ftn,.fpp
...@@ -114,7 +114,7 @@ if has("gui_win32") && !exists("b:browsefilter") ...@@ -114,7 +114,7 @@ if has("gui_win32") && !exists("b:browsefilter")
\ "All Files (*.*)\t*.*\n" \ "All Files (*.*)\t*.*\n"
endif endif
let b:undo_ftplugin = "setl fo< com< tw< cms< et< inc<" let b:undo_ftplugin = "setl fo< com< tw< cms< et< inc< sua<"
\ . "| unlet! b:match_ignorecase b:match_words b:browsefilter" \ . "| unlet! b:match_ignorecase b:match_words b:browsefilter"
let &cpoptions=s:cposet let &cpoptions=s:cposet
......
" Vim filetype plugin file " Vim filetype plugin file
" Language: python " Language: python
" Maintainer: Johannes Zellner <johannes@zellner.org> " Maintainer: Johannes Zellner <johannes@zellner.org>
" Last Change: Wed, 21 Apr 2004 13:13:08 CEST " Last Change: 2013 Sep 25
" Last Change By Johannes: Wed, 21 Apr 2004 13:13:08 CEST
if exists("b:did_ftplugin") | finish | endif if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1 let b:did_ftplugin = 1
...@@ -44,5 +45,21 @@ if has("gui_win32") && !exists("b:browsefilter") ...@@ -44,5 +45,21 @@ if has("gui_win32") && !exists("b:browsefilter")
\ "All Files (*.*)\t*.*\n" \ "All Files (*.*)\t*.*\n"
endif endif
" As suggested by PEP8.
setlocal expandtab shiftwidth=4 softtabstop=4 tabstop=8
" First time: try finding "pydoc".
if !exists('g:pydoc_executable')
if executable('pydoc')
let g:pydoc_executable = 1
else
let g:pydoc_executable = 0
endif
endif
" If "pydoc" was found use it for keywordprg.
if g:pydoc_executable
setlocal keywordprg=pydoc
endif
let &cpo = s:keepcpo let &cpo = s:keepcpo
unlet s:keepcpo unlet s:keepcpo
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
" "
" Language: D " Language: D
" Maintainer: Jesse Phillips <Jesse.K.Phillips+D@gmail.com> " Maintainer: Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
" Last Change: 2013 May 21 " Last Change: 2013 October 5
" Version: 0.25 " Version: 0.26
" "
" Contributors: " Contributors:
" - Jason Mills: original Maintainer " - Jason Mills: original Maintainer
...@@ -158,7 +158,7 @@ syn match dStatement "\<__traits\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+8 contains= ...@@ -158,7 +158,7 @@ syn match dStatement "\<__traits\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+8 contains=
" Pragma Statement " Pragma Statement
syn match dPragma "\<pragma\>" syn match dPragma "\<pragma\>"
syn match dPragma "\<pragma\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+8 contains=dPragmaIdentifier syn match dPragma "\<pragma\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+6 contains=dPragmaIdentifier
" Necessary to highlight C++ in extern modifiers. " Necessary to highlight C++ in extern modifiers.
syn match dExternIdentifier "C\(++\)\?" contained syn match dExternIdentifier "C\(++\)\?" contained
...@@ -168,16 +168,18 @@ syn match dExternal "\<extern\>" ...@@ -168,16 +168,18 @@ syn match dExternal "\<extern\>"
syn match dExtern "\<extern\s*([_a-zA-Z][_a-zA-Z0-9\+]*\>"he=s+6 contains=dExternIdentifier syn match dExtern "\<extern\s*([_a-zA-Z][_a-zA-Z0-9\+]*\>"he=s+6 contains=dExternIdentifier
" Make import a region to prevent highlighting keywords " Make import a region to prevent highlighting keywords
syn region dImport start="import" end=";" contains=dExternal,@dComment syn region dImport start="import\_s" end=";" contains=dExternal,@dComment
" Make module a region to prevent highlighting keywords " Make module a region to prevent highlighting keywords
syn region dImport start="module" end=";" contains=dExternal,@dComment syn region dImport start="module\_s" end=";" contains=dExternal,@dComment
" dTokens is used by the token string highlighting " dTokens is used by the token string highlighting
syn cluster dTokens contains=dExternal,dConditional,dBranch,dRepeat,dBoolean syn cluster dTokens contains=dExternal,dConditional,dBranch,dRepeat,dBoolean
syn cluster dTokens add=dConstant,dTypedef,dStructure,dOperator,dOpOverload syn cluster dTokens add=dConstant,dTypedef,dStructure,dOperator,dOpOverload
syn cluster dTokens add=dType,dDebug,dExceptions,dScopeDecl,dStatement syn cluster dTokens add=dType,dDebug,dExceptions,dScopeDecl,dStatement
syn cluster dTokens add=dStorageClass,dPragma,dAssert,dAnnotation,dEnum syn cluster dTokens add=dStorageClass,dPragma,dAssert,dAnnotation,dEnum
syn cluster dTokens add=dParenString,dBrackString,dAngleString,dCurlyString
syn cluster dTokens add=dTokenString,dDelimString,dHereString
" Create a match for parameter lists to identify storage class " Create a match for parameter lists to identify storage class
syn region paramlist start="(" end=")" contains=@dTokens syn region paramlist start="(" end=")" contains=@dTokens
...@@ -192,6 +194,9 @@ syn cluster dTokens add=dUserLabel,dLabel ...@@ -192,6 +194,9 @@ syn cluster dTokens add=dUserLabel,dLabel
" Comments " Comments
" "
syn match dCommentError display "\*/"
syn match dNestedCommentError display "+/"
syn keyword dTodo contained TODO FIXME TEMP REFACTOR REVIEW HACK BUG XXX syn keyword dTodo contained TODO FIXME TEMP REFACTOR REVIEW HACK BUG XXX
syn match dCommentStar contained "^\s*\*[^/]"me=e-1 syn match dCommentStar contained "^\s*\*[^/]"me=e-1
syn match dCommentStar contained "^\s*\*$" syn match dCommentStar contained "^\s*\*$"
...@@ -201,15 +206,12 @@ if exists("d_comment_strings") ...@@ -201,15 +206,12 @@ if exists("d_comment_strings")
syn region dBlockCommentString contained start=+"+ end=+"+ end=+\*/+me=s-1,he=s-1 contains=dCommentStar,dUnicode,dEscSequence,@Spell syn region dBlockCommentString contained start=+"+ end=+"+ end=+\*/+me=s-1,he=s-1 contains=dCommentStar,dUnicode,dEscSequence,@Spell
syn region dNestedCommentString contained start=+"+ end=+"+ end="+"me=s-1,he=s-1 contains=dCommentPlus,dUnicode,dEscSequence,@Spell syn region dNestedCommentString contained start=+"+ end=+"+ end="+"me=s-1,he=s-1 contains=dCommentPlus,dUnicode,dEscSequence,@Spell
syn region dLineCommentString contained start=+"+ end=+$\|"+ contains=dUnicode,dEscSequence,@Spell syn region dLineCommentString contained start=+"+ end=+$\|"+ contains=dUnicode,dEscSequence,@Spell
syn region dBlockComment start="/\*" end="\*/" contains=dBlockCommentString,dTodo,@Spell fold
syn region dNestedComment start="/+" end="+/" contains=dNestedComment,dNestedCommentString,dTodo,@Spell fold
syn match dLineComment "//.*" contains=dLineCommentString,dTodo,@Spell
else
syn region dBlockComment start="/\*" end="\*/" contains=dBlockCommentString,dTodo,@Spell fold
syn region dNestedComment start="/+" end="+/" contains=dNestedComment,dNestedCommentString,dTodo,@Spell fold
syn match dLineComment "//.*" contains=dLineCommentString,dTodo,@Spell
endif endif
syn region dBlockComment start="/\*" end="\*/" contains=dBlockCommentString,dTodo,dCommentStartError,@Spell fold
syn region dNestedComment start="/+" end="+/" contains=dNestedComment,dNestedCommentString,dTodo,@Spell fold
syn match dLineComment "//.*" contains=dLineCommentString,dTodo,@Spell
hi link dLineCommentString dBlockCommentString hi link dLineCommentString dBlockCommentString
hi link dBlockCommentString dString hi link dBlockCommentString dString
hi link dNestedCommentString dString hi link dNestedCommentString dString
...@@ -249,7 +251,7 @@ syn region dRawString start=+`+ end=+`[cwd]\=+ contains=@Spell ...@@ -249,7 +251,7 @@ syn region dRawString start=+`+ end=+`[cwd]\=+ contains=@Spell
syn region dRawString start=+r"+ end=+"[cwd]\=+ contains=@Spell syn region dRawString start=+r"+ end=+"[cwd]\=+ contains=@Spell
syn region dHexString start=+x"+ end=+"[cwd]\=+ contains=@Spell syn region dHexString start=+x"+ end=+"[cwd]\=+ contains=@Spell
syn region dDelimString start=+q"\z(.\)+ end=+\z1"+ contains=@Spell syn region dDelimString start=+q"\z(.\)+ end=+\z1"+ contains=@Spell
syn region dHereString start=+q"\z(\I\i*\)\n+ end=+\n\z1"+ contains=@Spell syn region dHereString start=+q"\z(\I\i*\)\n+ end=+^\z1"+ contains=@Spell
" Nesting delimited string contents " Nesting delimited string contents
" "
...@@ -368,6 +370,9 @@ hi def link dType Type ...@@ -368,6 +370,9 @@ hi def link dType Type
hi def link dLineComment Comment hi def link dLineComment Comment
hi def link dBlockComment Comment hi def link dBlockComment Comment
hi def link dNestedComment Comment hi def link dNestedComment Comment
hi def link dCommentError Error
hi def link dNestedCommentError Error
hi def link dCommentStartError Error
hi def link dExternal Include hi def link dExternal Include
hi def link dAnnotation PreProc hi def link dAnnotation PreProc
hi def link dSharpBang PreProc hi def link dSharpBang PreProc
......
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: vim 7.3\n" "Project-Id-Version: vim 7.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-17 10:06+0200\n" "POT-Creation-Date: 2013-09-29 09:05+0300\n"
"PO-Revision-Date: 2010-06-18 21:53+0300\n" "PO-Revision-Date: 2010-06-18 21:53+0300\n"
"Last-Translator: <sakhnik@gmail.com>\n" "Last-Translator: <sakhnik@gmail.com>\n"
"Language-Team: Bohdan Vlasyuk <bohdan@vstu.edu.ua>\n" "Language-Team: Bohdan Vlasyuk <bohdan@vstu.edu.ua>\n"
...@@ -141,6 +141,9 @@ msgstr "[ ...@@ -141,6 +141,9 @@ msgstr "[
msgid "[Read errors]" msgid "[Read errors]"
msgstr "[ ]" msgstr "[ ]"
msgid "[RO]"
msgstr "[RO]"
msgid "[readonly]" msgid "[readonly]"
msgstr "[ ]" msgstr "[ ]"
...@@ -428,6 +431,10 @@ msgstr "E130: ...@@ -428,6 +431,10 @@ msgstr "E130:
msgid "E461: Illegal variable name: %s" msgid "E461: Illegal variable name: %s"
msgstr "E461: : %s" msgstr "E461: : %s"
# msgstr "E373: "
msgid "E806: using Float as a String"
msgstr "E806: Float String"
msgid "E687: Less targets than List items" msgid "E687: Less targets than List items"
msgstr "E687: ֳ , " msgstr "E687: ֳ , "
...@@ -594,15 +601,15 @@ msgstr "E785: complete() ...@@ -594,15 +601,15 @@ msgstr "E785: complete()
msgid "&Ok" msgid "&Ok"
msgstr "&O:" msgstr "&O:"
# msgstr "E14: "
msgid "extend() argument"
msgstr " extend()"
# msgstr "E226: " # msgstr "E226: "
#, c-format #, c-format
msgid "E737: Key already exists: %s" msgid "E737: Key already exists: %s"
msgstr "E737: : %s" msgstr "E737: : %s"
# msgstr "E14: "
msgid "extend() argument"
msgstr " extend()"
# msgstr "E14: " # msgstr "E14: "
msgid "map() argument" msgid "map() argument"
msgstr " map()" msgstr " map()"
...@@ -710,10 +717,6 @@ msgstr "E730: List ...@@ -710,10 +717,6 @@ msgstr "E730: List
msgid "E731: using Dictionary as a String" msgid "E731: using Dictionary as a String"
msgstr "E731: Dictionary String" msgstr "E731: Dictionary String"
# msgstr "E373: "
msgid "E806: using Float as a String"
msgstr "E806: Float String"
#, c-format #, c-format
msgid "E706: Variable type mismatch for: %s" msgid "E706: Variable type mismatch for: %s"
msgstr "E706: : %s" msgstr "E706: : %s"
...@@ -752,6 +755,9 @@ msgstr "E123: ...@@ -752,6 +755,9 @@ msgstr "E123:
msgid "E124: Missing '(': %s" msgid "E124: Missing '(': %s"
msgstr "E124: '(': %s" msgstr "E124: '(': %s"
msgid "E862: Cannot use g: here"
msgstr "E862: g:"
#, c-format #, c-format
msgid "E125: Illegal argument: %s" msgid "E125: Illegal argument: %s"
msgstr "E125: : %s" msgstr "E125: : %s"
...@@ -1152,6 +1158,10 @@ msgstr "E148: ...@@ -1152,6 +1158,10 @@ msgstr "E148:
msgid "Pattern found in every line: %s" msgid "Pattern found in every line: %s"
msgstr " : %s" msgstr " : %s"
#, c-format
msgid "Pattern not found: %s"
msgstr " : %s"
msgid "" msgid ""
"\n" "\n"
"# Last Substitute String:\n" "# Last Substitute String:\n"
...@@ -1332,7 +1342,8 @@ msgid "E183: User defined commands must start with an uppercase letter" ...@@ -1332,7 +1342,8 @@ msgid "E183: User defined commands must start with an uppercase letter"
msgstr "E183: " msgstr "E183: "
msgid "E841: Reserved name, cannot be used for user defined command" msgid "E841: Reserved name, cannot be used for user defined command"
msgstr "E841: , " msgstr ""
"E841: , "
# msgstr "E183: " # msgstr "E183: "
#, c-format #, c-format
...@@ -1686,9 +1697,6 @@ msgstr "[ ...@@ -1686,9 +1697,6 @@ msgstr "[
msgid "[character special]" msgid "[character special]"
msgstr "[. ]" msgstr "[. ]"
msgid "[RO]"
msgstr "[RO]"
msgid "[CR missing]" msgid "[CR missing]"
msgstr "[ CR]" msgstr "[ CR]"
...@@ -1940,8 +1948,7 @@ msgstr " ...@@ -1940,8 +1948,7 @@ msgstr "
#, c-format #, c-format
msgid "W16: Warning: Mode of file \"%s\" has changed since editing started" msgid "W16: Warning: Mode of file \"%s\" has changed since editing started"
msgstr "" msgstr "W16: : %s "
"W16: : %s "
msgid "See \":help W16\" for more info." msgid "See \":help W16\" for more info."
msgstr ". :help W16 ." msgstr ". :help W16 ."
...@@ -2308,32 +2315,28 @@ msgid "Font '%s' is not fixed-width" ...@@ -2308,32 +2315,28 @@ msgid "Font '%s' is not fixed-width"
msgstr " '%s' " msgstr " '%s' "
#, c-format #, c-format
msgid "E253: Fontset name: %s\n" msgid "E253: Fontset name: %s"
msgstr "E253: : %s\n" msgstr "E253: : %s"
#, c-format #, c-format
msgid "Font0: %s\n" msgid "Font0: %s"
msgstr "0: %s\n" msgstr "0: %s"
#, c-format #, c-format
msgid "Font1: %s\n" msgid "Font1: %s"
msgstr "1: %s\n" msgstr "1: %s"
#, c-format #, c-format
msgid "Font%ld width is not twice that of font0\n" msgid "Font%ld width is not twice that of font0"
msgstr " %ld 0\n" msgstr " %ld 0"
#, c-format #, c-format
msgid "Font0 width: %ld\n" msgid "Font0 width: %ld"
msgstr " 0: %ld\n" msgstr " 0: %ld"
#, c-format #, c-format
msgid "" msgid "Font1 width: %ld"
"Font1 width: %ld\n" msgstr " 1: %ld"
"\n"
msgstr ""
" 1: %ld\n"
"\n"
msgid "Invalid font specification" msgid "Invalid font specification"
msgstr " " msgstr " "
...@@ -2526,6 +2529,9 @@ msgstr "E566: ...@@ -2526,6 +2529,9 @@ msgstr "E566:
msgid "E622: Could not fork for cscope" msgid "E622: Could not fork for cscope"
msgstr "E622: cscope" msgstr "E622: cscope"
msgid "cs_create_connection setpgid failed"
msgstr "cs_create_connection: setpgid"
msgid "cs_create_connection exec failed" msgid "cs_create_connection exec failed"
msgstr "cs_create_connection: " msgstr "cs_create_connection: "
...@@ -2672,6 +2678,9 @@ msgstr " ...@@ -2672,6 +2678,9 @@ msgstr "
msgid "string cannot contain newlines" msgid "string cannot contain newlines"
msgstr " " msgstr " "
msgid "error converting Scheme values to Vim"
msgstr " Scheme Vim"
msgid "Vim error: ~a" msgid "Vim error: ~a"
msgstr " Vim: ~a" msgstr " Vim: ~a"
...@@ -2693,9 +2702,6 @@ msgstr " ...@@ -2693,9 +2702,6 @@ msgstr "
msgid "E837: This Vim cannot execute :py3 after using :python" msgid "E837: This Vim cannot execute :py3 after using :python"
msgstr "E837: Python: :py :py3 " msgstr "E837: Python: :py :py3 "
msgid "only string keys are allowed"
msgstr " "
msgid "" msgid ""
"E263: Sorry, this command is disabled, the Python library could not be " "E263: Sorry, this command is disabled, the Python library could not be "
"loaded." "loaded."
...@@ -2703,28 +2709,12 @@ msgstr "" ...@@ -2703,28 +2709,12 @@ msgstr ""
"E263: , , Python " "E263: , , Python "
"." "."
msgid "E860: Eval did not return a valid python 3 object"
msgstr "E860: Eval ᒺ python 3"
msgid "E861: Failed to convert returned python 3 object to vim value"
msgstr "E861: ᒺ python 3 vim"
#, c-format
msgid "<buffer object (deleted) at %p>"
msgstr "<' () %p>"
msgid "E836: This Vim cannot execute :python after using :py3" msgid "E836: This Vim cannot execute :python after using :py3"
msgstr "E836: Python: :py :py3 " msgstr "E836: Python: :py :py3 "
msgid "E659: Cannot invoke Python recursively" msgid "E659: Cannot invoke Python recursively"
msgstr "E659: Python" msgstr "E659: Python"
msgid "E858: Eval did not return a valid python object"
msgstr "E858: Eval ᒺ python"
msgid "E859: Failed to convert returned python object to vim value"
msgstr "E859: ᒺ python vim"
msgid "E265: $_ must be an instance of String" msgid "E265: $_ must be an instance of String"
msgstr "E265: $_ String" msgstr "E265: $_ String"
...@@ -2942,8 +2932,7 @@ msgid "Garbage after option argument" ...@@ -2942,8 +2932,7 @@ msgid "Garbage after option argument"
msgstr " " msgstr " "
msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments" msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments"
msgstr "" msgstr " +, -c --cmd "
" +, -c --cmd "
# msgstr "E14: " # msgstr "E14: "
msgid "Invalid argument for" msgid "Invalid argument for"
...@@ -3483,8 +3472,7 @@ msgstr "E302: ...@@ -3483,8 +3472,7 @@ msgstr "E302:
# msgstr "E302: " # msgstr "E302: "
#, c-format #, c-format
msgid "E303: Unable to open swap file for \"%s\", recovery impossible" msgid "E303: Unable to open swap file for \"%s\", recovery impossible"
msgstr "" msgstr "E303: %s, "
"E303: %s, "
msgid "E304: ml_upd_block0(): Didn't get block 0??" msgid "E304: ml_upd_block0(): Didn't get block 0??"
msgstr "E304: ml_upd_block0(): 0??" msgstr "E304: ml_upd_block0(): 0??"
...@@ -4092,13 +4080,6 @@ msgstr " ( ...@@ -4092,13 +4080,6 @@ msgstr " (
msgid "Beep!" msgid "Beep!"
msgstr "!" msgstr "!"
msgid "Vim: preserving files...\n"
msgstr "Vim: ...\n"
#. close all memfiles, without deleting
msgid "Vim: Finished.\n"
msgstr "Vim: .\n"
msgid "ERROR: " msgid "ERROR: "
msgstr ": " msgstr ": "
...@@ -4628,17 +4609,6 @@ msgstr "E244: ...@@ -4628,17 +4609,6 @@ msgstr "E244:
msgid "E245: Illegal char '%c' in font name \"%s\"" msgid "E245: Illegal char '%c' in font name \"%s\""
msgstr "E245: %c %s" msgstr "E245: %c %s"
msgid "Vim: Double signal, exiting\n"
msgstr "Vim: , \n"
#, c-format
msgid "Vim: Caught deadly signal %s\n"
msgstr "Vim: (%s)\n"
#, c-format
msgid "Vim: Caught deadly signal\n"
msgstr "Vim: \n"
#, c-format #, c-format
msgid "Opening the X display took %ld msec" msgid "Opening the X display took %ld msec"
msgstr " X %ld " msgstr " X %ld "
...@@ -4861,19 +4831,9 @@ msgstr "E777: ...@@ -4861,19 +4831,9 @@ msgstr "E777:
msgid "E369: invalid item in %s%%[]" msgid "E369: invalid item in %s%%[]"
msgstr "E369: %s%%[]" msgstr "E369: %s%%[]"
# msgstr "E382: "
msgid "E339: Pattern too long"
msgstr "E339: "
msgid "E50: Too many \\z("
msgstr "E50: \\z("
#, c-format #, c-format
msgid "E51: Too many %s(" msgid "E769: Missing ] after %s["
msgstr "E51: %s(" msgstr "E769: ] %s["
msgid "E52: Unmatched \\z("
msgstr "E52: \\z("
#, c-format #, c-format
msgid "E53: Unmatched %s%%(" msgid "E53: Unmatched %s%%("
...@@ -4887,6 +4847,36 @@ msgstr "E54: ...@@ -4887,6 +4847,36 @@ msgstr "E54:
msgid "E55: Unmatched %s)" msgid "E55: Unmatched %s)"
msgstr "E55: %s)" msgstr "E55: %s)"
# msgstr "E406: "
msgid "E66: \\z( not allowed here"
msgstr "E66: \\z( "
# msgstr "E406: "
msgid "E67: \\z1 et al. not allowed here"
msgstr "E67: \\z1 . "
#, c-format
msgid "E69: Missing ] after %s%%["
msgstr "E69: ] %s%%["
#, c-format
msgid "E70: Empty %s%%[]"
msgstr "E70: %s%%[] "
# msgstr "E382: "
msgid "E339: Pattern too long"
msgstr "E339: "
msgid "E50: Too many \\z("
msgstr "E50: \\z("
#, c-format
msgid "E51: Too many %s("
msgstr "E51: %s("
msgid "E52: Unmatched \\z("
msgstr "E52: \\z("
#, c-format #, c-format
msgid "E59: invalid character after %s@" msgid "E59: invalid character after %s@"
msgstr "E59: %s@" msgstr "E59: %s@"
...@@ -4916,25 +4906,9 @@ msgstr "E64: ϳ ...@@ -4916,25 +4906,9 @@ msgstr "E64: ϳ
msgid "E65: Illegal back reference" msgid "E65: Illegal back reference"
msgstr "E65: " msgstr "E65: "
# msgstr "E406: "
msgid "E66: \\z( not allowed here"
msgstr "E66: \\z( "
# msgstr "E406: "
msgid "E67: \\z1 et al. not allowed here"
msgstr "E67: \\z1 . "
msgid "E68: Invalid character after \\z" msgid "E68: Invalid character after \\z"
msgstr "E68: \\z" msgstr "E68: \\z"
#, c-format
msgid "E69: Missing ] after %s%%["
msgstr "E69: ] %s%%["
#, c-format
msgid "E70: Empty %s%%[]"
msgstr "E70: %s%%[] "
#, c-format #, c-format
msgid "E678: Invalid character after %s%%[dxouU]" msgid "E678: Invalid character after %s%%[dxouU]"
msgstr "E678: %s%%[dxouU]" msgstr "E678: %s%%[dxouU]"
...@@ -4943,10 +4917,6 @@ msgstr "E678: ...@@ -4943,10 +4917,6 @@ msgstr "E678:
msgid "E71: Invalid character after %s%%" msgid "E71: Invalid character after %s%%"
msgstr "E71: %s%%" msgstr "E71: %s%%"
#, c-format
msgid "E769: Missing ] after %s["
msgstr "E769: ] %s["
# msgstr "E64: " # msgstr "E64: "
#, c-format #, c-format
msgid "E554: Syntax error in %s{...}" msgid "E554: Syntax error in %s{...}"
...@@ -4955,6 +4925,80 @@ msgstr "E554: ...@@ -4955,6 +4925,80 @@ msgstr "E554:
msgid "External submatches:\n" msgid "External submatches:\n"
msgstr " -:\n" msgstr " -:\n"
msgid ""
"E864: \\%#= can only be followed by 0, 1, or 2. The automatic engine will be "
"used "
msgstr ""
"E864: \\%#= 0, 1, or 2. "
#, c-format
msgid "E866: (NFA regexp) Misplaced %c"
msgstr "E866: (NFA regexp) %c"
msgid "E865: (NFA) Regexp end encountered prematurely"
msgstr "E865: (NFA) "
#, c-format
msgid "E867: (NFA) Unknown operator '\\z%c'"
msgstr "E867: (NFA) '\\z%c'"
#, c-format
msgid "E867: (NFA) Unknown operator '\\%%%c'"
msgstr "E867: (NFA) '\\%%%c'"
#. should never happen
msgid "E868: Error building NFA with equivalence class!"
msgstr "E868: NFA !"
#, c-format
msgid "E869: (NFA) Unknown operator '\\@%c'"
msgstr "E869: (NFA) '\\@%c'"
msgid "E870: (NFA regexp) Error reading repetition limits"
msgstr "E870: (NFA regexp) "
#. Can't have a multi follow a multi.
msgid "E871: (NFA regexp) Can't have a multi follow a multi !"
msgstr "E871: (NFA regexp) !"
#. Too many `('
msgid "E872: (NFA regexp) Too many '('"
msgstr "E872: (NFA regexp) '('"
msgid "E879: (NFA regexp) Too many \\z("
msgstr "E879: (NFA regexp) \\z("
msgid "E873: (NFA regexp) proper termination error"
msgstr "E873: (NFA regexp) "
msgid "E874: (NFA) Could not pop the stack !"
msgstr "E874: (NFA) !"
msgid ""
"E875: (NFA regexp) (While converting from postfix to NFA), too many states "
"left on stack"
msgstr ""
"E875: (NFA regexp) (ϳ NFA) "
" "
msgid "E876: (NFA regexp) Not enough space to store the whole NFA "
msgstr "E876: (NFA regexp) , NFA "
msgid "E878: (NFA) Could not allocate memory for branch traversal!"
msgstr "E878: (NFA) !"
msgid ""
"Could not open temporary log file for writing, displaying on stderr ... "
msgstr ""
" , stderr ... "
#, c-format
msgid "(NFA) COULD NOT OPEN %s !"
msgstr "(NFA) ² %s!"
msgid "Could not open temporary log file for writing "
msgstr " "
msgid " VREPLACE" msgid " VREPLACE"
msgstr " ² ̲" msgstr " ² ̲"
...@@ -5110,7 +5154,8 @@ msgstr "E756: ...@@ -5110,7 +5154,8 @@ msgstr "E756:
#, c-format #, c-format
msgid "Warning: Cannot find word list \"%s_%s.spl\" or \"%s_ascii.spl\"" msgid "Warning: Cannot find word list \"%s_%s.spl\" or \"%s_ascii.spl\""
msgstr ": %s_%s.spl %s_ascii.spl" msgstr ""
": %s_%s.spl %s_ascii.spl"
#, c-format #, c-format
msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\"" msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\""
...@@ -5396,12 +5441,12 @@ msgid "E765: 'spellfile' does not have %ld entries" ...@@ -5396,12 +5441,12 @@ msgid "E765: 'spellfile' does not have %ld entries"
msgstr "E765: 'spellfile' %ld " msgstr "E765: 'spellfile' %ld "
#, c-format #, c-format
msgid "Word removed from %s" msgid "Word '%.*s' removed from %s"
msgstr " %s" msgstr " '%.*s' %s"
#, c-format #, c-format
msgid "Word added to %s" msgid "Word '%.*s' added to %s"
msgstr " %s" msgstr " '%.*s' %s"
msgid "E763: Word characters differ between spell files" msgid "E763: Word characters differ between spell files"
msgstr "E763: " msgstr "E763: "
...@@ -5457,6 +5502,10 @@ msgstr "E782: ...@@ -5457,6 +5502,10 @@ msgstr "E782:
msgid "E783: duplicate char in MAP entry" msgid "E783: duplicate char in MAP entry"
msgstr "E783: MAP" msgstr "E783: MAP"
# msgstr "E391: "
msgid "No Syntax items defined for this buffer"
msgstr " "
#, c-format #, c-format
msgid "E390: Illegal argument: %s" msgid "E390: Illegal argument: %s"
msgstr "E390: : %s" msgstr "E390: : %s"
...@@ -5465,10 +5514,6 @@ msgstr "E390: ...@@ -5465,10 +5514,6 @@ msgstr "E390:
msgid "E391: No such syntax cluster: %s" msgid "E391: No such syntax cluster: %s"
msgstr "E391: : %s" msgstr "E391: : %s"
# msgstr "E391: "
msgid "No Syntax items defined for this buffer"
msgstr " "
msgid "syncing on C-style comments" msgid "syncing on C-style comments"
msgstr " " msgstr " "
...@@ -5603,6 +5648,11 @@ msgstr "E409: ...@@ -5603,6 +5648,11 @@ msgstr "E409:
msgid "E410: Invalid :syntax subcommand: %s" msgid "E410: Invalid :syntax subcommand: %s"
msgstr "E410: :syntax: %s" msgstr "E410: :syntax: %s"
msgid ""
" TOTAL COUNT MATCH SLOWEST AVERAGE NAME PATTERN"
msgstr ""
" - ϲ. ². . "
msgid "E679: recursive loop loading syncolor.vim" msgid "E679: recursive loop loading syncolor.vim"
msgstr "E679: syncolor.vim" msgstr "E679: syncolor.vim"
...@@ -6734,112 +6784,246 @@ msgstr " ...@@ -6734,112 +6784,246 @@ msgstr "
msgid "Need encryption key for \"%s\"" msgid "Need encryption key for \"%s\""
msgstr " %s : " msgstr " %s : "
# msgstr "E406: "
msgid "empty keys are not allowed"
msgstr " "
msgid "dictionary is locked"
msgstr " "
msgid "list is locked"
msgstr " "
#, c-format
msgid "failed to add key '%s' to dictionary"
msgstr " '%s' "
#, c-format
msgid "index must be int or slice, not %s"
msgstr " , %s"
#, c-format
msgid "expected str() or unicode() instance, but got %s"
msgstr " str() unicode(), %s"
#, c-format
msgid "expected bytes() or str() instance, but got %s"
msgstr " bytes() str(), %s"
#, c-format
msgid ""
"expected int(), long() or something supporting coercing to long(), but got %s"
msgstr ""
" int(), long() , long(), %s"
#, c-format
msgid "expected int() or something supporting coercing to int(), but got %s"
msgstr " int() , int(), %s"
msgid "value is too large to fit into C int type"
msgstr " , C int"
msgid "value is too small to fit into C int type"
msgstr " , C int"
msgid "number must be greater then zero"
msgstr " , "
msgid "number must be greater or equal to zero"
msgstr " , "
msgid "can't delete OutputObject attributes" msgid "can't delete OutputObject attributes"
msgstr " OutputObject" msgstr " OutputObject"
msgid "softspace must be an integer"
msgstr "softspace "
# msgstr "E180: " # msgstr "E180: "
msgid "invalid attribute" #, c-format
msgstr " " msgid "invalid attribute: %s"
msgstr " : %s"
msgid "writelines() requires list of strings"
msgstr " writelines() "
msgid "E264: Python: Error initialising I/O objects" msgid "E264: Python: Error initialising I/O objects"
msgstr "E264: Python: ' /" msgstr "E264: Python: ' /"
msgid "no such buffer" msgid "failed to change directory"
msgstr " " msgstr " "
# msgstr "E406: " #, c-format
msgid "empty keys are not allowed" msgid "expected 3-tuple as imp.find_module() result, but got %s"
msgstr " " msgstr " 3- imp.find_module(), %s"
msgid "failed to add key to dictionary" #, c-format
msgstr " " msgid "expected 3-tuple as imp.find_module() result, but got tuple of size %d"
msgstr " 3- imp.find_module(), %d"
msgid "Cannot delete DictionaryObject attributes" msgid "internal error: imp.find_module returned tuple with NULL"
msgstr " DictionaryObject" msgstr " : imp.find_module NULL"
msgid "Cannot modify fixed dictionary" msgid "cannot delete vim.Dictionary attributes"
msgstr " " msgstr " vim.Dictionary"
msgid "Only boolean objects are allowed" msgid "cannot modify fixed dictionary"
msgstr " " msgstr " "
msgid "Cannot set this attribute" #, c-format
msgstr " " msgid "cannot set attribute %s"
msgstr " %s"
msgid "no such key in dictionary" msgid "hashtab changed during iteration"
msgstr " " msgstr "- "
msgid "dict is locked" #, c-format
msgstr " " msgid "expected sequence element of size 2, but got sequence of size %d"
msgstr " 2, %d"
msgid "internal error: failed to get vim list item" msgid "list constructor does not accept keyword arguments"
msgstr " : vim" msgstr " "
msgid "list is locked" msgid "list index out of range"
msgstr " " msgstr " "
msgid "Failed to add item to list" #. No more suitable format specifications in python-2.3
msgstr " " #, c-format
msgid "internal error: failed to get vim list item %d"
msgstr " : vim %d"
msgid "internal error: no vim list item" msgid "failed to add item to list"
msgstr " : vim" msgstr " "
msgid "can only assign lists to slice" #, c-format
msgstr " " msgid "internal error: no vim list item %d"
msgstr " : vim %d"
msgid "internal error: failed to add item to list" msgid "internal error: failed to add item to list"
msgstr " : " msgstr " : "
msgid "can only concatenate with lists" msgid "cannot delete vim.List attributes"
msgstr " 璺 " msgstr " vim.List"
msgid "cannot modify fixed list"
msgstr " "
msgid "Cannot modify fixed list" # msgstr "E428: "
msgstr " " #, c-format
msgid "unnamed function %s does not exist"
msgstr " %s "
# msgstr "E428: "
#, c-format
msgid "function %s does not exist"
msgstr " %s "
msgid "function constructor does not accept keyword arguments"
msgstr " "
#, c-format
msgid "failed to run function %s"
msgstr " %s"
msgid "unable to get option value"
msgstr " "
msgid "internal error: unknown option type"
msgstr " : "
msgid "problem while switching windows"
msgstr " "
#, c-format
msgid "unable to unset global option %s"
msgstr " %s"
#, c-format
msgid "unable to unset option %s which does not have global value"
msgstr " %s, "
msgid "'self' argument must be a dictionary" msgid "attempt to refer to deleted tab page"
msgstr " self " msgstr " "
msgid "failed to run function" msgid "no such tab page"
msgstr " " msgstr " "
msgid "attempt to refer to deleted window" msgid "attempt to refer to deleted window"
msgstr " " msgstr " "
msgid "readonly attribute" msgid "readonly attribute: buffer"
msgstr " " msgstr " : "
msgid "cursor position outside buffer" msgid "cursor position outside buffer"
msgstr " " msgstr " "
msgid "no such window"
msgstr " "
msgid "attempt to refer to deleted buffer"
msgstr " "
msgid "failed to rename buffer"
msgstr " "
msgid "mark name must be a single character"
msgstr " "
#, c-format #, c-format
msgid "<window object (deleted) at %p>" msgid "expected vim.Buffer object, but got %s"
msgstr "<' () %p>" msgstr " ᒺ vim.Buffer, %s"
#, c-format #, c-format
msgid "<window object (unknown) at %p>" msgid "failed to switch to buffer %d"
msgstr "<' () %p>" msgstr " %d"
#, c-format #, c-format
msgid "<window %d>" msgid "expected vim.Window object, but got %s"
msgstr "< %d>" msgstr " ᒺ vim.Window, %s"
msgid "no such window" msgid "failed to find window in the current tab page"
msgstr " " msgstr " "
msgid "attempt to refer to deleted buffer" msgid "did not switch to the specified window"
msgstr " " msgstr " "
msgid "unable to convert to vim structure" #, c-format
msgstr " vim" msgid "expected vim.TabPage object, but got %s"
msgstr " ᒺ vim.TabPage, %s"
msgid "did not switch to the specified tab page"
msgstr " "
msgid "NULL reference passed" msgid "failed to run the code"
msgstr " NULL" msgstr " "
msgid "E858: Eval did not return a valid python object"
msgstr "E858: Eval ᒺ python"
msgid "E859: Failed to convert returned python object to vim value"
msgstr "E859: ᒺ python vim"
#, c-format
msgid "unable to convert %s to vim dictionary"
msgstr " %s vim"
#, c-format
msgid "unable to convert %s to vim structure"
msgstr " %s vim"
msgid "internal error: NULL reference passed"
msgstr " : NULL"
msgid "internal error: invalid value type" msgid "internal error: invalid value type"
msgstr " : " msgstr " : "
msgid ""
"Failed to set path hook: sys.path_hooks is not a list\n"
"You should now do the following:\n"
"- append vim.path_hook to sys.path_hooks\n"
"- append vim.VIM_SPECIAL_PATH to sys.path\n"
msgstr ""
" : sys.path_hooks \n"
" :\n"
"- vim.path_hook sys.path_hooks\n"
"- vim.VIM_SPECIAL_PATH sys.path\n"
msgid ""
"Failed to set path: sys.path is not a list\n"
"You should now append vim.VIM_SPECIAL_PATH to sys.path"
msgstr ""
" : sys.path \n"
" vim.VIM_SPECIAL_PATH sys.path"
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment