Skip to content

Commit

Permalink
Added write#Writing function
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Soares committed Oct 1, 2012
1 parent 1fbc0cd commit 16ee69f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/write.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COMMANDS *write-commands*




Turn writing mode on. This does the following: Turn writing mode on. This does the following:
-
FUNCTIONS *write-Functions* FUNCTIONS *write-Functions*


*write#On* *write#On*
Expand All @@ -40,11 +40,15 @@ write#Off Turn writing mode off.
*write#Toggle* *write#Toggle*
write#Toggle Toggle writing mode. write#Toggle Toggle writing mode.


*write#Writing*
write#Writing True if writing mode is activated.
Useful for statusline flags and/or other plugins.



ABOUT *write-about* ABOUT *write-about*


Grab the latest version or report a bug on GitHub: Grab the latest version or report a bug on GitHub:


http://github.com/Soares/write.vim http://github.com/Soares/write.vim


vim:tw=78:ts=8:sw=0:noet:ft=help:norl: vim:tw=78:ts=8:sw=0:sts=8:noet:ft=help:norl:
1 change: 1 addition & 0 deletions plugin/write.vim
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
" Author: Nate Soares <http://so8r.es> " Author: Nate Soares <http://so8r.es>
" Version: 1.0 " Version: 1.0
" License: The same as vim itself. (See |license|) " License: The same as vim itself. (See |license|)
" GetLatestVimScripts: 4249 1 :AutoInstall: write.zip


if exists("g:loaded_write") || &cp || v:version < 700 if exists("g:loaded_write") || &cp || v:version < 700
finish finish
Expand Down

0 comments on commit 16ee69f

Please sign in to comment.