-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0022 - hunspchk.zip.json
43 lines (43 loc) · 2.35 KB
/
0022 - hunspchk.zip.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"script_id": "22",
"display_name": "hunspchk.zip",
"summary": "Hungarian spell checker",
"name": "hunspchk.zip",
"script_type": "utility",
"description": "(Hungarian description - see below)\n\nThe Hungarian spelling checker uses Vim's highlighting ability to make misspelled (Hungarian) words show up as \"Error\" (usually white on a red background).\n\nThe Vim-based Hungarian spell checker also supports entering words that the cursor is on into a temporary or permanent dictionary and allows one to skip to the previous or subsequent spelling error (if any).\n\nIdeea is based on Charles.Campbell's English spelling checker (see\nhttp://users.erols.com/astronaut/vim/#Spelling)\n\n\nMagyar helyesírás-ellenõrzõ: a hibás szavakat pirossal kiemeli a ViM \"syntax\" parancsa segítségével. Hibás az, ami nincs benne a script-ben.\nTermészetesen a lista nem teljes; kiegészítéseket szívesen fogadok (legjobb egy saját file-ba összegyûjteni többet és úgy elküldeni).\n\nInstallálás, saját szavak gyûjtése: ld. feljebb az angol szöveget, ill. a megjegyzéseket a file elején. Végsõ esetben persze hozzám is lehet fordulni :-)",
"install_details": "Unzip the file, copy the .vim-script anywhere you like and source it. (I prefer to put it under syntax or under macros directory of the ViM distro.)\n\nFor more info (temporary wordlist, functions, etc.) see comments at the beginning of the file.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=335",
"filename": "hunspchk.zip",
"script_version": "1.11",
"date": "2001-11-11",
"vim_version": "6.0",
"author": {
"user_id": "299",
"user_name": "kgergely",
"first_name": "Gergely",
"last_name": "Kontra",
"email": "pihentagy@gmail.com",
"homepage": ""
},
"release_notes": "Badwords can contain accents"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=29",
"filename": "hunspchk.zip",
"script_version": "1.1",
"date": "2001-06-20",
"vim_version": "5.7",
"author": {
"user_id": "61",
"user_name": "skopanyi",
"first_name": "Sandor",
"last_name": "Kopanyi",
"email": "sandor.kopanyi@mailbox.hu",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}