annotate runtime/lang/menu_ja_jp.eucjp.vim @ 31235:7fb4e244b16e
v9.0.0951
patch 9.0.0951: trying every character position for a match is inefficient
Commit: https://github.com/vim/vim/commit/01105b37a108022515d364201767f7f111ec4222
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 26 11:47:10 2022 +0000
patch 9.0.0951: trying every character position for a match is inefficient
Problem: Trying every character position for a match is inefficient.
Solution: Use the start position of the match ignoring "\zs".
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 26 Nov 2022 13:00:05 +0100 |
parents |
11d40fc82f11 |
children |
|
rev |
line source |
7
|
1 " Menu Translations: Japanese (for UNIX)
|
3682
|
2 " Translated By: MURAOKA Taro <koron.kaoriya@gmail.com>
|
|
3 " Last Change: 15-Jun-2012.
|
|
4 "
|
|
5 " Copyright (C) 2004,12 MURAOKA Taro <koron.kaoriya@gmail.com>
|
|
6 " THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE.
|
7
|
7
|
|
8 " eucjp is the same as euc-jp. Source the other one from here.
|
|
9 source <sfile>:p:h/menu_ja_jp.euc-jp.vim
|