Git Product home page Git Product logo

Comments (9)

DeaR avatar DeaR commented on August 21, 2024

7.3.1200関係のトピックはこの辺り
https://groups.google.com/d/topic/vim_dev/YHMNTfsI5-c/discussion
https://groups.google.com/d/topic/vim_dev/vkyl-D70wcM/discussion
https://groups.google.com/d/topic/vim_use/yRcEE2eO8TQ/discussion

from neocomplete.vim.

lookforit avatar lookforit commented on August 21, 2024

Hi,
is 7.3.1200 compiled version available for windows now?

from neocomplete.vim.

DeaR avatar DeaR commented on August 21, 2024

@lookforit
vim-jp.org is released 7.3.1203 for windows.

from neocomplete.vim.

DeaR avatar DeaR commented on August 21, 2024

installed NeoComplete & autofmt

set nocompatible
filetype plugin indent on
let g:neocomplete#enable_at_startup = 1
set formatexpr=autofmt#japanese#formatexpr()

1220_3

from neocomplete.vim.

Shougo avatar Shougo commented on August 21, 2024

まぁ、Vim 7.3.1200のパッチを見ればわかるとおり<C-r>=でundoを確定するようになった影響でしょう。
neocomplcache/neocompleteでは、<C-r>=を使わないと自動補完がうまくできないのでこの問題は回避できません。
唯一の回避策は、
vim-jp/issues#385
こちらのパッチを当てて、g:neocomplete#enable_complete_select=1とすること。ただしneocomplete限定。

この問題はおそらくパッチを書くしかなくて、
現状<C-r>=を問答無用でundo保存しているところを、CTRL-X modeだったらundo保存をスキップするようにしか無いでしょう。プラグイン側では直せないです。

iDeaRさんならすぐにパッチをかけそうですが、どうですか?
Vim 7.4が来る前に何とかしたほうが良い問題とは思います。

from neocomplete.vim.

lookforit avatar lookforit commented on August 21, 2024

@lookforit
vim-jp.org is released 7.3.1203 for windows.

Thanks.
can this version use the full power of necomplete?

from neocomplete.vim.

Shougo avatar Shougo commented on August 21, 2024

Yes.

from neocomplete.vim.

DeaR avatar DeaR commented on August 21, 2024

7.3.1253で修正されました
undo履歴が入力の度にもりもり増えていくのは相変わらずですけどね… 😢
特にlet g:neocomplete#enable_insert_char_pre=1だと1文字毎ってレベルで増えていったりします

from neocomplete.vim.

Shougo avatar Shougo commented on August 21, 2024

undo履歴が入力の度にもりもり増えていくのは相変わらずですけどね… 😢

ふーむ。この問題は、

vim-jp/issues#385

このパッチがVim本体に入れば解決されるので、それを働きかけるのも手かもしれません。

from neocomplete.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.