-
On Windows I get spurious carriage returns in the repl output.
![redl-cr](https://f.cloud.github.com/assets/40587/356908/c5c9ee6a-a119-11e2-99d9-73486cdbe1d5.png)
-
現状`cmd.exe`決め打ちになっている為、`$PATH`上に別の`cmd.exe`が存在したり、
Win3.1/95/98/MEで動作できません
(まぁ、そんな環境手持ちに有りませんが…)
なので`$COMSPEC`を使用してみた
DeaR/vimproc.vim@7aff54c73e093f28b27cd280f09b2183c67ba047
しかし`'shell'`の初期値や
http…
DeaR updated
11 years ago
-
HI, there,
i am using your awesome vimrc
but how can i change the font?
e.g. i found the extend.vim has
" Set font according to system
if has("mac") || has("macunix")
set gfn=Menlo:h10
set …
-
Windowsでtest17が失敗します。原因はいくつかあるようです。
- `mkdir -p` でディレクトリを作成しようとしているが、Windowsでは`-p`は使えない
- `rm`コマンドが使えない
- ディレクトリ区切り文字が`\`
- なぜか、ファイルの改行がCRLFであることが影響してる?
なお、todo.txt には以下のような記述がありますが、該当するスレッドを見つけられません…
-
When opening a file and gaining focus to the gVim window, it starts to loop spawn `vimruner.exe` and `git.exe` processes.
Also the task manager shows a large number of corresponding `conhost.exe` proc…
-
vim can auto detect file encoding like Chinese with the following code
set encoding=utf-8¬
set fenc=utf-8¬
set fileencodings=ucs-bom,utf-8,cp936,gb2312,gb18030,gbk,latin1¬
if(has("win32")||has("…
-
Hi Stephen, very nice you moved the plugin here!
Let's inaugurate the issue session :)
I've noticed that line 193 was changed in order to deal with pathogen directory (bundle).
But under windows ther…
-
Migrated from [rt.perl.org#3263](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=3263) (status was 'resolved')
Searchable as RT3263$
p5pRT updated
11 years ago
-
This tablet shows the following output from getBrowser():
stdClass Object (
[browser_name] => Mozilla/5.0 (Linux; U; Android 3.2; en-us; A500 Build/HTJ85B) AppleWebKit/534.13 (KHTML, like Gecko) Vers…
-
Right now, we detect OS in python, and aren't checking to see if we are running under cygwin. Take a look at `:h has()` and `:h feature-list`. In particular, note
```
has('win16')
has('win32')
has('w…