All your files have been encrypted with Kupidon Virus.
Your unique id: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
As a private person you can buy decryption for 300$ in Bitcoins.
But before you pay, you can make sure that we can really decrypt any of your files.
The encryption key and ID are unique to your computer, so you are guaranteed to be able to return your files.
To do this:
1) Download and install Tor Browser ( https://www.torproject.org/download/ )
2) Open the http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.onion/ web page in the Tor Browser and follow the instructions.
*'iskeyword'* *'isk'*
'iskeyword' 'isk' 文字列 (Win32でのVimの既定値:
"@,48-57,_,128-167,224-235"
それ以外のシステムでのVimの既定値:
"@,48-57,_,192-255"
Viの既定値: "@,48-57,_")
バッファについてローカル
Keyword は、"w", "*", "[i" 等の多くのコマンドで検索と認識に使われる。
またパターン |pattern| 内の "\k" にも使われる。このオプションの値の書
式の説明については、オプション 'isfname' を参考にすること。'@' は文字
コード 255 を超える文字で、"word" 文字クラスをチェックする。
C言語プログラムには "a-z,A-Z,48-57,_,.,-,>" が使えるだろう。
ヘルプファイルでは、このオプションは '*', '"', '|' と空白の仲間を除い
た全ての printable な文字 {訳注: 文書先頭を参照} に設定される (コマン
ド上で CTRL-] を入力したときにそのコマンドについてのヘルプにジャンプで
きるようにするため)。
'lisp' がオンのときは、文字 '-' は常に含まれる。
このオプションは、シンタックスが |:syn-iskeyword| を使っていない場合に
は、シンタックスハイライトにも影響を与える。
NOTE: このオプションは 'compatible' がオンになるとViの既定値に設定され、
'compatible' がオフになるとVimの既定値に設定されるので注意。
*'autowrite'* *'aw'* *'noautowrite'* *'noaw'*
'autowrite' 'aw' 切替 (既定ではオフ)
グローバル
コマンド :next, :rewind, :last, :first, :previous, :stop, :suspend,
:tag, :!, :make, CTRL-], CTRL-^ を実行したときや、コマンド :buffer,
CTRL-O, CTRL-I, '{A-Z0-9}, `{A-Z0-9} の移動先が別のファイルのとき、ファ
イルが変更されているなら書き込む。
Note 'autowrite' が適用されないコマンドもあることに注意。それについて
はオプション 'autowriteall' を参照。
いくつかのバッファは書き込まれない。具体的には 'buftype' が "nowrite",
"nofile", "terminal" または "prompt" の時である。
*'autowriteall'* *'awa'* *'noautowriteall'* *'noawa'*
'autowriteall' 'awa' 切替 (既定ではオフ)
グローバル
オプション 'autowrite' と似ているが、さらにコマンド ":edit", ":enew",
":quit", ":qall", ":exit", ":xit", ":recover" を実行したときや、Vimの
ウィンドウを閉じるときも、ファイルが変更されているなら保存する。このオ
プションをオンにすると、同時に 'autowrite' もオンになったような動作に
なる {訳注: このオプションは 'autowrite' の適用されるコマンド全てに適
用されるので}。