登入  |  English
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。
討論區
2010.06.19 Vim Script Programming (已截止) (1 位瀏覽者) (1) Guest
已經參與過工作坊的朋友們,請盡情地在此留下感想、建議、批評、指教,以作為我們日後改善的參考。對參加過的課程有問題的朋友,請在活動結束之後兩週內,在專屬的討論串發表問題,講師將會為各位解惑。超過兩週之後發表的問題將不再回覆,請見諒!
Go to bottom Favoured: 1
TOPIC: 2010.06.19 Vim Script Programming (已截止)
#520
2010.06.19 Vim Script Programming (已截止) 2010/06/18 14:38  (9 Years, 5 Months ago) Karma: 1  
2010.06.19 自由軟體技術分享工作坊 - Vim Script Programming

有關上課內容的問題都可以在此發表,講師會在此作回覆。

7/3 止
rockhung (Admin)
Admin
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Last Edit: 2010/10/02 18:39 By rockhung.
 
The topic has been locked.  
#522
Re:06.19 自由軟體技術分享工作坊 - Vim Script Programming (7/3止) 2010/06/19 20:35  (9 Years, 5 Months ago) Karma: 0  
^^
!c9s (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The topic has been locked.  
#527
Re:06.19 自由軟體技術分享工作坊 - Vim Script Programming (7/3止) 2010/06/22 16:15  (9 Years, 5 Months ago) Karma: 1  
代發學員詢問的問題︰
Vim Script Programming 在商業模式的應用為何?
rockhung (Admin)
Admin
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The topic has been locked.  
#528
Re:06.19 自由軟體技術分享工作坊 - Vim Script Programming (7/3止) 2010/06/22 19:34  (9 Years, 5 Months ago) Karma: 0  
Vim 基本上只是個編輯工具,而 Vim Script Programming 主要用以延伸 Vim 所以提供的功能,若有上課的話,應該也很清楚都只是技術面的東西而已

所以若要問商業模式的應用為何,我想若我想到的話,我應該就不會在 OSSF 講此 topic 了 :-P

rockhung wrote:
代發學員詢問的問題︰
Vim Script Programming 在商業模式的應用為何?
!c9s (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The topic has been locked.  
#531
Re:06.19 自由軟體技術分享工作坊 - Vim Script Programming (7/3止) 2010/06/23 17:09  (9 Years, 5 Months ago) Karma: 0  
Hi!

剛剛把第一個版本的簡報上傳了,在 slideshare 上:
www.slideshare.net/c9s/vim-script-programming
!c9s (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Last Edit: 2010/06/23 17:10 By !c9s.
 
The topic has been locked.  
#532
Re:06.19 自由軟體技術分享工作坊 - Vim Script Programming (7/3止) 2010/06/23 22:38  (9 Years, 5 Months ago) Karma: 0  
上課的內容很棒,可惜這份簡報在授課後才放上來,如果能當天分享給學員,應該會更快能吸收

剛剛查了一下,原來去年底已經有Vim使用的教學課程了,沒有上到真是覺得好可惜
nio127 (User)
Junior Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The topic has been locked.  
#549
Re:06.19 自由軟體技術分享工作坊 - Vim Script Programming (7/3止) 2010/07/03 01:28  (9 Years, 4 Months ago) Karma: 0  
您好,
謝謝上上星期精彩的上課內容 : )
因為前一陣子一直都很忙
一直沒有時間請教一個問題

是想請問一個問題跟VIM操作有關的問題,
有時後,會想看到TAB和空白鍵顯示在VIM裡以特殊的符號顯示出來
如下:

set list
set listchars=tab:>.,trail:.,eol:¬

輸入這二個指令後
有TAB鍵的地方會顯示 ">........"
空白鍵則會顯示 "."

這時後,在輸入幾個空白鍵後
接著在後面輸入一個字
希望會出現"....a"這樣
但其實這個時後,
代表空白鍵的"."就又會看不到了
變成"    a"
想請問一下有沒有什麼方法可以讓表示空白鍵"."的符號不要消失?

謝謝 : )
!tokunaka (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The topic has been locked.  
Go to top