Coder Social home page Coder Social logo

Comments (8)

tyru avatar tyru commented on August 21, 2024

これに関してですが、どのような結果が望ましいですか? >thincaさん
例えば、filetype=vimな以下のバッファがあったとして

echo 'foo'
" echo 'bar'
echo 'baz'

こうなるのが望ましいということでしょうか? (1)

echo 'foo'
echo 'bar'
echo 'baz'

それともこう? (2)

" echo 'foo'
echo 'bar'
" echo 'baz'

from caw.vim.

tyru avatar tyru commented on August 21, 2024

twitterでも言いましたが一応こちらにも引用。

@thinca すみません。空行トグルの件@hamacoさんに説明してもらいました。こういうことですよね? bit.ly/on220V bit.ly/nKRuPd

http://twitter.com/#!/hamaco/status/111697605993562112

@tyru 空行トグルって書いてあるから set list set nolist みたいな3行とかを2回トグルした時の挙動の問題じゃないでしょうか?

http://twitter.com/#!/hamaco/status/111697993115242496

@tyru 改行消えた…… こんなやつ。 http://gyazo.com/e3426dcf47fe8c04a8290cdc8b9e6bf7

from caw.vim.

thinca avatar thinca commented on August 21, 2024

以前書いた通りで、行コメントが何行かあるなかに空行があるとトグルでさらにコメントアウトされます。

from caw.vim.

tyru avatar tyru commented on August 21, 2024

@thinca 直しました。

from caw.vim.

thinca avatar thinca commented on August 21, 2024

修正確認しました。ありがとうございます!

from caw.vim.

thinca avatar thinca commented on August 21, 2024

なんか再発してるっぽいです。
改めて説明すると、

" foo
" bar

" hoge
" huga

これ全体を toggle すると、

" " foo
" " bar
"
" " hoge
" " huga

こうなってしまいます。以下のようになって欲しい。

foo
bar

hoge
huga

from caw.vim.

tyru avatar tyru commented on August 21, 2024

@thinca 直しました。確認よろしくお願いします。

from caw.vim.

thinca avatar thinca commented on August 21, 2024

直ってました!ありがとうございます!

from caw.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.